summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2008-02-25 02:22:57 +0000
committer Brian Troha <briantro@users.noreply.github.com>2008-02-25 02:22:57 +0000
commitdeb1f35af6df9f8434270cafd13c4a350e04c707 (patch)
tree6d1ec16f4d28e3c29da7cb9fd81c8a6aee80ca68
parent9a359b370d6817d22dc399d2e19329a6c53f1d55 (diff)
Adds a little bit of docs for American Horse Shoe
minor white space clean up and addition of IC location
-rw-r--r--src/mame/drivers/taito_l.c131
1 files changed, 77 insertions, 54 deletions
diff --git a/src/mame/drivers/taito_l.c b/src/mame/drivers/taito_l.c
index 66bbd1afbdd..11efd6ef17e 100644
--- a/src/mame/drivers/taito_l.c
+++ b/src/mame/drivers/taito_l.c
@@ -2703,56 +2703,59 @@ ROM_START( champwrj )
ROM_END
+
+
+
ROM_START( kurikint )
ROM_REGION( 0xb0000, REGION_CPU1, 0 )
- ROM_LOAD( "b42-09.2", 0x00000, 0x20000, CRC(e97c4394) SHA1(fdeb15315166f7615d4039d5dc9c28d53cee86f2) )
+ ROM_LOAD( "b42-09.ic2", 0x00000, 0x20000, CRC(e97c4394) SHA1(fdeb15315166f7615d4039d5dc9c28d53cee86f2) )
ROM_RELOAD( 0x10000, 0x20000 )
- ROM_LOAD( "b42-06.6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
+ ROM_LOAD( "b42-06.ic6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
ROM_REGION( 0x10000, REGION_CPU2, 0 )
- ROM_LOAD( "b42-07.22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
+ ROM_LOAD( "b42-07.ic22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "b42-01.1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
- ROM_LOAD( "b42-02.5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
+ ROM_LOAD( "b42-01.ic1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
+ ROM_LOAD( "b42-02.ic5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
ROM_END
ROM_START( kurikinu )
ROM_REGION( 0xb0000, REGION_CPU1, 0 )
- ROM_LOAD( "b42-08.2", 0x00000, 0x20000, CRC(7075122e) SHA1(55f5f0cf3b91b7b408f9c05c91f9839c43b49c5f) )
+ ROM_LOAD( "b42-08.ic2", 0x00000, 0x20000, CRC(7075122e) SHA1(55f5f0cf3b91b7b408f9c05c91f9839c43b49c5f) )
ROM_RELOAD( 0x10000, 0x20000 )
- ROM_LOAD( "b42-06.6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
+ ROM_LOAD( "b42-06.ic6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
ROM_REGION( 0x10000, REGION_CPU2, 0 )
- ROM_LOAD( "b42-07.22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
+ ROM_LOAD( "b42-07.ic22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "b42-01.1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
- ROM_LOAD( "b42-02.5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
+ ROM_LOAD( "b42-01.ic1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
+ ROM_LOAD( "b42-02.ic5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
ROM_END
ROM_START( kurikinj )
ROM_REGION( 0xb0000, REGION_CPU1, 0 )
- ROM_LOAD( "b42_05.2", 0x00000, 0x20000, CRC(077222b8) SHA1(953fb3444f6bb0dbe0323a0fd8fc3067b106a4f6) )
+ ROM_LOAD( "b42-05.ic2", 0x00000, 0x20000, CRC(077222b8) SHA1(953fb3444f6bb0dbe0323a0fd8fc3067b106a4f6) )
ROM_RELOAD( 0x10000, 0x20000 )
- ROM_LOAD( "b42-06.6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
+ ROM_LOAD( "b42-06.ic6", 0x30000, 0x20000, CRC(fa15fd65) SHA1(a810d7315878212e4e5344a24addf117ea6baeab) )
ROM_REGION( 0x10000, REGION_CPU2, 0 )
- ROM_LOAD( "b42-07.22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
+ ROM_LOAD( "b42-07.ic22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "b42-01.1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
- ROM_LOAD( "b42-02.5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
+ ROM_LOAD( "b42-01.ic1", 0x00000, 0x80000, CRC(7d1a1fec) SHA1(28311b07673686c18988400d0254533a454f07f4) )
+ ROM_LOAD( "b42-02.ic5", 0x80000, 0x80000, CRC(1a52e65c) SHA1(20a1fc4d02b5928fb01444079692e23d178c6297) )
ROM_END
ROM_START( kurikina )
ROM_REGION( 0xb0000, REGION_CPU1, 0 )
- ROM_LOAD( "kk_ic2.rom", 0x00000, 0x20000, CRC(908603f2) SHA1(f810f2501458224e9264a984f22547cc8ccc2b0e) )
+ ROM_LOAD( "kk_ic2.ic2", 0x00000, 0x20000, CRC(908603f2) SHA1(f810f2501458224e9264a984f22547cc8ccc2b0e) )
ROM_RELOAD( 0x10000, 0x20000 )
- ROM_LOAD( "kk_ic6.rom", 0x30000, 0x20000, CRC(a4a957b1) SHA1(bbdb5b71ab613a8c89f7a0300abd85408951dc7e) )
+ ROM_LOAD( "kk_ic6.ic6", 0x30000, 0x20000, CRC(a4a957b1) SHA1(bbdb5b71ab613a8c89f7a0300abd85408951dc7e) )
ROM_REGION( 0x10000, REGION_CPU2, 0 )
- ROM_LOAD( "b42-07.22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
+ ROM_LOAD( "b42-07.ic22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
ROM_LOAD( "kk_1-1l.rom", 0x00000, 0x20000, CRC(df1d4fcd) SHA1(300cad3636ea9648595c3f4bba3ca737f95f7354) )
@@ -2826,8 +2829,8 @@ ROM_END
ROM_START( plottina ) /* B96-09 or higher by Taito's rom numbering system, demo mode is 2 players */
ROM_REGION( 0x20000, REGION_CPU1, 0 )
- ROM_LOAD( "plot01.bin", 0x00000, 0x10000, CRC(5b30bc25) SHA1(df8839a90da9e5122d75b6faaf97f59499dbd316) )
- ROM_RELOAD( 0x10000, 0x10000 )
+ ROM_LOAD( "plot01.ic10", 0x00000, 0x10000, CRC(5b30bc25) SHA1(df8839a90da9e5122d75b6faaf97f59499dbd316) )
+ ROM_RELOAD( 0x10000, 0x10000 )
ROM_REGION( 0x20000, REGION_GFX1, ROMREGION_DISPOSE )
ROM_LOAD( "b96-02.ic9", 0x00000, 0x10000, CRC(6e0bad2a) SHA1(73996688cd058a2f56f61ea60144b9c673919a58) )
@@ -2879,44 +2882,64 @@ ROM_END
ROM_START( puzznicj )
ROM_REGION( 0x30000, REGION_CPU1, 0 )
- ROM_LOAD( "u11.rom", 0x00000, 0x20000, CRC(a4150b6c) SHA1(27719b8993735532cd59f4ed5693ff3143ee2336) )
- ROM_RELOAD( 0x10000, 0x20000 )
+ ROM_LOAD( "u11.ic11", 0x00000, 0x20000, CRC(a4150b6c) SHA1(27719b8993735532cd59f4ed5693ff3143ee2336) )
+ ROM_RELOAD( 0x10000, 0x20000 )
ROM_REGION( 0x0800, REGION_CPU2, 0 ) /* 2k for the microcontroller */
ROM_LOAD( "mc68705p", 0x0000, 0x0800, NO_DUMP )
ROM_REGION( 0x40000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "u10.rom", 0x00000, 0x20000, CRC(4264056c) SHA1(d2d8a170ae0f361093a5384935238605a59e5938) )
- ROM_LOAD( "u09.rom", 0x20000, 0x20000, CRC(3c115f8b) SHA1(8d518be01b7c4d6d993d5d9b62aab719a5c8baca) )
+ ROM_LOAD( "u10.ic10", 0x00000, 0x20000, CRC(4264056c) SHA1(d2d8a170ae0f361093a5384935238605a59e5938) )
+ ROM_LOAD( "u09.ic9", 0x20000, 0x20000, CRC(3c115f8b) SHA1(8d518be01b7c4d6d993d5d9b62aab719a5c8baca) )
ROM_END
ROM_START( puzznici )
ROM_REGION( 0x30000, REGION_CPU1, 0 )
- ROM_LOAD( "1.bin", 0x00000, 0x20000, CRC(4612f5e0) SHA1(dc07a365414666568537d31ef01b58f2362cadaf) )
- ROM_RELOAD( 0x10000, 0x20000 )
+ ROM_LOAD( "1.ic11", 0x00000, 0x20000, CRC(4612f5e0) SHA1(dc07a365414666568537d31ef01b58f2362cadaf) )
+ ROM_RELOAD( 0x10000, 0x20000 )
ROM_REGION( 0x0800, REGION_CPU2, 0 ) /* 2k for the microcontroller */
ROM_LOAD( "mc68705p", 0x0000, 0x0800, NO_DUMP )
ROM_REGION( 0x40000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "u10.rom", 0x00000, 0x20000, CRC(4264056c) SHA1(d2d8a170ae0f361093a5384935238605a59e5938) )
- ROM_LOAD( "3.bin", 0x20000, 0x20000, CRC(2bf5232a) SHA1(a8fc06bb8bae2ca6bd21e3a96c9ed38bb356d5d7) )
+ ROM_LOAD( "u10.ic10", 0x00000, 0x20000, CRC(4264056c) SHA1(d2d8a170ae0f361093a5384935238605a59e5938) )
+ ROM_LOAD( "3.ic9", 0x20000, 0x20000, CRC(2bf5232a) SHA1(a8fc06bb8bae2ca6bd21e3a96c9ed38bb356d5d7) )
ROM_END
+/*
+
+Taito's Horse Shoe
+
+Main PCB is a L System board with a SUB PCB for roms.
+
+Main (M4300189A / K1100589A):
+ CPU: TC0090LVC (Embedded Z80 core)
+ Sound: Yamaha YM2203C / Y3014B
+ RAM: Four 43256 compatible type ram (Toshiba TC55257APL-10)
+ OSC: 13.33056MHz
+ DIPS: Two 8-way dipswitch blocks
+
+SUB PCB (K9100282A / J9100220A)
+ 5 Rom chips type M27C1001 labeled C47 01 through C47 05
+ Pal 20L88CNS
+ NEC uPD4701AC
+
+*/
+
ROM_START( horshoes )
ROM_REGION( 0x30000, REGION_CPU1, 0 )
- ROM_LOAD( "c47.03", 0x00000, 0x20000, CRC(37e15b20) SHA1(85baa0ee553e4c9fed38294ba8912f18f519e62f) )
- ROM_RELOAD( 0x10000, 0x20000 )
+ ROM_LOAD( "c47-03.ic6", 0x00000, 0x20000, CRC(37e15b20) SHA1(85baa0ee553e4c9fed38294ba8912f18f519e62f) )
+ ROM_RELOAD( 0x10000, 0x20000 )
ROM_REGION( 0x80000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "c47.02", 0x00000, 0x10000, CRC(35f96526) SHA1(e7f9b33d82b050aff49f991aa12db436421caa5b) )
- ROM_CONTINUE ( 0x20000, 0x10000 )
- ROM_LOAD( "c47.04", 0x40000, 0x10000, CRC(aeac7121) SHA1(cf67688cde14d452da6d9cbd7a81593f4048ce77) )
- ROM_CONTINUE ( 0x60000, 0x10000 )
- ROM_LOAD( "c47.01", 0x10000, 0x10000, CRC(031c73d8) SHA1(deef972fbf226701f9a6469ae3934129dc52ce9c) )
- ROM_CONTINUE ( 0x30000, 0x10000 )
- ROM_LOAD( "c47.05", 0x50000, 0x10000, CRC(b2a3dafe) SHA1(5ffd3e296272ef3f31432005c827f057aac79497) )
- ROM_CONTINUE ( 0x70000, 0x10000 )
+ ROM_LOAD( "c47-02.ic5", 0x00000, 0x10000, CRC(35f96526) SHA1(e7f9b33d82b050aff49f991aa12db436421caa5b) ) /* silkscreened CH0-L */
+ ROM_CONTINUE ( 0x20000, 0x10000 )
+ ROM_LOAD( "c47-01.ic11", 0x10000, 0x10000, CRC(031c73d8) SHA1(deef972fbf226701f9a6469ae3934129dc52ce9c) ) /* silkscreened CH1-L */
+ ROM_CONTINUE ( 0x30000, 0x10000 )
+ ROM_LOAD( "c47-04.ic4", 0x40000, 0x10000, CRC(aeac7121) SHA1(cf67688cde14d452da6d9cbd7a81593f4048ce77) ) /* silkscreened CH0-H */
+ ROM_CONTINUE ( 0x60000, 0x10000 )
+ ROM_LOAD( "c47-05.ic10", 0x50000, 0x10000, CRC(b2a3dafe) SHA1(5ffd3e296272ef3f31432005c827f057aac79497) ) /* silkscreened CH1-H */
+ ROM_CONTINUE ( 0x70000, 0x10000 )
ROM_END
ROM_START( palamed )
@@ -2941,20 +2964,20 @@ ROM_START( cachat )
ROM_LOAD( "cac8", 0x60000, 0x20000, CRC(d2a63799) SHA1(71b024b239834ef068b7fc20cd49aae7853e0f7c) )
ROM_REGION( 0x0200, REGION_PLDS, ROMREGION_DISPOSE )
- ROM_LOAD( "pal20l8b-c63-01.14", 0x0000, 0x0144, CRC(14a7dd2a) SHA1(2a39ca6069bdac553d73c34db6f50f880559113c) )
+ ROM_LOAD( "pal20l8b-c63-01.14", 0x0000, 0x0144, CRC(14a7dd2a) SHA1(2a39ca6069bdac553d73c34db6f50f880559113c) )
ROM_END
ROM_START( tubeit )
ROM_REGION( 0x30000, REGION_CPU1, 0 )
ROM_LOAD( "t-i_02.6", 0x00000, 0x20000, CRC(54730669) SHA1(a44ebd31a8588a133a7552a39fa8d52ba1985e45) )
- ROM_RELOAD( 0x10000, 0x20000 )
+ ROM_RELOAD( 0x10000, 0x20000 )
ROM_REGION( 0x80000, REGION_GFX1, ROMREGION_DISPOSE )
ROM_LOAD( "t-i_03.7", 0x40000, 0x40000, CRC(e1c3fed0) SHA1(cd68dbf61ed820f4aa50c630e7cb778aafb433c2) )
ROM_LOAD( "t-i_04.9", 0x00000, 0x40000, CRC(b4a6e31d) SHA1(e9abab8f19c78207f25a62104bcae1e391cbd2c0) )
ROM_REGION( 0x0200, REGION_PLDS, ROMREGION_DISPOSE )
- ROM_LOAD( "pal20l8b-c63-01.14", 0x0000, 0x0144, CRC(14a7dd2a) SHA1(2a39ca6069bdac553d73c34db6f50f880559113c) )
+ ROM_LOAD( "pal20l8b-c63-01.14", 0x0000, 0x0144, CRC(14a7dd2a) SHA1(2a39ca6069bdac553d73c34db6f50f880559113c) )
ROM_END
ROM_START( cubybop )
@@ -2971,36 +2994,36 @@ ROM_END
ROM_START( plgirls )
ROM_REGION( 0x50000, REGION_CPU1, 0 )
- ROM_LOAD( "pg03.ic6", 0x00000, 0x40000, CRC(6ca73092) SHA1(f5679f047a29b936046c0d3677489df553ad7b41) )
- ROM_RELOAD( 0x10000, 0x40000 )
+ ROM_LOAD( "pg03.ic6", 0x00000, 0x40000, CRC(6ca73092) SHA1(f5679f047a29b936046c0d3677489df553ad7b41) )
+ ROM_RELOAD( 0x10000, 0x40000 )
ROM_REGION( 0x80000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "pg02.ic9", 0x00000, 0x40000, CRC(3cf05ca9) SHA1(502c45a5330dda1b2fbf7d3d0c9bc6e889ff07d8) )
- ROM_LOAD( "pg01.ic7", 0x40000, 0x40000, CRC(79e41e74) SHA1(aa8efbeeee47f84e19b639821a89a7bcd67fe7a9) )
+ ROM_LOAD( "pg02.ic9", 0x00000, 0x40000, CRC(3cf05ca9) SHA1(502c45a5330dda1b2fbf7d3d0c9bc6e889ff07d8) )
+ ROM_LOAD( "pg01.ic7", 0x40000, 0x40000, CRC(79e41e74) SHA1(aa8efbeeee47f84e19b639821a89a7bcd67fe7a9) )
ROM_END
ROM_START( plgirls2 )
ROM_REGION( 0x50000, REGION_CPU1, 0 )
- ROM_LOAD( "pg2_1j.ic6", 0x00000, 0x40000, CRC(f924197a) SHA1(ecaaefd1b3715ba60608e05d58be67e3c71f653a) )
- ROM_RELOAD( 0x10000, 0x40000 )
+ ROM_LOAD( "pg2_1j.ic6", 0x00000, 0x40000, CRC(f924197a) SHA1(ecaaefd1b3715ba60608e05d58be67e3c71f653a) )
+ ROM_RELOAD( 0x10000, 0x40000 )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "cho-l.ic9", 0x00000, 0x80000, CRC(956384ec) SHA1(94a2b95f340e96bdccbeafd373f0dea90b8328dd) )
- ROM_LOAD( "cho-h.ic7", 0x80000, 0x80000, CRC(992f99b1) SHA1(c79f1014d73654740f7823812f92376d65d6b15d) )
+ ROM_LOAD( "cho-l.ic9", 0x00000, 0x80000, CRC(956384ec) SHA1(94a2b95f340e96bdccbeafd373f0dea90b8328dd) )
+ ROM_LOAD( "cho-h.ic7", 0x80000, 0x80000, CRC(992f99b1) SHA1(c79f1014d73654740f7823812f92376d65d6b15d) )
ROM_END
ROM_START( evilston )
ROM_REGION( 0xb0000, REGION_CPU1, 0 )
- ROM_LOAD( "c67-03.ic2", 0x00000, 0x20000, CRC(53419982) SHA1(ecc338e2237d26c5ff25b756d371b26b23beed1e) )
+ ROM_LOAD( "c67-03.ic2", 0x00000, 0x20000, CRC(53419982) SHA1(ecc338e2237d26c5ff25b756d371b26b23beed1e) )
ROM_RELOAD( 0x10000, 0x20000 )
- ROM_LOAD( "c67-04.ic6", 0x30000, 0x20000, CRC(55d57e19) SHA1(8815bcaafe7ee056314b4131e3fb7963854dd6ba) )
+ ROM_LOAD( "c67-04.ic6", 0x30000, 0x20000, CRC(55d57e19) SHA1(8815bcaafe7ee056314b4131e3fb7963854dd6ba) )
ROM_REGION( 0x80000, REGION_CPU2, 0 )
- ROM_LOAD( "c67-05.22", 0x00000, 0x20000, CRC(94d3a642) SHA1(af20aa5bb60a45c05eb1deba23ba30e6640ca235) )
+ ROM_LOAD( "c67-05.ic22", 0x00000, 0x20000, CRC(94d3a642) SHA1(af20aa5bb60a45c05eb1deba23ba30e6640ca235) )
ROM_REGION( 0x100000, REGION_GFX1, ROMREGION_DISPOSE )
- ROM_LOAD( "c67-01.ic1", 0x00000, 0x80000, CRC(2f351bf4) SHA1(0fb37abf3413cd11baece1c9bbca5a51b0f28938) )
- ROM_LOAD( "c67-02.ic5", 0x80000, 0x80000, CRC(eb4f895c) SHA1(2c902572fe5a5d4442e4dd29e8a85cb40c384140) )
+ ROM_LOAD( "c67-01.ic1", 0x00000, 0x80000, CRC(2f351bf4) SHA1(0fb37abf3413cd11baece1c9bbca5a51b0f28938) )
+ ROM_LOAD( "c67-02.ic5", 0x80000, 0x80000, CRC(eb4f895c) SHA1(2c902572fe5a5d4442e4dd29e8a85cb40c384140) )
ROM_END