CLK/ROMImages/PCCompatible
Thomas Harte 088445575e 'Corresponding' better refers back, I think. 2023-12-27 10:12:46 -05:00
..
CGA.F08 Add CGA font. 2023-12-06 09:34:25 -05:00
EUMDA9.F14 Import MDA font. 2023-11-22 14:04:26 -05:00
GLABIOS_0.2.5_8T.ROM Include and fetch a BIOS. 2023-11-15 11:32:23 -05:00
GLaTICK_0.8.5_AT.ROM Wire up a stub RTC plus appropriate option ROM. 2023-12-06 22:56:09 -05:00
Phoenix 80286 ROM BIOS Version 3.05.bin Add an 80286 BIOS, for later. 2023-11-17 17:15:57 -05:00
readme.txt 'Corresponding' better refers back, I think. 2023-12-27 10:12:46 -05:00

readme.txt

Expected files:

For XT-class emulation:

	GLABIOS_0.2.5_8T.ROM — the 8088 GLaBIOS ROM.
	GLaTICK_0.8.5_AT.ROM (optionally) — the GLaBIOS AT RTC option ROM.

For specific video cards:

	EUMDA9.F14 — the MDA font.
	CGA.F08 — the CGA font.

In the future:

	Phoenix 80286 ROM BIOS Version 3.05.bin — Phoenix's 80286 AT-clone BIOS.
	ibm_vga.bin — the VGA BIOS.
	ibm_6277356_ega_card_u44_27128.bin — the EGA BIOS.


GLaBIOS is an open-source GPLv3 alternative BIOS for XT clones, available from https://glabios.org/

GLaTICK is a real-time clock option ROM, also available from available from https://glabios.org/

The MDA and CGA fonts are in the form offered at https://github.com/viler-int10h/vga-text-mode-fonts i.e. the MDA font is 256 lots of 14 bytes, the first 14 being the content of character 0, the next 14 being the content of character 1, etc; the CGA font is 256 lots of 8 bytes with a corresponding arrangement.