diff options
Diffstat (limited to 'src/mode7_t.h.new')
-rw-r--r-- | src/mode7_t.h.new | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mode7_t.h.new b/src/mode7_t.h.new index 10c2ac2..ee568ab 100644 --- a/src/mode7_t.h.new +++ b/src/mode7_t.h.new @@ -524,8 +524,6 @@ DEC_FMODE7(ROPNAME) #define DMESG(n) printf("Rendering Mode7, ROp: " #n ", R:%d, r2130: %d, bg: %d\n", PPU.Mode7Repeat, GFX.r2130 & 1, bg) DMESG(ROPNAME) #endif - CHECK_SOUND(); - if (GFX.r2130 & 1) { if (IPPU.DirectColourMapsNeedRebuild) S9xBuildDirectColourMaps(); |