Add io helper functions

This commit is contained in:
Byron Lathi
2022-03-05 22:34:34 -06:00
parent 859a954996
commit 6b24abdbd5
3 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#include <io.h>
int main() {
IO_REMAP = 1;
io_remap(io_region_de10lite);
return 0;
}