diff 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
line wrap: on
line diff
--- a/blastem.c	Wed Dec 03 09:30:01 2014 -0800
+++ b/blastem.c	Wed Dec 03 09:32:32 2014 -0800
@@ -1289,7 +1289,7 @@
 	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;