- disabled memory mapping mode check and panic. The vga mem write code seems to
handle it properly.
This commit is contained in:
parent
5e2834b69f
commit
58cadd6779
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user