summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ironhors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ironhors.c')
-rw-r--r--src/mame/video/ironhors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ironhors.c b/src/mame/video/ironhors.c
index 91de94821b5..4b899672616 100644
--- a/src/mame/video/ironhors.c
+++ b/src/mame/video/ironhors.c
@@ -120,7 +120,7 @@ WRITE8_HANDLER( ironhors_palettebank_w )
/* bit 6 unknown - set after game over */
- if (data & 0x88)
+ if (data & 0x88)
popmessage("ironhors_palettebank_w %02x",data);
}