From 48718d1f339e263fb52a35a7a5230d32491b78b8 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 29 Jun 2013 17:15:08 -0700 Subject: Add support for loading GST format savestates --- z80_to_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80_to_x86.c') diff --git a/z80_to_x86.c b/z80_to_x86.c index 6ac701d..7f0ccf3 100644 --- a/z80_to_x86.c +++ b/z80_to_x86.c @@ -1637,7 +1637,7 @@ uint8_t * translate_z80inst(z80inst * inst, uint8_t * dst, z80_context * context default: { char disbuf[80]; z80_disasm(inst, disbuf, address); - fprintf(stderr, "unimplemented instruction: %s\n", disbuf); + fprintf(stderr, "unimplemented instruction: %s at %X\n", disbuf, address); FILE * f = fopen("zram.bin", "wb"); fwrite(context->mem_pointers[0], 1, 8 * 1024, f); fclose(f); -- cgit v1.2.3