summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-11-19 07:02:42 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-11-19 07:02:42 +0100
commit6dc3680652f1979c318aaafde20988a5197a3c13 (patch)
tree8699f47045552d86c6c899040218b1a2abdd6404
parent0f8da9d530ec75a57703e489cc964d466975a0c7 (diff)
flstory.cpp: dumped m68705 MCU for victnine [brizzo, ShouTime, Lord Nightmare]
(nw) not hooked up
-rw-r--r--src/mame/drivers/flstory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/flstory.cpp b/src/mame/drivers/flstory.cpp
index a23c62fc645..db58d88464c 100644
--- a/src/mame/drivers/flstory.cpp
+++ b/src/mame/drivers/flstory.cpp
@@ -7,6 +7,7 @@
added Victorious Nine by BUT
TODO:
+ - hook up m68705 dump for Victorious Nine
- TA7630 emulation needs filter support (bass sounds from MSM5232 should be about 2 times louder)
***************************************************************************/
@@ -1022,7 +1023,7 @@ PCB No: J1100007A K1100013A (plus 2 stickers... K1100027A M4300007B)
CPU : NEC D780 (Z80, plus one unpopulated socket for another Z80 CPU)
XTAL : 8.000MHz
RAM : M5M5517 (=6116, x1)
-OTHER : MC68705P5S (labelled "A16 18", read-protected and not dumped)
+OTHER : MC68705P5S (labelled "A16 18", read-protected and not dumped - many years later dumped via m68705 dumper)
DIPSW : 8 position (x3, see archive for DSW info)
PALs : None
PROMs : None
@@ -1069,7 +1070,7 @@ ROM_START( victnine )
ROM_LOAD( "a16-17.39", 0xa000, 0x2000, CRC(872270b3) SHA1(2298cb8ced6c3e9afb430faab1b38ba8f2fa93b5) )
ROM_REGION( 0x0800, "bmcu:mcu", 0 ) /* 2k for the microcontroller */
- ROM_LOAD( "a16-18.mcu", 0x0000, 0x0800, NO_DUMP )
+ ROM_LOAD( "a16-18.mcu", 0x0000, 0x0800, BAD_DUMP CRC(5198ef59) SHA1(05bde731ff580984dcf5a66e8465377c6dc03ec0) ) // dumped via m68705 dumper and hand-verified, might still be imperfect
ROM_REGION( 0x10000, "gfx1", ROMREGION_INVERT )
ROM_LOAD( "a16-06-1.7", 0x00000, 0x2000, CRC(b708134d) SHA1(9732be463cfbbe81ea0ad06da5a48b660ca429d0) )