summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.c
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2014-09-05 14:46:48 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2014-09-05 14:46:48 +0000
commit8deb12b7080b8130a970c4ba6d7591018bd75272 (patch)
tree7edc2f6a5f8e25e539667db8e16b28fe34d660cc /src/mame/drivers/eolith.c
parentcd91f6fe2c9091b6cc4e70abfd35315f80a755f7 (diff)
eolith.c needs faster EEPROM access like vamphalf.c, fixes fort2b again (nw)
Diffstat (limited to 'src/mame/drivers/eolith.c')
-rw-r--r--src/mame/drivers/eolith.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c
index b77b693797d..dc8cfb7eb40 100644
--- a/src/mame/drivers/eolith.c
+++ b/src/mame/drivers/eolith.c
@@ -556,6 +556,8 @@ static MACHINE_CONFIG_START( eolith45, eolith_state )
MCFG_MACHINE_RESET_OVERRIDE(eolith_state,eolith)
MCFG_EEPROM_SERIAL_93C66_8BIT_ADD("eeprom")
+ MCFG_EEPROM_ERASE_TIME(attotime::from_usec(250))
+ MCFG_EEPROM_WRITE_TIME(attotime::from_usec(250))
// for testing sound sync
// MCFG_QUANTUM_PERFECT_CPU("maincpu")