mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
(nw)svcpcb: fixed typos
This commit is contained in:
parent
a7cbf72946
commit
2baa5b6fad
@ -138,12 +138,12 @@ ROM_START( svcpcb ) /* Encrypted Set, JAMMA PCB */
|
||||
ROM_REGION( 0x1000000, "ymsnd", 0 )
|
||||
/* Encrypted */
|
||||
ROM_LOAD( "269-v1.v1", 0x000000, 0x800000, CRC(c659b34c) SHA1(1931e8111ef43946f68699f8707334c96f753a1e) )
|
||||
ROM_LOAD( "269-v2.v1", 0x800000, 0x800000, CRC(dd903835) SHA1(e58d38950a7a8697bb22a1cc7a371ae6664ae8f9) )
|
||||
ROM_LOAD( "269-v2.v2", 0x800000, 0x800000, CRC(dd903835) SHA1(e58d38950a7a8697bb22a1cc7a371ae6664ae8f9) )
|
||||
|
||||
ROM_REGION( 0x4000000, "sprites", 0 )
|
||||
/* Encrypted */
|
||||
ROM_LOAD( "269-c1.c1", 0x0000000, 0x2000000, CRC(1b608f9c) SHA1(4e70ad182da2ca18815bd3936efb04a06ebce01e) ) /* Plane 0,1 */
|
||||
ROM_LOAD( "269-c2.c1", 0x2000000, 0x2000000, CRC(5a95f294) SHA1(6123cc7b20b494076185d27c2ffea910e124b195) ) /* Plane 0,1 */
|
||||
ROM_LOAD( "269-c2.c2", 0x2000000, 0x2000000, CRC(5a95f294) SHA1(6123cc7b20b494076185d27c2ffea910e124b195) ) /* Plane 0,1 */
|
||||
ROM_END
|
||||
|
||||
/****************************************
|
||||
@ -156,7 +156,7 @@ ROM_START( svcpcba ) /* Encrypted Set, JAMMA PCB */
|
||||
/* alt PCB version, this one has the same program roms as the MVS set, and different GFX / Sound rom arrangements */
|
||||
ROM_REGION( 0x800000, "maincpu", 0 )
|
||||
ROM_LOAD32_WORD_SWAP( "269-p1a.p1", 0x000000, 0x400000, CRC(38e2005e) SHA1(1b902905916a30969282f1399a756e32ff069097) )
|
||||
ROM_LOAD32_WORD_SWAP( "269-p2a.p1", 0x000002, 0x400000, CRC(6d13797c) SHA1(3cb71a95cea6b006b44cac0f547df88aec0007b7) )
|
||||
ROM_LOAD32_WORD_SWAP( "269-p2a.p2", 0x000002, 0x400000, CRC(6d13797c) SHA1(3cb71a95cea6b006b44cac0f547df88aec0007b7) )
|
||||
|
||||
ROM_REGION( 0x80000, "fixed", 0 ) /* larger char set */
|
||||
ROM_FILL( 0x000000, 0x80000, 0x000000 )
|
||||
|
Loading…
Reference in New Issue
Block a user