index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Collapse
)
Author
2015-07-26
Merge
Michael Pavone
2015-07-26
Fix some memory issues
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26
Fix mingw-w64 build and cross-compilation
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
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-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2014-04-01
Make Windows port a little less half-assed
Michael Pavone
2014-04-01
Initial work on Windows port
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
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-10
Read key bindings from config file
Mike Pavone
2013-07-10
Add config file parser and default config file
Mike Pavone