summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-09-05 17:30:15 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-09-05 17:30:15 -0400
commit67265016e5ee25c619113384d35789df288908e8 (patch)
treef682bb7b4b1c3941727067c558833a8129f78a3f
parentd693b0f06fe7e80af3d0bcd134a71f9a094b21e7 (diff)
bingowav: ROM note (nw)
-rw-r--r--src/mame/drivers/bingowav.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/bingowav.cpp b/src/mame/drivers/bingowav.cpp
index 10049635f9a..ae6ef236f11 100644
--- a/src/mame/drivers/bingowav.cpp
+++ b/src/mame/drivers/bingowav.cpp
@@ -110,6 +110,7 @@ MACHINE_CONFIG_END
ROM_START( bingowav )
+ // Program and graphics ROMs from the "Terminal PCB" are currently missing
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD16_BYTE( "prg-h.ic35", 0x00000, 0x20000, CRC(0ae8c738) SHA1(c040c4f46089a07ef3c4d5067068ea3cd1546e4e) )
ROM_LOAD16_BYTE( "prg-l.ic42", 0x00001, 0x20000, CRC(a7742e54) SHA1(2ab75c51ced0bb37b50f5077b611cde1770e2411) )