summaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
Diffstat (limited to 'sms.h')
-rw-r--r--sms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sms.h b/sms.h
index 2361c2c..6911dc4 100644
--- a/sms.h
+++ b/sms.h
@@ -15,6 +15,8 @@ typedef struct {
vdp_context *vdp;
psg_context *psg;
sega_io io;
+ uint8_t *rom;
+ uint32_t rom_size;
uint32_t master_clock;
uint32_t normal_clock;
uint8_t should_return;