wf-mednafen 20230815
·
78 commits
to wonderful
since this release
- Debugger/WonderSwan: Added direct cartridge SRAM, EEPROM, internal console EEPROM read/write access
- WonderSwan: Implemented sound DMA "hold" (bit 2), fixed offset/length port write behaviour.
- WonderSwan: Fixed AAD/AAM opcode emulation.
- WonderSwan: Improved handling of the graphics/system mode I/O port.
- WonderSwan: Improved internal EEPROM emulation.
Also incorporates changes from the mednafenPceDev project, including but not limited to:
- Support for dumping disassembled code to file
- Expanded viewports for debugger views, showing more data at once
- New, more readable 6x9 font for debugger
- Memory near stack pointer is now displayed for systems with zero-page and single-page stack pointers
- Added option to halt execution on "Alt-D" to enter debug screen (debugger.haltondebug)
- Made debug overlay opacity persist between runs (debugger.opacity)
- Allowed debug overlay to fractionally scale to fit window (debugger.fractionalscaling)
- Many PC Engine/PC-FX-related fixes.