summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ccs2810.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ccs2810.cpp')
-rw-r--r--src/mame/drivers/ccs2810.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/ccs2810.cpp b/src/mame/drivers/ccs2810.cpp
index 7cc9676938c..34b57008d1a 100644
--- a/src/mame/drivers/ccs2810.cpp
+++ b/src/mame/drivers/ccs2810.cpp
@@ -362,6 +362,9 @@ MACHINE_CONFIG_END
ROM_START( ccs2810 )
ROM_REGION( 0x10800, "maincpu", 0 )
ROM_LOAD( "ccs2810.u8", 0x10000, 0x0800, CRC(0c3054ea) SHA1(c554b7c44a61af13decb2785f3c9b33c6fc2bfce))
+
+ ROM_REGION( 0x0100, "proms", 0 )
+ ROM_LOAD_OPTIONAL( "5623.u9", 0x0000, 0x0100, NO_DUMP )
ROM_END
ROM_START( ccs2422 )