activate video mode 1280x1024x256@71 on Radeon

This commit is contained in:
Markus Fröschle
2016-11-17 17:40:26 +00:00
parent 8d4245a866
commit c26156b72f
3 changed files with 21 additions and 30 deletions

View File

@@ -401,16 +401,6 @@ void run_bios(struct radeonfb_info *rinfo)
emu.emu_wrb(&emu, 0xffff7, '/');
emu.emu_wrb(&emu, 0xffffa, '/');
/*
* FixME: move PIT (programmable interval timer) init to its own file
* do we really need this? - don't think it does anything sensible ...
*/
outb(&emu, 0x36, 0x43);
outb(&emu, 0x00, 0x40);
outb(&emu, 0x00, 0x40);
// setup_int_vect();
/* cpu setup */
emu.x86.R_AX = devfn ? devfn : 0xff;
emu.x86.R_DX = 0x80;