changeset 693:318ebe078315

Fix missing call to setup_io_devices
author Michael Pavone <pavone@retrodev.com>
date Thu, 30 Apr 2015 19:28:01 -0700
parents e11e68918691
children 7497334bb548
files blastem.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/blastem.c	Tue Apr 28 19:04:36 2015 -0700
+++ b/blastem.c	Thu Apr 30 19:28:01 2015 -0700
@@ -1292,6 +1292,7 @@
 	gen.ym = &y_context;
 	gen.psg = &p_context;
 	genesis = &gen;
+	setup_io_devices(config, gen.ports);
 
 	int fname_size = strlen(romfname);
 	sram_filename = malloc(fname_size+6);