model2.cpp: No main board EEPROM for original Model 2 (nw)

This commit is contained in:
AJR 2018-04-18 15:55:41 -04:00
parent 9195314887
commit bbfc5ec285
2 changed files with 1 additions and 2 deletions

View File

@ -2614,7 +2614,6 @@ MACHINE_CONFIG_START(model2o_state::model2o)
MCFG_MACHINE_START_OVERRIDE(model2_tgp_state,model2_tgp)
MCFG_MACHINE_RESET_OVERRIDE(model2o_state,model2o)
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MCFG_NVRAM_ADD_1FILL("backup1")
MCFG_DEVICE_ADD("ioboard", SEGA_MODEL1IO, 0)

View File

@ -101,7 +101,7 @@ protected:
required_device<generic_fifo_u32_device> m_copro_fifo_in;
required_device<generic_fifo_u32_device> m_copro_fifo_out;
optional_device<cpu_device> m_drivecpu;
required_device<eeprom_serial_93cxx_device> m_eeprom;
optional_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
optional_device<scsp_device> m_scsp;