MAME 0.189 Game Changes

Discussion about MARP's regulation play

Moderator: BBH

Post Reply
User avatar
***PL***
Editor
Posts: 720
Joined: Mon Mar 11, 2002 9:37 pm

MAME 0.189 Game Changes

Post by ***PL*** »

Code: Select all

*** new games
1943jah           "1943: Midway Kaisen (Japan, no protection hack)"
aligatoruna       "Alligator Hunt (unprotected, set 2)"
brapboysp         "B.Rap Boys Special (World)"
cawingu           "Carrier Air Wing (USA 901130)"
cclimbera         "Crazy Climber (US set 2)"
coolminii         "Cool Minigame Collection (Italy)"
crashrd           "Crash Road (bootleg of Space Chaser)"
ddp3              "DoDonPachi III (World, 2002.05.15 Master Ver)"
dirtdvlsj         "Dirt Devils (Japan, Revision A)"
dkgensanm82       "Daiku no Gensan (Japan, M82)"
dkongjrmc         "Donkey Kong Jr. (bootleg on Moon Cresta hardware, set 2)"
drbyocwb          "Derby Owners Club World Edition (Rev B)"
kickball          "Kick Ball"
konhaji           "Konnano Hajimete! (Japan)"
megazone          "Mega Zone (program code L)"
nuretemi          "Nurete Mitaino... - Net Idol Hen (Japan)"
ordyne            "Ordyne (World)"
pclub             "Print Club (World)"
poosho            "Poosho Poosho"
popeyejo          "Popeye (Japan, Sky Skipper hardware, Older)"
portmanj          "Port Man (Japan)"
sathena           "Super Athena (bootleg)"
sengomjk          "Sengoku Mahjong Kurenai Otome-tai (Japan)"
sf2qp2            "Street Fighter II: The World Warrior (Quicken, bootleg)"
sfw               "Street Fighter (World) (protected)"
sgaltrop          "Sexy Gal Tropical [BET] (Japan 850805 SXG T-02)"
smssgamea         "Super Game (Sega Master System Multi-game bootleg) (alt games)"
superchsp2        "Super Chase - Criminal Termination (1992/01/18 18:29:18 CHASE 3 VER 1.3O, prototype)"
swracer           "Star Wars: Racer Arcade"
tekkenbs          "Tekken Battle Scratch"
trghearto         "Trigger Heart Exelica (Japan) (GDL-0036)"
vamphalfr1        "Vamf x1/2 (Europe, version 1.0.0903)"
vendettan         "Crime Fighters 2 (Japan, 4 Players, ver. N)"
vf4evo            "Virtua Fighter 4 Evolution (Version B) (Japan) (GDS-0024C)"
wwfsstaru6        "WWF Superstars (US revision 6)"

*** changed short
brapboysj -> brapboyspj    "B.Rap Boys Special (Japan)"
brapboysu -> brapboyspu    "B.Rap Boys Special (US)"
cawingu -> cawingur1       "Carrier Air Wing (USA 901012)"
ordyne -> ordyneje         "Ordyne (Japan, English Version)"
vendetta2p -> vendetta2pw  "Vendetta (World, 2 Players, ver. W)"
vendettaj -> vendetta2pp   "Crime Fighters 2 (Japan, 2 Players, ver. P)"
vf4evo -> vf4evob          "Virtua Fighter 4 Evolution (Version B) (Japan) (GDS-0024B)"

*** changed both
megazonec -> megazoneh     "Mega Zone (Kosuka set 2)" -> "Mega Zone (program code H)"
megazoneb -> megazonej     "Mega Zone (Kosuka set 1)" -> "Mega Zone (program code J)"
megazonea -> megazoneb     "Mega Zone (Konami set 2)" -> "Mega Zone (unknown program code 2)"
megazonei -> megazonea     "Mega Zone (Interlogic)" -> "Mega Zone (unknown program code 1)"
megazone -> megazonei      "Mega Zone (Konami set 1)" -> "Mega Zone (program code I)"
shocktroa -> shocktro      "Shock Troopers (set 2)" -> "Shock Troopers (set 1)"
shocktro -> shocktroa      "Shock Troopers (set 1)" -> "Shock Troopers (set 2)"
wwfsstarua -> wwfsstaru4   "WWF Superstars (US)" -> "WWF Superstars (US revision 4)"
wwfsstaru -> wwfsstaru7    "WWF Superstars (US, Newer)" -> "WWF Superstars (US revision 7)"

