summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-03-03 15:08:16 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-03-03 15:08:16 +0000
commit41af68d3113b3151014fe459b7dbc3cd7b8957d9 (patch)
tree60065130283114cf449fb15005128f5495f2e961 /src
parentd56d9f29d2dc3d8391586a037f6f31de02bf00eb (diff)
Turned off annoying assert that nobody is interested in fixing.
Diffstat (limited to 'src')
-rw-r--r--src/emu/sound/scspdsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/sound/scspdsp.c b/src/emu/sound/scspdsp.c
index 0415aebf021..a7c30565990 100644
--- a/src/emu/sound/scspdsp.c
+++ b/src/emu/sound/scspdsp.c
@@ -155,7 +155,8 @@ void SCSPDSP_Step(struct _SCSPDSP *DSP)
}
#endif
//INPUTS RW
- assert(IRA<0x32);
+// colmns97 hits this
+// assert(IRA<0x32);
if(IRA<=0x1f)
INPUTS=DSP->MEMS[IRA];
else if(IRA<=0x2F)