mame
mame copied to clipboard
subsino/subsino.cpp: Add a new bootleg of 'Treasure Bonus' named 'Lucky Seven'
New not working clone
Lucky Seven [Taksangs, charlie]
I'd appreciate some help with this one. There's a glitch that happens also on real hardware (real hardware: https://youtu.be/By7Xi5jf2Qc), so, one tilemap ROM must be bad, but I cannot tell which one. It's important to find out which one is bad and flag it as BAD_DUMP. Thx!
If I understand correctly:
- In the video, the tiles graphics themselves are displaying correctly, but the layout appears wrong and the background around the crown looks like it shouldn’t be opaque black.
- This hardware has ROM-based tiles, but RAM-based tilemaps. The layout is written to RAM by the game program.
- If a tile ROM was bad, it would cause corrupted tile graphics, which is not the case here.
Someone else can tell me if I’m missing something, but this doesn’t look like a bad tile ROM to me. It looks more like mismatched program and tile ROMs, a poor effort at a hack, or a buggy development version.