mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
01776: pzloop2, pzloop2j: In-game message "write to CPS-A register 24 contact MAMEDEV" at startup.
This commit is contained in:
parent
896776258a
commit
7f17672586
@ -1483,6 +1483,10 @@ WRITE16_HANDLER( cps1_cps_a_w )
|
|||||||
if (offset == CPS1_PALETTE_BASE)
|
if (offset == CPS1_PALETTE_BASE)
|
||||||
cps1_build_palette(machine, cps1_base(CPS1_PALETTE_BASE,cps1_palette_align));
|
cps1_build_palette(machine, cps1_base(CPS1_PALETTE_BASE,cps1_palette_align));
|
||||||
|
|
||||||
|
// pzloop2 write to register 24 on startup. This is probably just a bug.
|
||||||
|
if (offset == 0x24/2 && cps_version == 2)
|
||||||
|
return;
|
||||||
|
|
||||||
if (offset > CPS1_VIDEOCONTROL)
|
if (offset > CPS1_VIDEOCONTROL)
|
||||||
popmessage("write to CPS-A register %02x contact MAMEDEV", offset*2);
|
popmessage("write to CPS-A register %02x contact MAMEDEV", offset*2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user