From 5f5fd16ad51f29383cba23dfc64ad46a5330bd87 Mon Sep 17 00:00:00 2001 From: Bryan McPhail Date: Thu, 29 Jun 2017 04:34:50 -0400 Subject: Added a little more documention to cbuster.cpp. No emulation changes --- src/mame/drivers/cbuster.cpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/cbuster.cpp b/src/mame/drivers/cbuster.cpp index 75829b9d213..c6a7c401a8f 100644 --- a/src/mame/drivers/cbuster.cpp +++ b/src/mame/drivers/cbuster.cpp @@ -9,8 +9,15 @@ The 'FX' board is filled with 'FU' roms except for the 4 program roms, both boards have 'export' stickers which usually indicates a World version. - Maybe one is a UK or European version. - + Maybe one is a UK or European version. Some boards exist with 'FU-1' roms + which are binary identical to the FX roms. + + The FX/FU-1 roms are largely translation corrections from the first revision: + + THEIR SOLDIERS ARE ARMED WITH THE ADVANCED AND BIZARRE WEAPONS + -> THEIR SOLDIERS ARE ARMED WITH THE MOST ADVANCED AND BIZARRE WEAPONS. + etc + DE-0333-3 PCB Data East 59 - 64 pin (68k) @@ -380,8 +387,8 @@ MACHINE_CONFIG_END ROM_START( cbuster ) ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 code */ - ROM_LOAD16_BYTE( "fx01.7l", 0x00000, 0x20000, CRC(ddae6d83) SHA1(ce3fed1393b71821730fb8d87869a89c8e07c456) ) - ROM_LOAD16_BYTE( "fx00.4l", 0x00001, 0x20000, CRC(5bc2c0de) SHA1(fa9c357ae4a5c814b7113df3b2f12982077f3e6b) ) + ROM_LOAD16_BYTE( "fx01.7l", 0x00000, 0x20000, CRC(ddae6d83) SHA1(ce3fed1393b71821730fb8d87869a89c8e07c456) ) // Same data exists with label fu01-1 + ROM_LOAD16_BYTE( "fx00.4l", 0x00001, 0x20000, CRC(5bc2c0de) SHA1(fa9c357ae4a5c814b7113df3b2f12982077f3e6b) ) // Same data exists with label fu00-1 ROM_LOAD16_BYTE( "fx03.9l", 0x40000, 0x20000, CRC(c3d65bf9) SHA1(99dd650fd4b427bca25a0776fbd6221f93504106) ) ROM_LOAD16_BYTE( "fx02.6l", 0x40001, 0x20000, CRC(b875266b) SHA1(a76f8e061392e17394a3f975584823ad39e0097e) ) -- cgit v1.2.3