Previous 199869 Revisions Next

r33518 Tuesday 25th November, 2014 at 06:29:21 UTC by Fabio Priuli
minor fix. nw.
[src/mame/drivers]pse.c

trunk/src/mame/drivers/pse.c
r242029r242030
44
55 Game Name                  DATA
66 --------------------------------
7 Maneater (1975)            YES
78 Knights in Armor (1976)    YES
89 Desert Patrol (1977)       YES
910 Game Tree (1978)           YES
r242029r242030
114115
115116   ROM_REGION( 0x0800, "roms", ROMREGION_ERASE00 )
116117   ROM_LOAD( "bd1.d2", 0x0000, 0x0400, CRC(e4c8e4ab) SHA1(0b989ca9369139f212dcea1d1461998f20057db8)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
117   // the one below should be at e2 according to schematics?
118   ROM_LOAD( "bd1.f2", 0x0000, 0x0400, CRC(256b3320) SHA1(712573e3d9625a84c54bbe2e3edafb8879a14b2e)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
118   ROM_LOAD( "bd1.e2", 0x0000, 0x0400, CRC(256b3320) SHA1(712573e3d9625a84c54bbe2e3edafb8879a14b2e)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
119119
120120   ROM_LOAD( "bd2.l4", 0x0000, 0x0200, CRC(bc87c648) SHA1(c4709d155aa50cc87146abd152a11de618cfd64c)) // prom 1 contains aircraft target images and explosion image. pcb has 82S141; schematics show 6341-1
121121   ROM_LOAD( "bd2.l1", 0x0000, 0x0800, CRC(f1e8ba9e) SHA1(605db3fdbaff4ba13729371ad0c4fbab3889378e)) // prom 2 contains parachute and man, falling man. pcb has 82S141; schematics show 6341-1


Previous 199869 Revisions Next


© 1997-2024 The MAME Team