summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/scspdsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/scspdsp.c')
-rw-r--r--src/emu/sound/scspdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/scspdsp.c b/src/emu/sound/scspdsp.c
index 65ec0f82912..cfa648d0be3 100644
--- a/src/emu/sound/scspdsp.c
+++ b/src/emu/sound/scspdsp.c
@@ -156,7 +156,7 @@ void SCSPDSP_Step(struct _SCSPDSP *DSP)
#endif
//INPUTS RW
// colmns97 hits this
-// assert(IRA<0x32);
+// assert(IRA<0x32);
if(IRA<=0x1f)
INPUTS=DSP->MEMS[IRA];
else if(IRA<=0x2F)