summaryrefslogtreecommitdiff
path: root/system.h
AgeCommit message (Collapse)Author
2021-03-12Add system_header.htwinaphex
2020-05-09Less hacky run on audio thread modeMichael Pavone
2020-04-29WIP netplay supportMichael Pavone
2020-03-27Initial stab at VGM logging supportMichael Pavone
2019-01-20Implement serialization/deserialization in libretro buildMike Pavone
2018-11-19Removed old VDP debug functionalityMichael Pavone
2018-07-06Update controller config when changed in UI without restartMichael Pavone
2018-05-05Refactor to split device bindings from IO emulation codeMichael Pavone
2017-11-24Fix genesis save state loading via Nuklear UI, sms probably still needs workMichael Pavone
--HG-- branch : nuklear_ui
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on ↵Michael Pavone
a cartridge via menu
2017-08-16Added save states to SMS emulationMichael Pavone
2017-01-27Implement soft reset in Genesis modeMichael Pavone
2017-01-25Use filename for game title in SMS modeMichael Pavone
2017-01-04Don't lock up CPU if performing a read with writes configured when in PBC ↵Michael Pavone
mode. Allow access to VDP debug commands from Z80 debugger in PBC mode. Handle Mode 4 in VDP debug print functions
2017-01-02Detect system type from filename if header based methods fail. Allow ↵Michael Pavone
overriding system type from command line.
2016-12-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵Michael Pavone
useful.
2016-12-19Restore 68K address logging functionalityMichael Pavone
2016-12-19Mostly working changes to allow support for multiple emulated system types ↵Michael Pavone
in main blastem program