summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model3.c')
-rw-r--r--src/mame/drivers/model3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/model3.c b/src/mame/drivers/model3.c
index 7f98ec4434b..61818b7c141 100644
--- a/src/mame/drivers/model3.c
+++ b/src/mame/drivers/model3.c
@@ -811,7 +811,7 @@ static UINT32 scsi_fetch(UINT32 dsp)
static void scsi_irq_callback(running_machine *machine, int state)
{
scsi_irq_state = state;
-// model3_irq_state |= irq_enable & ~0x60; /* FIXME: enable only SCSI interrupt */
+// model3_irq_state |= irq_enable & ~0x60; /* FIXME: enable only SCSI interrupt */
update_irq_state(machine);
}