From 7f3358e31c30e519a45258917fc419e57b4ca422 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 29 Jul 2015 00:03:36 -0700 Subject: Added support for an IO memory map in Z80 core --- ztestrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ztestrun.c') diff --git a/ztestrun.c b/ztestrun.c index 0e262d3..f169fcb 100644 --- a/ztestrun.c +++ b/ztestrun.c @@ -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; -- cgit v1.2.3