Kazutaka YOKOTA
15401862e4
Calculate the number of bitmap colors in the correct way.
...
The bug found by: Kevin Street <street@iname.com>
1999-01-13 09:59:30 +00:00
Kazutaka YOKOTA
90500a9d1a
Clean up warnings: get conditional compilation right so that a local
...
function won't be defined unless it is actually used.
Requested by: eivind
1999-01-12 10:35:58 +00:00
Kazutaka YOKOTA
61329bcee4
Update the pointer into the bitmap correctly. The previous code
...
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.
1999-01-11 17:32:22 +00:00
Kazutaka YOKOTA
1243dad08d
Add splash screen module. This version has rather limited
...
capabilities, but should be a good start... Well, sort of.
It can handle W*ndows 256 color BMP file. (Other color depth probably
won't work.) The size of the image must be 320x200 or less. *sigh*
1999-01-11 03:34:56 +00:00
Kazutaka YOKOTA
559e7c1b0c
Oops, I committed wrong version of these files in the last commit!
...
Here are the correct, and up-top-date ones.
1999-01-11 03:06:28 +00:00
Kazutaka YOKOTA
617b908036
Add the new keyboard driver and video card driver. They will be
...
used by console drivers.
(They are not yet activated yet. Wait for announcement later.)
1999-01-09 02:44:50 +00:00