summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6840ptm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/6840ptm.c')
-rw-r--r--src/emu/machine/6840ptm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/6840ptm.c b/src/emu/machine/6840ptm.c
index f5ea53ea2e6..7669052ceb3 100644
--- a/src/emu/machine/6840ptm.c
+++ b/src/emu/machine/6840ptm.c
@@ -251,7 +251,7 @@ INLINE void update_interrupts(int which)
((currptr->status_reg & 0x02) && (currptr->control_reg[1] & 0x40)) ||
((currptr->status_reg & 0x04) && (currptr->control_reg[2] & 0x40));
-// if (new_state != currptr->IRQ)
+// if (new_state != currptr->IRQ)
{
currptr->IRQ = new_state;