mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
argus.cpp: documented a missing PROM dump (nw)
This commit is contained in:
parent
1bc03d6969
commit
066d27eca9
@ -737,6 +737,9 @@ 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_END
|
||||
|
||||
ROM_START( butasan ) /* English "subtitle" of Butasan for Japanese region. Original Jaleco PCB */
|
||||
|
Loading…
Reference in New Issue
Block a user