diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-12-22 10:51:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-12-22 10:51:33 -0800 |
commit | 0ce85adad77df67b6637d2160fdeccefbfd4790d (patch) | |
tree | 3d548f55290b84aac8dafae2c4a82d72dde06b99 /ztestrun.c | |
parent | 83b5d6a1a3d2211b824599d73d12d3f3807b2acc (diff) |
More cleanup in preparation for SMS/Mark III support
Diffstat (limited to 'ztestrun.c')
-rw-r--r-- | ztestrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ int main(int argc, char ** argv) exit(1); } fclose(f); - init_z80_opts(&opts, z80_map, 2, port_map, 1, 1); + init_z80_opts(&opts, z80_map, 2, port_map, 1, 1, 0xFF); init_z80_context(&context, &opts); //Z80 RAM context.mem_pointers[0] = z80_ram; |