summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-26Sort directory listing in Nuklear UI file browserMichael Pavone
--HG-- branch : nuklear_ui
2017-11-25Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI ↵Michael Pavone
in favor of old menu ROM both at compile time and in config. Fall back to ROM UI if GL is unavailable --HG-- branch : nuklear_ui
2017-11-25Avoid burning a huge amount of CPU in the menu when emulation is not running ↵Michael Pavone
and vsync is disabled --HG-- branch : nuklear_ui
2017-11-25Fix directory navigation in ROM file chooser in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-25Get SMS savestates working in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-24Fix genesis save state loading via Nuklear UI, sms probably still needs workMichael Pavone
--HG-- branch : nuklear_ui
2017-11-24Refactored save slot related logic to reduce duplication and allow reuse in ↵Michael Pavone
new UI. Get state loading/saving mostly working in new UI --HG-- branch : nuklear_ui
2017-11-22Pause menu now triggered on ui.exit eventMichael Pavone
--HG-- branch : nuklear_ui
2017-11-22Fix UI rendering in fullscreen and wome initial work on the "pause" menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-21Basic support for loading ROMs via Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-21Initial work on Nuklear-based UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-21Moved initial path logic out of menu so it can be shared with new UIMichael Pavone
--HG-- branch : nuklear_ui
2017-10-19Implemented Z80 IM 2 and attempted correct intack cycle delayMichael Pavone
2017-10-14Add support for writeable ROM and an entry for Game no Kanzume Otokuyou ↵Michael Pavone
using that support as it expects the cart area to be writable
2017-10-09Attempt at fixing issue reported when compiling with MSVCMichael Pavone
2017-10-09Added detection of XBAND test ROMs. None seem to actually work with my ↵Michael Pavone
limited FRED chip implementation though
2017-09-13Push correct PC onto stack on divide by zero for pc-relative caseMichael Pavone
2017-09-13Preserve original address when retranslating instructions instead of ↵Michael Pavone
switching to the lowest alias
2017-09-08Fix unlk for the a7 caseMichael Pavone
2017-09-08Fix what are hopefully th elast of the 68K instruction decoder bugs revealed ↵Michael Pavone
by r57shell/realmonster's test ROM
2017-09-07More instruction decoder fixesMichael Pavone
2017-09-06Properly clear trace mode on interrupt or other exception. Fix NBCD with ↵Michael Pavone
memory destination
2017-09-06Remove unused define in blastem.cMichael Pavone
2017-09-06Update version number for nightly buildsMichael Pavone
2017-09-06Fix a bunch of 68K instruction decoder bugs revealed by ↵Michael Pavone
r57shell/realmonster's test ROM
2017-08-30Added tag v0.5.1 for changeset 3d48cb0c28beMichael Pavone
2017-08-30Updated version string for 0.5.1 releaseMichael Pavone
2017-08-30Updated CHANGELOG for 0.5.1 releaseMichael Pavone
2017-08-29Fix minor graphical regression in Gunstar HeroesMichael Pavone
2017-08-29Fix regression in XBAND keyboard support. Fixes ticket:33Michael Pavone
2017-08-29Make initial bank register state stored in bank_regs match what is put in to ↵Michael Pavone
mem_pointers for the sega/SSF2 mapper. Invalidate RAM code ranges on RAM deserialization
2017-08-29Fix operator precedence in psg serialize/deserializeMichael Pavone
2017-08-29Save entirety of fnum register, not just the low 8 bitsMichael Pavone
2017-08-29Fix savestate path calculation in genesis load_stateMichael Pavone
2017-08-29Ensure extra_pc is NULL when resuming a save stateMichael Pavone
2017-08-29Save and restore YM2612 timer control and keyon/off state in native save statesMichael Pavone
2017-08-28Pass the correct context pointer to write handlers in mapper deserialize ↵Michael Pavone
functions
2017-08-28Save and restore Z80 bank register in native save statesMichael Pavone
2017-08-27Save/restore mapper state in native save statesMichael Pavone
2017-08-26Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21Michael Pavone
2017-08-25Update README in anticipation of 0.5.1 releaseMichael Pavone
2017-08-24Clear display in SDL2 renderer before doing the texture copy. This gets rid ↵Michael Pavone
of the artifacts noted in ticket:29
2017-08-24Allow actually saving a save state in more Z80 states. Save busreq/reset ↵Michael Pavone
state in bus arbiter section for "native" save states
2017-08-24Small fix submitted by Anaël Seghezzi to his subtle crt shaderMichael Pavone
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on ↵Michael Pavone
a cartridge via menu
2017-08-21Fix external v counter when normal resolution interlace mode is activeMichael Pavone
2017-08-21Fix timing of VDP ODD flag toggleMichael Pavone
2017-08-16Using ui.exit to abort loading or saving a state via menu will no longer ↵Michael Pavone
cause you to return to those sub-menus the next time the menu is loaded
2017-08-16Added a config file option for remembering the last path in the menuMichael Pavone
2017-08-16Added save states to SMS emulationMichael Pavone