Mercurial > repos > blastem
diff segacd.h @ 1503:a763523dadf4 segacd
Added code for initializing a combined Genesis + Sega CD system when a Sega CD ISO is loaded
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 13 Dec 2017 09:44:41 -0800 |
parents | 2564b6ba2e12 |
children | 8ee7ecbf3f21 |
line wrap: on
line diff
--- a/segacd.h Tue Dec 12 09:44:33 2017 -0800 +++ b/segacd.h Wed Dec 13 09:44:41 2017 -0800 @@ -20,5 +20,6 @@ } segacd_context; segacd_context *alloc_configure_segacd(system_media *media, uint32_t opts, uint8_t force_region, rom_info *info); +memmap_chunk *segacd_main_cpu_map(segacd_context *cd, uint32_t *num_chunks); #endif //SEGACD_H_