summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-14 21:15:21 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-14 21:15:21 +0000
commit89fbc3b48234602dc07606fd7fd2b71e1d39530c (patch)
tree19ffc80d0e5f463f20c87c18f7285f8739f660d2 /src
parentf27e38a36f9397d3559bd6c8900f262283de032d (diff)
fix MT 04338
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/sigmab98.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sigmab98.c b/src/mame/drivers/sigmab98.c
index b5511b0c45e..0231a19d02c 100644
--- a/src/mame/drivers/sigmab98.c
+++ b/src/mame/drivers/sigmab98.c
@@ -1748,7 +1748,7 @@ static MACHINE_CONFIG_START( sammymdl, sigmab98_state )
MCFG_MACHINE_RESET( sammymdl )
MCFG_NVRAM_ADD_0FILL("nvram") // battery
- MCFG_EEPROM_ADD("eeprom", eeprom_interface_93C46_8bit)
+ MCFG_EEPROM_ADD("eeprom", eeprom_interface_93C46_8bit_delay)
MCFG_TICKET_DISPENSER_ADD("hopper", attotime::from_msec(200), TICKET_MOTOR_ACTIVE_LOW, TICKET_STATUS_ACTIVE_LOW )