Added ATI Korean VGA, based on PCem patch from greatpsycho.

This commit is contained in:
OBattler
2018-03-02 18:33:22 +01:00
parent 3351d311cd
commit 22e1b2f83a
7 changed files with 270 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
* - c386sx16 BIOS fails checksum
* - the loadfont() calls should be done elsewhere
*
* Version: @(#)rom.c 1.0.29 2018/02/05
* Version: @(#)rom.c 1.0.30 2018/03/02
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -261,6 +261,7 @@ rom_load_bios(int rom_id)
loadfont(L"roms/video/mda/mda.rom", 0);
loadfont(L"roms/video/wyse700/wy700.rom", 3);
loadfont(L"roms/video/genius/8x12.bin", 4);
loadfont(FONT_ATIKOR_PATH, 6);
/* If not done yet, allocate a 128KB buffer for the BIOS ROM. */
if (rom == NULL)