diff options
-rw-r--r-- | gst.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ uint8_t z80_load_gst(z80_context * context, FILE * gstfile) } } context->native_pc = NULL; + context->extra_pc = NULL; return 1; } |
![]() |
index : blastem.git | |
Oxore's fork of "blastem" emulator for ROM hacking (C) |
summaryrefslogtreecommitdiff |
-rw-r--r-- | gst.c | 1 |
@@ -214,6 +214,7 @@ uint8_t z80_load_gst(z80_context * context, FILE * gstfile) } } context->native_pc = NULL; + context->extra_pc = NULL; return 1; } |