summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-01-22 15:45:12 +0000
committer smf- <smf-@users.noreply.github.com>2017-01-22 15:45:12 +0000
commitb30aedb1ff8789aa8e221e5a75086e9f0da14366 (patch)
tree5e1fdbc80461adb073087f7945eb5347102a1564
parent82323efebc861407ed2851264307c615e974fe6c (diff)
added missing device to fix -validate errors (nw)
-rw-r--r--src/mame/drivers/segasp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/segasp.cpp b/src/mame/drivers/segasp.cpp
index 8d4a662773b..00d72f509a2 100644
--- a/src/mame/drivers/segasp.cpp
+++ b/src/mame/drivers/segasp.cpp
@@ -298,6 +298,7 @@ static MACHINE_CONFIG_DERIVED_CLASS( segasp, naomi_aw_base, segasp_state )
MCFG_CPU_PROGRAM_MAP(segasp_map)
MCFG_CPU_IO_MAP(onchip_port)
+ MCFG_EEPROM_SERIAL_93C46_ADD("main_eeprom")
MCFG_EEPROM_SERIAL_93C46_ADD("sp_eeprom")
// todo, not exactly NaomiM4 (see notes at top of driver) use custom board type here instead