argus.cpp: documented a missing PROM dump (nw)

This commit is contained in:
Ivan Vangelista 2017-12-18 17:36:59 +01:00
parent 1bc03d6969
commit 066d27eca9

View File

@ -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 */