From db00bd80fcb976d71ff2a0569243e6cfb0a0bc96 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 19 Oct 2004 09:05:38 +0000 Subject: [PATCH] removed breakpoints for Mario Chip 1 and GSU-1. --- zsnes/src/init.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 01022b50..b0ce89a5 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -4498,14 +4498,12 @@ NEWSYM CheckROMType ;Super FX has SRAM, but only a battery to save it on the latter two cmp ax,01320h jne .notSFXA -int 3h mov byte[SFXEnable],1 jmp .endchpdtct .notSFXA cmp ax,01420h jne .notSFXB mov byte[SFXEnable],1 -int 3h jmp .endchpdtct .notSFXB cmp ax,01520h