Skip to content

Releases: laoo/Felix

Release Felix has an icon ;)

07 Jul 15:26
Compare
Choose a tag to compare

Small improvements and fixes

  • icon file as a courtesy of https://retroemu.pl/
  • added a command to dump emulated Lynx memory to a file
  • added a command to save currently rendered frame to a PNG file
  • removing buggy watch editor and breakpoint editor
  • fixing a script typo (traceOf -> traceOff)
  • making trace log set in lua script relative to the script file, not an emulator executable

Monitor window

03 Jan 23:18
Compare
Choose a tag to compare
  • Loading symbols from .lab files generated by mads
  • Ability to access symbols through Lua
  • Added monitor window
  • Fixed handling of lua errors

Audio improvements

02 Jan 18:11
Compare
Choose a tag to compare
  • Fixed long-lasting bug that resulted in too fast emulation and audio glitches (#109)
  • Added WAV and VGM dumping commands to Audio menu

v0.6.0

19 Dec 13:39
Compare
Choose a tag to compare

Yay!

A new Felix release after two years and ten days!

Many changes and improvements with respect to debugging and stability.

Known issues:

  • Awesome golf and Scrapyard Dog hangs,
  • audio/video synchronization has a defect resulting in crackling,
  • few debugging features does not behave as flawlessly as they should.

This is the last (major-ish) release before much anticipated migration of the rendering engine to something multiplatform (likely SDL2).

v0.5.0

08 Dec 17:23
Compare
Choose a tag to compare
  • Introducing simple GUI
  • Fixed XOR sprites drawing
  • Redefinable key mapping
  • Simple gamepad support
  • Automatic key remapping depending on rotation
  • Giving Felix the focus for keyboard after a drag&drop
  • Cpu corrections (fixes Dracula)
  • Ability to change rotation and eeprom properies (can't be saved yet)
  • Extended lua debugging facilities

v0.4.8

16 Nov 16:56
Compare
Choose a tag to compare
  • DX9 Renderer

v0.4.7

14 Nov 14:35
Compare
Choose a tag to compare
  • Fixed many games hanging after title screen
  • Got rid of D3DCompiler library dependency (might fix some DXError problems)

v0.4.6

12 Nov 20:05
Compare
Choose a tag to compare
  • Fixed math bug related to unsafe register access (demo0006.o now works)
  • Fixed bug in counters
  • Slightly improved CPU timing
  • Fixed multiple errors related to hardware collisions (fixes Flappy Bird and other)

v0.4.5

05 Nov 14:48
Compare
Choose a tag to compare
  • EEPROM support reworked. Fixed bad write status

v0.4.4

04 Nov 19:29
Compare
Choose a tag to compare
  • Support for rotation flag in LNX header