*** deletions
koalamnta         "Koala Mint (CHG1573, US, set 2)"
podrace           "Star Wars Pod Racer"
Last edited by ***PL*** on Fri Sep 01, 2017 12:07 am, edited 2 times in total.
User avatar
mahlemiut
Editor
Posts: 4183
Joined: Mon Feb 04, 2002 10:05 pm
Location: New Zealand
Contact:

Re: MAME 0.189 Game Changes

Post by mahlemiut »

GameCube is a console driver (just a skeleton at this stage).
- Barry Rodewald
MARP Assistant Web Maintainer
Image
User avatar
Kale
MARP Seer
MARP Seer
Posts: 655
Joined: Fri Mar 08, 2002 5:53 pm

Re: MAME 0.189 Game Changes

Post by Kale »

shocktro and shocktroa are swapped now, scores needs to be inverted.

Then here's the list of stuff that isn't an Arcade, i.e. console/gambling/mechanical pinball/handheld
gcbr "GameCube (Brazil)"
gceu "GameCube (EUR)"
gcjp "GameCube (Japan)"
gcus "GameCube (USA)"
gldneye_402 "Goldeneye (4.02)"
honeypot "Honey Pot (03J00241, NSW/ACT)"
kbilly "The Adventures of Bayou Billy (handheld)"
magreel "Magic Reels"
spielmast "Spiel Master (German)"
stwr_106s "Star Wars (1.06, Display S1.05)"
venicea5 "Venice (02J02056, Venezuela)"
virusa "Virus A"
virusb "Virus B (Ver. T)"
virusc "Virus C"
viruscl "Virus Classic"
virusrck "Virus Rack (Ver. T)"
virusrckxl "Virus Rack XL"

PS: If you're unsure about a specific set you can do a MAME source search:
1. launch executable with -listsource parameter:

Code: Select all

mamearcade_0189.exe virusa -listsource
virusa           acvirus.cpp
2. Go to MAME repository, add the aforementioned driver name returned by the executable at the end of the url:
https://github.com/mamedev/mame/blob/ma ... cvirus.cpp
3. Go at the end of the file, and check if the first four letters are "GAME" (macro for Arcade game), if it isn't then it's not an Arcade.

Code: Select all

