mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
MT06934 (nw)
This commit is contained in:
parent
a34f2334a7
commit
e54e6ee3d6
@ -989,7 +989,7 @@ WRITE8_MEMBER( x1_state::x1turboz_4096_palette_w )
|
||||
}
|
||||
else //compatible mode
|
||||
{
|
||||
switch (data & 0x0300)
|
||||
switch (offset & 0x0300)
|
||||
{
|
||||
case 0x0000:
|
||||
x1_pal_b_w(space, offset & 0x00ff, data);
|
||||
|
Loading…
Reference in New Issue
Block a user