summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cabal.c
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2009-05-06 17:19:30 +0000
committer davidhay <davidhay@localhost>2009-05-06 17:19:30 +0000
commit07f91dc456d371113cbb8c40c2aa402533f14dd8 (patch)
treecd40669aadefafb0d648184e4807a8a2a8d77079 /src/mame/drivers/cabal.c
parent6fcdf3140d00daca8af141384232789b0b462a23 (diff)
added note about manufacturer of the cabal bootleg that was just added.
Diffstat (limited to 'src/mame/drivers/cabal.c')
-rw-r--r--src/mame/drivers/cabal.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/cabal.c b/src/mame/drivers/cabal.c
index 9f7072e50cf..f9c5631b21c 100644
--- a/src/mame/drivers/cabal.c
+++ b/src/mame/drivers/cabal.c
@@ -789,6 +789,8 @@ ROM_END
// alternate bootleg
// this is much closer to the original, the only real difference is the soundcpu has been pre-decrypted,
// with the encrypted/decrypted data split across the rom
+// based on stickers present on the board it appears to have been manufactured by 'TAB-Austria' and is marked 'CA02'
+
ROM_START( cabalbl2 )
ROM_REGION( 0x50000, "maincpu", 0 ) /* 64k for cpu code */
ROM_LOAD16_BYTE( "c9.bin", 0x00000, 0x10000, CRC(00abbe0c) SHA1(bacf17444abfb4f56248ff56e37b0aa2b1a3800d) )
@@ -796,7 +798,7 @@ ROM_START( cabalbl2 )
ROM_LOAD16_BYTE( "c8.bin", 0x20000, 0x10000, CRC(d763a47c) SHA1(146d8082a404b6eddaf2dc9ba41a997949c17f8a) )
ROM_LOAD16_BYTE( "c6.bin", 0x20001, 0x10000, CRC(96d5e8af) SHA1(ed7d854f08e87db5ae6cf526eafa029dfd2bfb9f) )
- ROM_REGION( 0x10000, "audiocpu", 0 ) /* 64k for sound cpu code + 64k for decrypted */
+ ROM_REGION( 0x10000, "audiocpu", 0 ) /* 64k for sound cpu code */
ROM_LOAD( "c4.bin", 0x2000, 0x2000, CRC(82f9f296) SHA1(2769ffdc28f003684e77d4806be07b87d50be31c) )
ROM_CONTINUE(0x0000,0x2000)
ROM_IGNORE(0x4000)