# HG changeset patch # User Michael Pavone # Date 1430447281 25200 # Node ID 318ebe078315a249ac356af312334c1e1adf9ef2 # Parent e11e689186916b2d5eb1ca0deb88edfea1ec6ca3 Fix missing call to setup_io_devices diff -r e11e68918691 -r 318ebe078315 blastem.c --- 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);