1
0
Fork 0

remove debug message

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1848
This commit is contained in:
Sjoerd van der Berg 2004-06-20 17:02:37 +00:00
parent 13d4604573
commit 0c11281b19

View file

@ -409,12 +409,11 @@ range_b800:
PAGING_ClearTLB();
}
bool lfb_update;
static bool lfb_update;
static void VGA_DoUpdateLFB(Bitu val) {
lfb_update=false;
MEM_SetLFB(vga.s3.la_window << 4 ,sizeof(vga.mem.linear)/4096,&vga.mem.linear[0]);
LOG_MSG("LIN: Reconfiguing linear page address");
}
void VGA_StartUpdateLFB(void) {