From a065d119b863b8ec9f3591f5a637bca7ccafc0ce Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 2 Jan 2017 22:54:24 -0800 Subject: Initial support for Sega's family of SMS mappers --- sms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sms.h') 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; -- cgit v1.2.3