comparison sms.h @ 2604:c768bbd912f1

Give sega 8-bit consoles separate system_type enum values and allow selecting them from the command line
author Michael Pavone <pavone@retrodev.com>
date Thu, 13 Feb 2025 23:07:31 -0800
parents 0c6519125a28
children
comparison
equal deleted inserted replaced
2603:acb8f0f70a68 2604:c768bbd912f1
43 uint32_t cassette_offset; 43 uint32_t cassette_offset;
44 uint32_t cassette_cycle; 44 uint32_t cassette_cycle;
45 wave_header cassette_wave; 45 wave_header cassette_wave;
46 } sms_context; 46 } sms_context;
47 47
48 sms_context *alloc_configure_sms(system_media *media, uint32_t opts, uint8_t force_region); 48 sms_context *alloc_configure_sms(system_media *media, system_type stype, uint32_t opts, uint8_t force_region);
49 49
50 #endif //SMS_H_ 50 #endif //SMS_H_