From: Fabio Priuli [mailto:priuli@math.ntnu.no]

Subject: bugfix to 1673 on MT

Enclosed please find a patch which fixes bug 1673 in MT. in 123u4 a few 
machine parameter where added to the routines drawing bg and fg, but all
of them where moved to use the _fg function. putting _bg where they were
in 123u3 fixes the bug
This commit is contained in:
Aaron Giles 2008-04-10 13:52:22 +00:00
parent 66c48036a3
commit 8edb9ce1b6

View File

@ -124,7 +124,7 @@ static WRITE16_HANDLER( protection_w )
program_write_word(0xffc00e, 0);
sf_fg_scroll_w(machine, 0, d1, 0);
sf_fg_scroll_w(machine, 0, d2, 0);
sf_bg_scroll_w(machine, 0, d2, 0);
break;
}
case 4:
@ -144,7 +144,7 @@ static WRITE16_HANDLER( protection_w )
}
program_write_word(0xffc682, d1);
program_write_word(0xffc00e, off);
sf_fg_scroll_w(machine, 0, d1, 0);
sf_bg_scroll_w(machine, 0, d1, 0);
}
break;
}