summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2014-11-25 07:29:21 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2014-11-25 07:29:21 +0100
commit8a3d220ff0cfe8e98ce211d61b25d1ec4e8464d7 (patch)
tree54d818c27f3b0e86d47bb3e1dde8daac2ca08af5
parent8f2f223346e3388329dbe4ab38c06ac7747f502e (diff)
minor fix. nw.
-rw-r--r--src/mame/drivers/pse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pse.c b/src/mame/drivers/pse.c
index cca4620c330..d00f3fcc29c 100644
--- a/src/mame/drivers/pse.c
+++ b/src/mame/drivers/pse.c
@@ -4,6 +4,7 @@
Game Name DATA
--------------------------------
+ Maneater (1975) YES
Knights in Armor (1976) YES
Desert Patrol (1977) YES
Game Tree (1978) YES
@@ -114,8 +115,7 @@ ROM_START( dpatrol )
ROM_REGION( 0x0800, "roms", ROMREGION_ERASE00 )
ROM_LOAD( "bd1.d2", 0x0000, 0x0400, CRC(e4c8e4ab) SHA1(0b989ca9369139f212dcea1d1461998f20057db8)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
- // the one below should be at e2 according to schematics?
- ROM_LOAD( "bd1.f2", 0x0000, 0x0400, CRC(256b3320) SHA1(712573e3d9625a84c54bbe2e3edafb8879a14b2e)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
+ ROM_LOAD( "bd1.e2", 0x0000, 0x0400, CRC(256b3320) SHA1(712573e3d9625a84c54bbe2e3edafb8879a14b2e)) // computer program game code. 6341-1 or 82S181 according to Desert Patrol schematics
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
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