mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Some minor mods, nw
This commit is contained in:
parent
94d09cc4c3
commit
002948d06e
@ -57,11 +57,6 @@ public:
|
||||
void heatbrl_setgfxbank(running_machine &machine, UINT16 data);
|
||||
void denjinmk_setgfxbank(running_machine &machine, UINT16 data);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
SCREEN_UPDATE_IND16( legionna );
|
||||
SCREEN_UPDATE_IND16( godzilla );
|
||||
SCREEN_UPDATE_IND16( grainbow );
|
||||
|
@ -2464,6 +2464,7 @@ static WRITE16_HANDLER( generic_cop_w )
|
||||
// cupsoc 1b | 5 | 7ff7 | dde5 | f80 aa2 984 0c2
|
||||
/* radar x/y positions */
|
||||
/* FIXME: x/ys are offsetted */
|
||||
/* FIXME: uses 0x10044a for something */
|
||||
if(COP_CMD(0xf80,0xaa2,0x984,0x0c2,0x000,0x000,0x000,0x000,5,0x7ff7))
|
||||
{
|
||||
UINT8 offs;
|
||||
|
Loading…
Reference in New Issue
Block a user