Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-29 | Allow games to be specified in ROM DB via sha1 instead of product ID. Added ↵ | Michael Pavone | |
a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry. | |||
2017-03-21 | Make save directory configurable. Satisfies ticket:4 | Michael Pavone | |
2017-03-21 | Allow initial_path to contain variable references which allows the default ↵ | Michael Pavone | |
value to be actually specified in the default config file | |||
2017-01-02 | Detect system type from filename if header based methods fail. Allow ↵ | Michael Pavone | |
overriding system type from command line. | |||
2016-12-09 | WIP split of ROM loading/argument parsing from Genesis emulation code. ↵ | Michael Pavone | |
Compiles and doesn't crash, but nothing works. Still a few too many globals as well. | |||
2016-05-01 | Removed assumptions that path separators are Unix style outside of Unix-only ↵ | Michael Pavone | |
verions of functions | |||
2016-04-15 | Save state menu WIP | Michael Pavone | |
2016-04-15 | Switch to storing SRAM/EEPROM and save states in a per-game directory rather ↵ | Michael Pavone | |
than next to the ROM (for SRAM/EEPROM) or in the current working directory (for save states) | |||
2015-11-09 | Fix Android build breakage | Michael Pavone | |
2015-11-08 | Make menu stuff work on Android (theoretically) | Michael Pavone | |
2015-11-06 | Menu ROM now pulls real file names from the OS rather than using a fake list | Michael Pavone | |
2015-07-26 | Spawn a terminal for the debugger when needed if we are not already attached ↵ | Michael Pavone | |
to one | |||
2015-07-25 | Use a new fatal_error function instead of calling fprintf and exit for fatal ↵ | Michael Pavone | |
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows). | |||
2015-07-07 | Add support for reading cartridge memory map from ROM database, though ↵ | Michael Pavone | |
without EEPROM support for now | |||
2014-04-01 | Make Windows port a little less half-assed | Michael Pavone | |
2013-10-28 | Extract function to determine executable directory from load_config so it ↵ | Mike Pavone | |
can be used elsewhere | |||
2013-10-28 | Allow OpenGL support to be disabled at compile time. Move generic utility ↵ | Mike Pavone | |
functions out of config.c |