Added Trigem Korean VGA emulation. Patch from Greatpsycho.
This commit is contained in:
parent
59d5ce4a50
commit
c034381797
7 changed files with 186 additions and 4 deletions
|
|
@ -376,6 +376,7 @@ void *ati28800k_init()
|
|||
io_sethandler(0x03c0, 0x0020, ati28800k_in, NULL, NULL, ati28800k_out, NULL, NULL, ati28800);
|
||||
|
||||
ati28800->svga.miscout = 1;
|
||||
ati28800->svga.ksc5601_sbyte_mask = 0;
|
||||
|
||||
ati_eeprom_load(&ati28800->eeprom, "atikorvga.nvr", 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue