summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-03-20 07:15:59 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2018-03-20 07:15:59 +0100
commit1235cf9fd201d73c5fa213e568a29fd5f477ecfb (patch)
treede7ed62b1c8f272e055bae101348b32d90ba105d
parentade7a9171fb452a5dbc4aa733667f9b3b8bf7f8c (diff)
argus.cpp: dumped PROM for valtric [system11, The Dumping Union]
-rw-r--r--src/mame/drivers/argus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/argus.cpp b/src/mame/drivers/argus.cpp
index 2d476277c4a..e0dc3d5eb4a 100644
--- a/src/mame/drivers/argus.cpp
+++ b/src/mame/drivers/argus.cpp
@@ -744,8 +744,8 @@ ROM_START( valtric )
ROM_REGION( 0x08000, "gfx3", 0 ) /* Text */
ROM_LOAD( "vt_07.bin", 0x00000, 0x08000, CRC(d5f9bfb9) SHA1(6b3f11f9b8f76c0144a109f1506d8cbb01876237) )
- ROM_REGION (0x100, "proms", 0)
- ROM_LOAD( "82s129", 0x000, 0x100, NO_DUMP ) // located on the top board
+ ROM_REGION (0x100, "proms", 0) // currently not used by the emulation, without it you just get diagonal glitches on a real board.
+ ROM_LOAD( "82s129.1s", 0x000, 0x100, CRC(bc42f9b5) SHA1(962c812d5d1f0e539238a4ec49866ef3558db629) ) // located on the top board
ROM_END
ROM_START( butasan ) /* English "subtitle" of Butasan for Japanese region. Original Jaleco PCB */