summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-08-14Added J-Cart supportMichael Pavone
2018-07-27Allow selecting controller type when controllers have an SDL 2 mapping, but h...Michael Pavone
2018-07-22Initial heuristics for detecting controller types and showing different label...Michael Pavone
2018-05-05Refactor to split device bindings from IO emulation codeMichael Pavone
2018-03-26Get Windows build working again. MegaWiFi code probably needs more work befor...Michael Pavone
2018-03-25Fix no-default targetsMichael Pavone
2018-03-25Added OSX implementation of default_fontMichael Pavone
2018-03-24MergeMichael Pavone
2018-03-24Added png screenshot supportMichael Pavone
2018-03-24Add support for loading ROMs from zip filesMichael Pavone
2018-03-23Updated fibonacci benchmark code to work with current test harnessMichael Pavone
2018-03-06Added support for TTC and dfont format true type fonts. More robust font sele...Michael Pavone
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone
2018-02-06Key binding menu is now functionalMichael Pavone
2018-01-22MergeMichael Pavone
2018-01-16Added support for MegaWiFi command IP_CURRENTMichael Pavone
2018-01-15Initial work on MegaWiFi supportMichael Pavone
2017-12-31Enable LTO on certain targets that don't need the full LDFLAGS by splitting o...Michael Pavone
2017-12-07Update clean target to remove UI object filesMichael Pavone
2017-12-07Move paths.o to CONFIGOBJS since config.c uses path_append nowMichael Pavone
2017-11-25Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI in...Michael Pavone
2017-11-24Refactored save slot related logic to reduce duplication and allow reuse in n...Michael Pavone
2017-11-21Initial work on Nuklear-based UIMichael Pavone
2017-08-06WIP - New savestate formatMichael Pavone
2017-06-24Support a couple of bootleg X-in-1 cartsMichael Pavone
2017-06-23Move Sega mapper implementation out of romdb.cMichael Pavone
2017-06-23Move I2C EEPROM and NOR Flash functions out of romdb.c into new filesMichael Pavone
2017-03-29Allow games to be specified in ROM DB via sha1 instead of product ID. Added a...Michael Pavone
2017-03-28Implemented M68K trace mode. Some edge cases/SR update paths still need workMichael Pavone
2017-03-25Fix latching of V32 mode bitMichael Pavone
2017-03-04Fix secondary targetsMichael Pavone
2017-03-04Implement raw screenshot functionality requested in ticket:10Michael Pavone
2017-03-02Support for the Realtec mapper. Needs testing with games besides The Earth De...Michael Pavone
2017-02-26Missed a usage of Wine in MakefileMichael Pavone
2017-02-26Update Windows build to use mingw-w64 cross compiler rather than WineMichael Pavone
2017-02-23WIP support for XBAND mapper hardwareMichael Pavone
2017-01-16Added synthetic test for tracking down interrupt timing issuesMichael Pavone
2016-12-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...Michael Pavone
2016-12-19Mostly working changes to allow support for multiple emulated system types in...Michael Pavone
2016-12-09Fix the previous WIP commit. Quick tests suggests things are no more broken t...Michael Pavone
2016-10-30Initial stab at jaguar disassemlerMichael Pavone
2016-10-07Added placeholder code for video output hardware/object processorMichael Pavone
2016-10-04Some initial work on Atari Jaguar emulationMichael Pavone
2016-08-09Make the Makefile more OpenBSD friendly. LTO is not supported on the super ol...Michael Pavone
2016-05-06Add missing dependency for font.tiles in MakefileMichael Pavone
2016-04-23Inclue menu.bin in release directories. Added a Windows RC file and iconMichael Pavone
2016-03-07WIP buttons in menu ROMMichael Pavone
2015-12-17Added button graphic for menuMichael Pavone
2015-12-05Added mouse support to menu ROMMichael Pavone
2015-11-13It is now possible to switch back and forth between the menu ROM and the gameMichael Pavone