Files
low-level-programming/include.c

6 lines
48 B
C
Raw Normal View History

2015-09-17 21:48:47 -07:00
int get_vram_offset() {
return 0xb8000;
}