diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-03 09:32:32 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-03 09:32:32 -0800 |
commit | 77b05f2312cde22951903192667d2a23823890c5 (patch) | |
tree | 3e433c37cb1fccb9b8dd18df5a624b84f2f5d669 /blastem.c | |
parent | 5b1f68b82cda5b444fa2168d9b24b7101ba4b434 (diff) |
Initial support for configurable IO, custom IO and sega transfer board emulation
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1289,7 +1289,7 @@ int main(int argc, char ** argv) if (i < 0) { strcpy(sram_filename + fname_size, ".sram"); } - set_keybindings(); + set_keybindings(gen.ports); init_run_cpu(&gen, address_log, statefile, debuggerfun); return 0; |