CONS( 1997, virusa, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus A", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 1999, virusb, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus B (Ver. T)", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 2002, virusc, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus C", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 2001, virusrck, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus Rack (Ver. T)", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 2002, virusrckxl, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus Rack XL", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 2004, viruscl, 0, 0, virus, virus, acvirus_state, 0, "Access", "Virus Classic", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
These ones are all console systems fwiw (CONS), second parameter is release date, third is romset.
User avatar
simpsons99
MARP Seer
MARP Seer
Posts: 740
Joined: Mon May 16, 2011 3:23 am
Location: Snohomish Washington
Contact:

Re: MAME 0.189 Game Changes

Post by simpsons99 »

does brapboysp "B.Rap Boys Special (World)" play right? and completely record games right?
If you have a FB Account I'm Brian Allen
On KLOV and other sites I'm Simpsons99
Arcade Game Scores
DKJR 1,073,800 Level F Kill screen !
DK3 TG MED Skill Level 1,365,000 Level 80?
User avatar
***PL***
Editor
Posts: 720
Joined: Mon Mar 11, 2002 9:37 pm

Re: MAME 0.189 Game Changes

Post by ***PL*** »

Kale wrote: Then here's the list of stuff that isn't an Arcade, i.e. console/gambling/mechanical pinball/handheld
Kale, that is really awesome information!! =D> How did you get that batch info against the new games in 0.189?

Is there anyway you can make a list of all the entries, or specifically ones that are NOT games?

There are 2100+ .CPP files!! Is there a master list somewhere of that info at the bottom of the files?


I mean that is EXACTLY what I have been looking for to bucket these luck/gambling/pinball/handheld/etc entries...

If I have this, then it will be fairly straightforward for me to complete that project! Also, it would make several folks very happy!! :D
User avatar
Kale
MARP Seer
MARP Seer
Posts: 655
Joined: Fri Mar 08, 2002 5:53 pm

Re: MAME 0.189 Game Changes

Post by Kale »

For now there's a flag returned into these macros, but it's very preliminary and I'm not sure where is logged (-listxml ?)

Also it doesn't log stuff like pinballs and gamblings.

In any case there are been discussions about it, hopefully it will be changed in a future version.
saulonpb2
Button Masher
Button Masher
Posts: 75
Joined: Sat Jul 30, 2011 10:26 am
Contact:

Re: MAME 0.189 Game Changes

Post by saulonpb2 »

someone knows a site to catch 0.189 roms updates??
The Expert keyboard
PP.
MARPaltunnel Wrists
MARPaltunnel Wrists
Posts: 494
Joined: Fri Jul 08, 2016 7:53 pm
Location: Greece

Re: MAME 0.189 Game Changes

Post by PP. »

saulonpb2 wrote:someone knows a site to catch 0.189 roms updates??
Hey, do you know to read? Did you see the "special rules" in "cgraplop2"? Any usage of the shield (button 2) is BANNED
Why did you just uploaded an inp with shield usage?
User avatar
simpsons99
MARP Seer
MARP Seer
Posts: 740
Joined: Mon May 16, 2011 3:23 am
Location: Snohomish Washington
Contact:

Re: MAME 0.189 Game Changes

Post by simpsons99 »

Do you know how to be nice to someone?
PP. wrote:
saulonpb2 wrote:someone knows a site to catch 0.189 roms updates??
Hey, do you know to read? Did you see the "special rules" in "cgraplop2"? Any usage of the shield (button 2) is BANNED
Why did you just uploaded an inp with shield usage?
If you have a FB Account I'm Brian Allen
On KLOV and other sites I'm Simpsons99
Arcade Game Scores
DKJR 1,073,800 Level F Kill screen !
DK3 TG MED Skill Level 1,365,000 Level 80?
PP.
MARPaltunnel Wrists
MARPaltunnel Wrists
Posts: 494
Joined: Fri Jul 08, 2016 7:53 pm
Location: Greece

Re: MAME 0.189 Game Changes

Post by PP. »

simpsons99 wrote:Do you know how to be nice to someone?
PP. wrote:
saulonpb2 wrote:someone knows a site to catch 0.189 roms updates??
Hey, do you know to read? Did you see the "special rules" in "cgraplop2"? Any usage of the shield (button 2) is BANNED
Why did you just uploaded an inp with shield usage?
This "someone" is well known here(to you, too) and use to violate special rules all the time.

How would you feel if someone beat your score with a fake score?
User avatar
simpsons99
MARP Seer
MARP Seer
Posts: 740
Joined: Mon May 16, 2011 3:23 am
Location: Snohomish Washington
Contact:

Re: MAME 0.189 Game Changes

Post by simpsons99 »

you completely ignored what i said
If you have a FB Account I'm Brian Allen
On KLOV and other sites I'm Simpsons99
Arcade Game Scores
DKJR 1,073,800 Level F Kill screen !
DK3 TG MED Skill Level 1,365,000 Level 80?
PP.
MARPaltunnel Wrists
MARPaltunnel Wrists
Posts: 494
Joined: Fri Jul 08, 2016 7:53 pm
Location: Greece

Re: MAME 0.189 Game Changes

Post by PP. »

I answered to what you said.
But then you ignored what I asked you, so I repeat: How would you feel if someone beat your score with a fake score?

You support a cheat but only if its not about your own score, right? :lol:
Post Reply