summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_f3.c')
-rw-r--r--src/mame/drivers/taito_f3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_f3.c b/src/mame/drivers/taito_f3.c
index ff9567c4281..974b7124498 100644
--- a/src/mame/drivers/taito_f3.c
+++ b/src/mame/drivers/taito_f3.c
@@ -99,7 +99,7 @@ static WRITE32_HANDLER( f3_control_w )
case 0x04: /* Eeprom */
if (ACCESSING_BITS_0_7)
{
- input_port_write(space->machine, "EEPROMOUT", data, 0xff);
+ input_port_write(space->machine, "EEPROMOUT", data, 0xff);
}
return;