Skip to content

Commit

Permalink
Tidied drivers T-Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed May 9, 2024
1 parent 1301350 commit 3146fa5
Show file tree
Hide file tree
Showing 15 changed files with 318 additions and 318 deletions.
132 changes: 66 additions & 66 deletions src/hbmame/drivers/taito_f2.cpp

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions src/hbmame/drivers/taito_l.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@
// copyright-holders:Robbbert
#include "../mame/drivers/taito_l.cpp"

ROM_START( evilstonfr )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "c67-03fr.ic2", 0x00000, 0x20000, CRC(3fa7e884) SHA1(94716256c199b5f347bbe122d04adbab1a54b1ce) )
ROM_LOAD( "c67-04fr.ic6", 0x20000, 0x20000, CRC(8c43dc76) SHA1(ee395d55ee8e66c86e12f604774799ca7cfe1858) )

ROM_REGION( 0x80000, "audiocpu", 0 )
ROM_LOAD( "c67-05.ic22", 0x00000, 0x20000, CRC(94d3a642) SHA1(af20aa5bb60a45c05eb1deba23ba30e6640ca235) )

ROM_REGION( 0x100000, "maincpu:gfx", 0 )
ROM_LOAD( "c67-01.ic1", 0x00000, 0x80000, CRC(2f351bf4) SHA1(0fb37abf3413cd11baece1c9bbca5a51b0f28938) )
ROM_LOAD( "c67-02.ic5", 0x80000, 0x80000, CRC(eb4f895c) SHA1(2c902572fe5a5d4442e4dd29e8a85cb40c384140) )
ROM_END

/*************
Homebrew
**************/
ROM_START( sokoban )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "sokoban.ic10", 0x00000, 0x10000, CRC(5959ddb4) SHA1(73f206e19cdfd151426092aa3eea6f72093f360b) )
Expand Down Expand Up @@ -94,11 +84,10 @@ ROM_END
/*************
Evil Stone
**************/

ROM_START( evilstons01 )
ROM_START( evilston01 )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "c67-03fr.ic2", 0x00000, 0x20000, CRC(3fa7e884) SHA1(94716256c199b5f347bbe122d04adbab1a54b1ce) )
ROM_LOAD( "c67-04hc01.ic6", 0x20000, 0x20000, CRC(50c46efa) SHA1(42671d4d1290b84cc32b5e0b21708c8a148d44b2) )
ROM_LOAD( "c67-03s02.ic2", 0x00000, 0x20000, CRC(3fa7e884) SHA1(94716256c199b5f347bbe122d04adbab1a54b1ce) )
ROM_LOAD( "c67-04s01.ic6", 0x20000, 0x20000, CRC(50c46efa) SHA1(42671d4d1290b84cc32b5e0b21708c8a148d44b2) )

ROM_REGION( 0x80000, "audiocpu", 0 )
ROM_LOAD( "c67-05.ic22", 0x00000, 0x20000, CRC(94d3a642) SHA1(af20aa5bb60a45c05eb1deba23ba30e6640ca235) )
Expand All @@ -108,14 +97,26 @@ ROM_START( evilstons01 )
ROM_LOAD( "c67-02.ic5", 0x80000, 0x80000, CRC(eb4f895c) SHA1(2c902572fe5a5d4442e4dd29e8a85cb40c384140) )
ROM_END

ROM_START( evilston02 )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "c67-03s02.ic2", 0x00000, 0x20000, CRC(3fa7e884) SHA1(94716256c199b5f347bbe122d04adbab1a54b1ce) )
ROM_LOAD( "c67-04s02.ic6", 0x20000, 0x20000, CRC(8c43dc76) SHA1(ee395d55ee8e66c86e12f604774799ca7cfe1858) )

ROM_REGION( 0x80000, "audiocpu", 0 )
ROM_LOAD( "c67-05.ic22", 0x00000, 0x20000, CRC(94d3a642) SHA1(af20aa5bb60a45c05eb1deba23ba30e6640ca235) )

ROM_REGION( 0x100000, "maincpu:gfx", 0 )
ROM_LOAD( "c67-01.ic1", 0x00000, 0x80000, CRC(2f351bf4) SHA1(0fb37abf3413cd11baece1c9bbca5a51b0f28938) )
ROM_LOAD( "c67-02.ic5", 0x80000, 0x80000, CRC(eb4f895c) SHA1(2c902572fe5a5d4442e4dd29e8a85cb40c384140) )
ROM_END

/*************
Kuri Kinton
**************/

ROM_START( kurikintjs01 )
ROM_START( kurikint01 )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "b42-05hc01.ic2", 0x00000, 0x20000, CRC(b0656c45) SHA1(777a9206ac8bc3a519000c35cbab58dafec461f5) )
ROM_LOAD( "b42-06hc01.ic6", 0x20000, 0x20000, CRC(677547d9) SHA1(56c2befe20182d5241580fae3787abf506df2b6f) )
ROM_LOAD( "b42-05_s01.ic2", 0x00000, 0x20000, CRC(b0656c45) SHA1(777a9206ac8bc3a519000c35cbab58dafec461f5) )
ROM_LOAD( "b42-06_s01.ic6", 0x20000, 0x20000, CRC(677547d9) SHA1(56c2befe20182d5241580fae3787abf506df2b6f) )

