MT06934 (nw)

This commit is contained in:
Vas Crabb 2018-05-04 05:22:37 +10:00
parent a34f2334a7
commit e54e6ee3d6

View File

@ -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);