diff options
Diffstat (limited to 'gst.c')
-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; } |