summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22MergeMichael Pavone
2018-01-22Get enough of MegaWifi implemented so that basic commands from wflash CLI ↵Michael Pavone
command work
2018-01-16Cleanup MegaWiFi command implementationMichael Pavone
2018-01-16Added support for MegaWiFi command IP_CURRENTMichael Pavone
2018-01-15Initial work on MegaWiFi supportMichael Pavone
2018-01-04MergeMichael Pavone
2018-01-03Fix silly bug in STOP implementation that caused excessive CPU usageMichael Pavone
2017-12-31Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the ↵Michael Pavone
stack is located outside of the 32-bit addressable range
2017-12-31Enable LTO on certain targets that don't need the full LDFLAGS by splitting ↵Michael Pavone
out the optimization flags into a separate var
2017-12-11Added RAM init and IO port config to system settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-11Added dropdowns for default region and savestate formatMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Refactor basic settings dropdownsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Initial work on system menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Update clean target to remove UI object filesMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Fix GL include issue for 32-bit buildsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Move paths.o to CONFIGOBJS since config.c uses path_append nowMichael Pavone
--HG-- branch : nuklear_ui
2017-12-06Fleshed out audio settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-04Fix buffer overrun in video settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Add shader selector to video settingsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Somewhat fleshed out video settings viewMichael Pavone
--HG-- branch : nuklear_ui
2017-11-29Initial work on settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-29Added code to persist config back to a fileMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Don't crash when keys are pressed before ROM is loadedMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Enable lock-on in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Pause game execution when in the new UI pause menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Filter file list in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
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