ROM_REGION( 0x10000, "audiocpu", 0 )
ROM_LOAD( "b42-07.ic22", 0x00000, 0x10000, CRC(0f2719c0) SHA1(f870335a75f236f0059522f9a577dee7ca3acb2f) )
Expand All @@ -128,10 +129,9 @@ ROM_END
/**********
Plotting
***********/

ROM_START( plottingas01 )
ROM_START( plotting01 )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "plot01hc01.ic10", 0x00000, 0x10000, CRC(134e39a3) SHA1(c3ec3ed35b3fb39d780369a4c50beb6e4ccaaff2) )
ROM_LOAD( "plot01_s01.ic10", 0x00000, 0x10000, CRC(134e39a3) SHA1(c3ec3ed35b3fb39d780369a4c50beb6e4ccaaff2) )

ROM_REGION( 0x20000, "maincpu:gfx", 0 )
ROM_LOAD16_BYTE( "b96-02hc01.ic9", 0x00000, 0x10000, CRC(78b05c85) SHA1(384626d0ef246702cdf6869bedee42fa18c2f438) )
Expand All @@ -141,19 +141,19 @@ ROM_START( plottingas01 )
ROM_LOAD( "gal16v8-b86-04.bin", 0x0000, 0x0117, CRC(bf8c0ea0) SHA1(e0a00f1f6363fb79650202f90a56329990876d49) )
ROM_END

/* YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME FLAGS */
GAME( 2015, sokoban, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Sokoban LE", 0 )
GAME( 2015, speccies, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "Speccies 2", 0 )
GAME( 2018, sqij, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "SQIJ!", 0 )
GAME( 2018, sqij15, sqij, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "SQIJ! v1.5", 0 )
GAME( 2014, tldemo, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Demo - System Timed Cheat Tool", 0 )
GAME( 2015, tldemo2, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Demo - 256 colours", 0 )

/* YEAR NAME PARENT MACHINE INPUT CLASS INIT MONITOR COMPANY FULLNAME FLAGS */
// Homebrew
GAME( 2015, sokoban, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Sokoban LE", 0 )
GAME( 2015, speccies, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "Speccies 2", 0 )
GAME( 2018, sqij, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "SQIJ!", 0 )
GAME( 2018, sqij15, sqij, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "Sokurah", "SQIJ! v1.5", 0 )
GAME( 2014, tldemo, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Demo - System Timed Cheat Tool", 0 )
GAME( 2015, tldemo2, 0, plotting, plotting, taitol_1cpu_state, empty_init, ROT0, "cmonkey", "Demo - 256 colours", 0 )
// Evil Stone
GAME( 2007, evilstonfr, evilston, evilston, evilston, taitol_2cpu_state, empty_init, ROT270, "Arkatrad", "Evil Stone (French V1)", 0 )
GAME( 2007, evilstons01, evilston, evilston, evilston, taitol_2cpu_state, empty_init, ROT270, "S.Arkames.", "Evil Stone (French V2, 2007-11-28)", 0 )
GAME( 2007, evilston01, evilston, evilston, evilston, taitol_2cpu_state, empty_init, ROT270, "S.Arkames.", "Evil Stone (French V2, 2007-11-28)", 0 )
GAME( 2007, evilston02, evilston, evilston, evilston, taitol_2cpu_state, empty_init, ROT270, "Arkatrad", "Evil Stone (French V1)", 0 )
// Kuri Kinton
GAME( 1988, kurikintjs01, kurikint, kurikint, kurikintj, taitol_2cpu_state, empty_init, ROT0, "hack", "Kuri Kinton (Chinese)", 0 )
GAME( 1988, kurikint01, kurikint, kurikint, kurikintj, taitol_2cpu_state, empty_init, ROT0, "hack", "Kuri Kinton (Chinese)", 0 )
// Plotting
GAME( 1989, plottingas01, plotting, plotting, plotting, taitol_1cpu_state, init_plottinga, ROT0, "hack", "Plotting (Chinese)", 0 )
GAME( 1989, plotting01, plotting, plotting, plotting, taitol_1cpu_state, init_plottinga, ROT0, "hack", "Plotting (Chinese)", 0 )

4 changes: 2 additions & 2 deletions src/hbmame/drivers/taito_z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "../mame/drivers/taito_z.cpp"


ROM_START( contcircja )
ROM_START( contcirc01 )
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD16_BYTE( "b33-ww.ic25", 0x00000, 0x20000, CRC(f5c92e42) SHA1(42dfa1895e601df76d7022b83f05c4e5c843fd12) )
ROM_LOAD16_BYTE( "b33-xx.ic26", 0x00001, 0x20000, CRC(e7c1d1fa) SHA1(75e851629a54facb8804ee8a953ab3265633bbf4) )
Expand Down Expand Up @@ -45,5 +45,5 @@ ROM_START( contcircja )
ROM_END


GAMEL(1987, contcircja, contcirc, contcirc, contcrcj, contcirc_state, empty_init, ROT0, "Taito Corporation", "Continental Circus (Japan set 2)", MACHINE_SUPPORTS_SAVE, layout_contcirc )
GAMEL(1987, contcirc01, contcirc, contcirc, contcrcj, contcirc_state, empty_init, ROT0, "Taito Corporation", "Continental Circus (Japan set 2)", MACHINE_SUPPORTS_SAVE, layout_contcirc )

16 changes: 9 additions & 7 deletions src/hbmame/drivers/taitosj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
// copyright-holders:Robbbert
#include "../mame/drivers/taitosj.cpp"

ROM_START( alpines01 )
/************
Alpine Ski
*************/
ROM_START( alpine01 )
ROM_REGION( 0x12000, "maincpu", 0 )
ROM_LOAD( "s01.rh16.069", 0x0000, 0x1000, CRC(9d859b68) SHA1(caa672e29a7a3fd595fb3be3cffd2e2f48ddc239) )
ROM_LOAD( "s01.rh17.068", 0x1000, 0x1000, CRC(2dfd6b46) SHA1(7d65e87173b6fabbf1525223fea1279923286b38) )
Expand All @@ -29,8 +32,7 @@ ROM_END
/************
Front Line
*************/

ROM_START( frontlins01 )
ROM_START( frontlin01 )
ROM_REGION( 0x12000, "maincpu", 0 )
ROM_LOAD( "fl69_po01.u69", 0x00000, 0x1000, CRC(2a3500bb) SHA1(2ff28197fc91c57bb8554b0b0eb0136ec7cbd04e) )
ROM_LOAD( "fl68_po01.u68", 0x01000, 0x1000, CRC(f2c6a7f9) SHA1(876b52854366b110413ba9875b2ee9f436b0ae78) )
Expand Down Expand Up @@ -66,9 +68,9 @@ ROM_START( frontlins01 )
ROM_END


/* YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME FLAGS */
/* YEAR NAME PARENT MACHINE INPUT CLASS INIT MONITOR COMPANY FULLNAME FLAGS */
// Alpine Ski
GAME( 1982, alpine01, alpine, nomcu, alpine, taitosj_state, init_alpine, ROT270, "hack", "Alpine Ski (Chinese)", MACHINE_SUPPORTS_SAVE )
// Front Line
GAME( 1982, frontlins01, frontlin, mcu, frontlin, taitosj_state, init_taitosj, ROT270, "hack", "Front Line (Chinese)", MACHINE_SUPPORTS_SAVE )

GAME( 1982, alpines01, alpine, nomcu, alpine, taitosj_state, init_alpine, ROT270, "hack", "Alpine Ski (Chinese)", MACHINE_SUPPORTS_SAVE )
GAME( 1982, frontlin01, frontlin, mcu, frontlin, taitosj_state, init_taitosj, ROT270, "hack", "Front Line (Chinese)", MACHINE_SUPPORTS_SAVE )

6 changes: 3 additions & 3 deletions src/hbmame/drivers/taotaido.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Tao Taido
************/

ROM_START( taotaidoas01 )
ROM_START( taotaido01 )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "tt0-u90.bin", 0x00000, 0x80000, CRC(69d4cca7) SHA1(f1aba74fef8fe4271d19763f428fc0e2674d08b3) )
ROM_LOAD16_WORD_SWAP( "tt1-u91_ps01.bin", 0x80000, 0x80000, CRC(37eb4426) SHA1(af40965065f8e96f384fb3f3b669e78d511a05ca) )
ROM_LOAD16_WORD_SWAP( "tt1-u91.s01", 0x80000, 0x80000, CRC(37eb4426) SHA1(af40965065f8e96f384fb3f3b669e78d511a05ca) )

ROM_REGION( 0x20000, "audiocpu", 0 )
ROM_LOAD( "3-u113.bin", 0x000000, 0x20000, CRC(a167c4e4) SHA1(d32184e7040935cd440d4d82c66491b710ec87a8) )
Expand All @@ -31,5 +31,5 @@ ROM_END

/* YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME FLAGS */
//Tao Taido
GAME( 1993, taotaidoas01, taotaido, taotaido, taotaido6, taotaido_state, empty_init, ROT0, "DDJ", "Tao Taido (Easy Move)", MACHINE_SUPPORTS_SAVE )
GAME( 1993, taotaido01, taotaido, taotaido, taotaido6, taotaido_state, empty_init, ROT0, "DDJ", "Tao Taido (Easy Move)", MACHINE_SUPPORTS_SAVE )

Loading

0 comments on commit 3146fa5

Please sign in to comment.