summaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-02 22:54:24 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-02 22:54:24 -0800
commita065d119b863b8ec9f3591f5a637bca7ccafc0ce (patch)
treec00425aaa1c6c811adef28c8db4304486bb3fd37 /sms.h
parentf6ab2dad74b981bd9e222f771a62cad34ae35c34 (diff)
Initial support for Sega's family of SMS mappers
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;