diff options
author | braintro <briantro@users.noreply.github.com> | 2018-12-12 20:18:12 -0600 |
---|---|---|
committer | braintro <briantro@users.noreply.github.com> | 2018-12-12 20:18:12 -0600 |
commit | 6f9d0129e0043d3ab180d34d0a2f9812fc965ebe (patch) | |
tree | 5877949ca3b26348d81f65e2dc2f362100ecfc35 | |
parent | 11ed70c8ab9d8c7e3b0b44716ad13b28b0e33804 (diff) |
slapstic.cpp: Update slapstic information based on observations of Pit Fighter sets & build dates (nw)
-rw-r--r-- | src/mame/drivers/itech32.cpp | 2 | ||||
-rw-r--r-- | src/mame/machine/slapstic.cpp | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp index 20cf238d61b..70ca451f8b5 100644 --- a/src/mame/drivers/itech32.cpp +++ b/src/mame/drivers/itech32.cpp @@ -4693,7 +4693,7 @@ GAME( 1995, wcbowl13j, wcbowl, bloodstm, wcbowlj, itech32_state, init_wcb GAME( 1995, wcbowl12, wcbowl, bloodstm, wcbowl, itech32_state, init_wcbowl, ROT0, "Incredible Technologies", "World Class Bowling (v1.2)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITBWL-1 */ GAME( 1995, wcbowl11, wcbowl, bloodstm, wcbowl, itech32_state, init_wcbowl, ROT0, "Incredible Technologies", "World Class Bowling (v1.1)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITBWL-1 */ GAME( 1995, wcbowl10, wcbowl, bloodstm, wcbowl, itech32_state, init_wcbowl, ROT0, "Incredible Technologies", "World Class Bowling (v1.0)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITBWL-1 */ -GAME( 1995, sftm, 0, sftm, sftm, itech32_state, init_sftm110, ROT0, "Capcom / Incredible Technologies", "Street Fighter: The Movie (v1.12)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITSF-1 */ +GAME( 1995, sftm, 0, sftm, sftm, itech32_state, init_sftm, ROT0, "Capcom / Incredible Technologies", "Street Fighter: The Movie (v1.12)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITSF-1 */ GAME( 1995, sftm111, sftm, sftm, sftm, itech32_state, init_sftm110, ROT0, "Capcom / Incredible Technologies", "Street Fighter: The Movie (v1.11)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITSF-1 */ GAME( 1995, sftm110, sftm, sftm, sftm, itech32_state, init_sftm110, ROT0, "Capcom / Incredible Technologies", "Street Fighter: The Movie (v1.10)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITSF-1 */ GAME( 1995, sftmj114, sftm, sftm, sftm, itech32_state, init_sftm, ROT0, "Capcom / Incredible Technologies", "Street Fighter: The Movie (v1.14N, Japan)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITSF-1 */ diff --git a/src/mame/machine/slapstic.cpp b/src/mame/machine/slapstic.cpp index d2cb18a75cc..67b30cae493 100644 --- a/src/mame/machine/slapstic.cpp +++ b/src/mame/machine/slapstic.cpp @@ -135,9 +135,10 @@ 137412-109 Road Blasters (some versions) 137412-110 Road Blasters 137412-110 APB - 137412-111 Pit Fighter - 137412-112 Pit Fighter (Europe) - 137412-113 Unknown (Europe) + 137412-111 Pit Fighter (Aug 09, 1990 to Aug 22, 1990) + 137412-112 Pit Fighter (Aug 22, 1990 to Oct 01, 1990) + 137412-113 Pit Fighter (Oct 09, 1990 to Oct 12, 1990) + 137412-114 Pit Fighter (Nov 01, 1990 and later) 137412-115 Race Drivin' DSK board 137412-116 Hydra 137412-116 Tournament Cyberball 2072 @@ -511,7 +512,7 @@ static const struct slapstic_data slapstic110 = * *************************************/ -/* slapstic 137412-111: Pit Fighter (confirmed) */ +/* slapstic 137412-111: Pit Fighter (Aug 09, 1990 to Aug 22, 1990) (confirmed) */ static const struct slapstic_data slapstic111 = { /* basic banking */ @@ -537,7 +538,7 @@ static const struct slapstic_data slapstic111 = }; -/* slapstic 137412-112: Pit Fighter (Japan) (confirmed) */ +/* slapstic 137412-112: Pit Fighter (Aug 22, 1990 to Oct 01, 1990) (confirmed) */ static const struct slapstic_data slapstic112 = { /* basic banking */ @@ -563,7 +564,7 @@ static const struct slapstic_data slapstic112 = }; -/* slapstic 137412-113: Unknown (Europe) (confirmed) */ +/* slapstic 137412-113: Pit Fighter (Oct 09, 1990 to Oct 12, 1990) (confirmed) */ static const struct slapstic_data slapstic113 = { /* basic banking */ @@ -589,7 +590,7 @@ static const struct slapstic_data slapstic113 = }; -/* slapstic 137412-114: Pit Fighter (rev 9) (confirmed) */ +/* slapstic 137412-114: Pit Fighter (Nov 01, 1990 and later) (confirmed) */ static const struct slapstic_data slapstic114 = { /* basic banking */ |