Add EGA display type configuration.
This commit is contained in:
parent
7a0398dd07
commit
a489f543fb
3 changed files with 100 additions and 13 deletions
|
|
@ -119,7 +119,7 @@ void *pc1640_init()
|
|||
|
||||
rom_init(&pc1640->bios_rom, "pc1640/40100", 0xc0000, 0x8000, 0x7fff, 0, 0);
|
||||
|
||||
ega_init(&pc1640->ega);
|
||||
ega_init(&pc1640->ega, 9, 0);
|
||||
pc1640->cga.vram = pc1640->ega.vram;
|
||||
pc1640->cga_enabled = 1;
|
||||
cga_init(&pc1640->cga);
|
||||
|
|
|
|||
Loading…
Reference in a new issue