- disabled memory mapping mode check and panic. The vga mem write code seems to

handle it properly.
This commit is contained in:
Volker Ruppert 2011-11-24 17:21:17 +00:00
parent 5e2834b69f
commit 58cadd6779

View File

@ -2384,12 +2384,13 @@ void bx_vga_c::mem_write(bx_phy_address addr, Bit8u value)
return;
/* CGA 320x200x4 / 640x200x2 end */
}
/*
else if (BX_VGA_THIS s.graphics_ctrl.memory_mapping != 1) {
BX_PANIC(("mem_write: graphics: mapping = %u",
(unsigned) BX_VGA_THIS s.graphics_ctrl.memory_mapping));
return;
}
*/
if (BX_VGA_THIS s.sequencer.chain_four) {
unsigned x_tileno, y_tileno;