comparison blastem.c @ 645:d77c79cec800

Initial support for configurable IO, custom IO and sega transfer board emulation
author Michael Pavone <pavone@retrodev.com>
date Wed, 03 Dec 2014 09:32:32 -0800
parents 041578693329
children f822d9216968
comparison
equal deleted inserted replaced
644:2d7e84ae818c 645:d77c79cec800
1287 } 1287 }
1288 } 1288 }
1289 if (i < 0) { 1289 if (i < 0) {
1290 strcpy(sram_filename + fname_size, ".sram"); 1290 strcpy(sram_filename + fname_size, ".sram");
1291 } 1291 }
1292 set_keybindings(); 1292 set_keybindings(gen.ports);
1293 1293
1294 init_run_cpu(&gen, address_log, statefile, debuggerfun); 1294 init_run_cpu(&gen, address_log, statefile, debuggerfun);
1295 return 0; 1295 return 0;
1296 } 1296 }