mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-04-25 21:29:02 +02:00
Initial x86 (32 bit) directories written. Will be attempting to merge in the target selection from XOmB proper.
Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
committed by
The XOmB Overlord
parent
86a9ca243b
commit
39999641ee
@@ -36,7 +36,7 @@ public:
|
||||
// The default color.
|
||||
const ubyte DEFAULTCOLORS = Color.LightGray;
|
||||
|
||||
ubyte* videoMemoryLocation = cast(ubyte*)0xFFFFFFFF800B8000;
|
||||
ubyte* videoMemoryLocation = cast(ubyte*)0xFFFF8000000B8000;
|
||||
|
||||
// The cursor position
|
||||
private int xpos = 0;
|
||||
|
||||
Reference in New Issue
Block a user