diff options
author | tg <tg@FreeBSD.org> | 2001-07-24 11:44:20 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-24 11:44:20 +0000 |
commit | 97507091ff20d3dc72113dfbd0c9532423d3acb4 (patch) | |
tree | f37909a1b76ac49ce96e941e94a62649b7210a4e /usr.bin/doscmd/fonts.dir | |
parent | dfb5f5d5892585bd43bea7a627c21456e0ff9687 (diff) | |
download | FreeBSD-src-97507091ff20d3dc72113dfbd0c9532423d3acb4.zip FreeBSD-src-97507091ff20d3dc72113dfbd0c9532423d3acb4.tar.gz |
Rewrite video emulation. Features:
- slightly more accurate VGA hardware emulation;
- more int 10 functions, especially wrt to palette handling;
- first shot at graphics support;
- mode switching.
Bugs:
- graphics too slow;
- only 16 color modes work for now;
- works only under X, and only with 16 bit TrueColor visuals;
- far from being genuinely useful (I can play an old EGA game now, though
(mahjongg.exe)).
Also, the code has been cleaned up a bit (more to come in a separate commit).
Diffstat (limited to 'usr.bin/doscmd/fonts.dir')
-rw-r--r-- | usr.bin/doscmd/fonts.dir | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/doscmd/fonts.dir b/usr.bin/doscmd/fonts.dir index e23f58c..de15d37 100644 --- a/usr.bin/doscmd/fonts.dir +++ b/usr.bin/doscmd/fonts.dir @@ -1,2 +1,4 @@ -1 -cp437-8x16.pcf.gz vga +3 +cp437-8x8.pcf.gz cp437-8x8 +cp437-8x14.pcf.gz cp437-8x14 +cp437-8x16.pcf.gz cp437-8x16 |