summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kaneko16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kaneko16.c')
-rw-r--r--src/mame/drivers/kaneko16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kaneko16.c b/src/mame/drivers/kaneko16.c
index 24867386bf3..a35d99c85e0 100644
--- a/src/mame/drivers/kaneko16.c
+++ b/src/mame/drivers/kaneko16.c
@@ -335,7 +335,7 @@ static WRITE16_HANDLER( kaneko16_eeprom_w )
{
if (ACCESSING_BITS_0_7)
{
- input_port_write(space->machine, "EEPROMOUT", data, 0xff);
+ input_port_write(space->machine, "EEPROMOUT", data, 0xff);
}
if (ACCESSING_BITS_8_15)