diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-29 00:03:36 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-29 00:03:36 -0700 |
commit | 7f3358e31c30e519a45258917fc419e57b4ca422 (patch) | |
tree | 1aab73cdc491d9c1418aa6295ba6281c815fb8c3 /ztestrun.c | |
parent | bb8d28d9fbb19dc79247f82af1c2fc42ff13e691 (diff) |
Added support for an IO memory map in Z80 core
Diffstat (limited to 'ztestrun.c')
-rw-r--r-- | ztestrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ int main(int argc, char ** argv) exit(1); } fclose(f); - init_z80_opts(&opts, z80_map, 2, 1); + init_z80_opts(&opts, z80_map, 2, NULL, 0, 1); init_z80_context(&context, &opts); //Z80 RAM context.mem_pointers[0] = z80_ram; |