comparison genesis.c @ 2271:3ef80963c2a7

Fix stamp address mask and add WIP CD graphics debug view
author Michael Pavone <pavone@retrodev.com>
date Thu, 29 Dec 2022 15:47:19 -0800
parents 94cca8b8429e
children 777900eb8e15
comparison
equal deleted inserted replaced
2270:827ab6dd534a 2271:3ef80963c2a7
1738 if (gen->expansion) { 1738 if (gen->expansion) {
1739 segacd_context *cd = gen->expansion; 1739 segacd_context *cd = gen->expansion;
1740 rf5c164_enable_scope(&cd->pcm, scope); 1740 rf5c164_enable_scope(&cd->pcm, scope);
1741 } 1741 }
1742 } 1742 }
1743 } else if (debug_view == DEBUG_CD_GRAPHICS && gen->expansion) {
1744 scd_toggle_graphics_debug(gen->expansion);
1743 } 1745 }
1744 } 1746 }
1745 1747
1746 static void *tmss_rom_write_16(uint32_t address, void *context, uint16_t value) 1748 static void *tmss_rom_write_16(uint32_t address, void *context, uint16_t value)
1747 { 1749 {