mirror of
https://github.com/holub/mame
synced 2025-07-08 11:21:56 +03:00
fix
This commit is contained in:
parent
f7dd940081
commit
c4587362d0
@ -152,7 +152,7 @@ ROM_START( dpatrol )
|
||||
ROM_LOAD( "bd1.e2", 0x0400, 0x0400, CRC(256b3320) SHA1(712573e3d9625a84c54bbe2e3edafb8879a14b2e)) // Computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
|
||||
|
||||
ROM_LOAD( "bd2.l4", 0x0800, 0x0200, CRC(bc87c648) SHA1(c4709d155aa50cc87146abd152a11de618cfd64c)) // PROM 1 contains aircraft target images and explosion image. PCB has 82S141; schematics show 6341-1
|
||||
ROM_LOAD( "bd2.l1", 0x0A00, 0x0200, CRC(f1e8ba9e) SHA1(605db3fdbaff4ba13729371ad0c4fbab3889378e)) // PROM 2 contains parachute and man, falling man. PCB has 82S141; schematics show 6341-1
|
||||
ROM_LOAD( "bd2.l1", 0x0A00, 0x0200, CRC(4ddcc237) SHA1(6bfad6a8bf8387e93c0bb1a04b647690b3701d54)) // PROM 2 contains parachute and man, falling man. PCB has 82S141; schematics show 6341-1
|
||||
|
||||
ROM_LOAD( "bd2.h7", 0x0C00, 0x0020, NO_DUMP) // Contains PROM address codes and image speeds. Each image has its own speed and address block in the image PROM. Chip is 82S123
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user