Mask Banshee desktop start address correctly.
This commit is contained in:
parent
52a79fbb57
commit
2415d8ad50
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ static void banshee_ext_outl(uint16_t addr, uint32_t val, void *p)
|
|||
|
||||
|
||||
case Video_vidDesktopStartAddr:
|
||||
banshee->vidDesktopStartAddr = val;
|
||||
banshee->vidDesktopStartAddr = val & 0xffffff;
|
||||
// pclog("vidDesktopStartAddr=%08x\n", val);
|
||||
svga->fullchange = changeframecount;
|
||||
svga_recalctimings(svga);
|
||||
|
|
|
|||
Loading…
Reference in a new issue