summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco32.c')
-rw-r--r--src/mame/drivers/deco32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco32.c b/src/mame/drivers/deco32.c
index 4cc06c084d9..b79f430d4fb 100644
--- a/src/mame/drivers/deco32.c
+++ b/src/mame/drivers/deco32.c
@@ -362,7 +362,7 @@ static WRITE32_HANDLER( fghthist_eeprom_w )
eeprom_set_clock_line((data & 0x20) ? ASSERT_LINE : CLEAR_LINE);
eeprom_write_bit(data & 0x10);
eeprom_set_cs_line((data & 0x40) ? CLEAR_LINE : ASSERT_LINE);
-
+
deco32_pri_w(space,0,data&0x1,0xffffffff); /* Bit 0 - layer priority toggle */
}
else if (!ACCESSING_BITS_8_15)