summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Luca Elia <lucaelia@mamedev.org>2015-08-24 15:41:52 +0200
committer Luca Elia <lucaelia@mamedev.org>2015-08-25 17:55:06 +0200
commit585d603f88b576a8e786e578cafefcda3edcfdaf (patch)
treea707f40e67ffc9490f9999229a28843bf568cbf9
parent1e89e2771958abc79f0d56af6e743311f0bce806 (diff)
Dumped thedealr's i8742 internal ROM [Porchy]
-rw-r--r--src/mame/drivers/thedealr.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/thedealr.c b/src/mame/drivers/thedealr.c
index 1aa05f0be1f..827a3af6d52 100644
--- a/src/mame/drivers/thedealr.c
+++ b/src/mame/drivers/thedealr.c
@@ -10,7 +10,7 @@
P0-040A PCB:
R65C02P2 x 2
- X0-009 (Intel 8742 MCU?)
+ X0-009 (Intel 8742 MCU)
X1-001
X1-002
@@ -110,7 +110,7 @@ void thedealr_state::screen_eof(screen_device &screen, bool state)
/***************************************************************************
- IOX (i8742 MCU?) Simulation
+ IOX (i8742 MCU) Simulation
***************************************************************************/
@@ -574,6 +574,10 @@ ROM_START( thedealr )
ROM_REGION( 0x10000, "subcpu", 0 )
ROM_LOAD( "xb3_002", 0x00000, 0x10000, CRC(53a37fa4) SHA1(2adfea2dd08f298cda885bc72606d03f8af886a0) )
+ // To do: hook up
+ ROM_REGION( 0x0800, "iocpu", 0 )
+ ROM_LOAD( "x0-009", 0x0000, 0x0800, CRC(e8b86d5a) SHA1(ad12e8f4411c30cd691792c6b0b3429db786d8b5) )
+
ROM_REGION( 0x100000, "gfx1", 0 )
ROM_LOAD( "xb0-002-w45.u42", 0x00000, 0x80000, CRC(41ec6a57) SHA1(d3f0508d5f4054fd2b0ee5227325a95fd1272aad) )
ROM_LOAD( "xb0-001-w44.u41", 0x80000, 0x80000, CRC(bdaca555) SHA1(5ae1dc1514993fd804a101182735d5fb6815f720) )