mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
gaelco3d.cpp: fix eeprom access (nw)
This commit is contained in:
parent
2a047019b5
commit
5884795e76
@ -951,6 +951,7 @@ static MACHINE_CONFIG_START( gaelco3d )
|
||||
MCFG_CPU_DATA_MAP(adsp_data_map)
|
||||
|
||||
MCFG_EEPROM_SERIAL_93C66_ADD("eeprom")
|
||||
MCFG_EEPROM_SERIAL_ENABLE_STREAMING()
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user