D Bare Bones: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Linked to D (orphan page)
m fixed height constant
Line 94: Line 94:
int xpos = 0;
int xpos = 0;
const uint COLUMNS = 80; //Screensize
const uint COLUMNS = 80; //Screensize
const uint LINES = 24;
const uint LINES = 25;


ubyte* vidmem = cast(ubyte*)0xFFFF8000000B8000; //Video memory address
ubyte* vidmem = cast(ubyte*)0xFFFF8000000B8000; //Video memory address