diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-04-30 19:28:01 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-04-30 19:28:01 -0700 |
commit | d11ec6908700a7eb34c326159826fcfbd04c1ab6 (patch) | |
tree | ff357244abd3ce8fe125da10583e3937483415a7 | |
parent | 46b4c104c2447d9081122696a43094d0cb987de3 (diff) |
Fix missing call to setup_io_devices
-rw-r--r-- | blastem.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1292,6 +1292,7 @@ int main(int argc, char ** argv) 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); |