Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |