diff options
Diffstat (limited to 'sms.h')
-rw-r--r-- | sms.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |