summaryrefslogtreecommitdiff
path: root/gst.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst.c')
-rw-r--r--gst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst.c b/gst.c
index 4a16b0b..e2bc95c 100644
--- a/gst.c
+++ b/gst.c
@@ -214,6 +214,7 @@ uint8_t z80_load_gst(z80_context * context, FILE * gstfile)
}
}
context->native_pc = NULL;
+ context->extra_pc = NULL;
return 1;
}