mamedev / mame

MAME
https://www.mamedev.org/
Other
7.79k stars 1.96k forks source link

Use same video driver for Green Beret & Jail Break. #1187

Open FluBBaOfWard opened 7 years ago

FluBBaOfWard commented 7 years ago

Green Beret/Rush'n Attack/Mr. Goemon uses the same graphics chip as Jail Break, the 005849. Rush'n Attack PCB, http://arcade.ym2149.com/pcb/konami/rushnattack_pcb_partside.jpg Jail Break PCB, http://ci-cdn.23bits.com/_s/7/36/si-130911142320-960.jpg Mr. Goemon PCB, http://www.gamesdbase.com/Media/SYSTEM/Arcade/PCB/big/Mr._Goemon_-_1986_-_Konami.jpg

rb6502 commented 7 years ago

While that's true, Konami had a tendency to wire up the same chips in different ways for each game (Olivier and I call it "Lego Hardware") , so it's possible there isn't a direct match besides using the same chip. I'll take a look though.

ajrhacker commented 7 years ago

On a related note, Pooyan and Roc'n Rope could probably be merged; they run on almost identical hardware except for the CPU.

FluBBaOfWard commented 7 years ago

I guess the most important part is that it's documented in the code. The biggest difference seems to be the background tile priority (GreenBeret) vs more tiles (JailBreak).