mirror of https://github.com/nmlgc/ReC98.git
6 lines
143 B
C++
6 lines
143 B
C++
|
// VRAM page flipping
|
||
|
// ------------------
|
||
|
|
||
|
#define page_show(page) _outportb_(0xA4, page)
|
||
|
#define page_access(page) _outportb_(0xA6, page)
|