summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atetris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atetris.cpp')
-rw-r--r--src/mame/drivers/atetris.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/atetris.cpp b/src/mame/drivers/atetris.cpp
index e43c0051391..6096025f6d8 100644
--- a/src/mame/drivers/atetris.cpp
+++ b/src/mame/drivers/atetris.cpp
@@ -588,9 +588,13 @@ ROM_START( atetb3482 )
ROM_REGION( 0x10000, "gfx1", 0 )
ROM_LOAD( "f8-d2.bin", 0x0000, 0x10000, CRC(84a1939f) SHA1(d8577985fc8ed4e74f74c68b7c00c4855b7c3270) )
- ROM_REGION( 0x08000, "tunes", 0 ) // Not hooked up. Same 8K repeated four times
- ROM_LOAD( "k1-d3.bin", 0x00000, 0x08000, CRC(ce51c82b) SHA1(f90ed16f817e6b2a22b69db20348386b9c1ecb67) )
+ ROM_REGION( 0x8000, "soundcpu", 0 ) // Not hooked up
+ ROM_LOAD( "k1-d3.bin", 0x0000, 0x8000, CRC(ce51c82b) SHA1(f90ed16f817e6b2a22b69db20348386b9c1ecb67) ) // Same 8K repeated four times
+ // See http://www.seanriddle.com/um348x/ for notes about the UM3482
+ ROM_REGION( 0x01c0, "um3482", 0 ) // Not hooked up
+ ROM_LOAD( "um3482araw.bin", 0x0000, 0x01c0, BAD_DUMP CRC(5871d564) SHA1(4203b6513ad08ece26177778e5defeb862d1a81d) ) // Raw dump from visual decap, needs further analysis
+
/* Not dumped, unused */
ROM_REGION( 0x71c, "plds", 0 )
ROM_LOAD( "pal16r4.1n" , 0x000, 0x104, NO_DUMP )