]> 4ch.mooo.com Git - 16.git/commitdiff
doslib updated to use struct packing. it is now safe to include vrl.h
authorJonathan Campbell <jonathan@castus.tv>
Fri, 25 Mar 2016 04:37:36 +0000 (21:37 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Fri, 25 Mar 2016 04:37:36 +0000 (21:37 -0700)
twice. tesuto works now.

src/lib/doslib
src/tesuto.c

index b0b3b3b92ce607d19406df72c5c38cf83b4e03a6..2d22f799c750ae31c83729a00ef9e5b83ba95a61 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b0b3b3b92ce607d19406df72c5c38cf83b4e03a6
+Subproject commit 2d22f799c750ae31c83729a00ef9e5b83ba95a61
index 636e822814ec6f2575111282e2cb07ed8996275c..903dd6af1ce2510108752a1da27e54600d699b43 100755 (executable)
@@ -1,7 +1,7 @@
 #include <hw/cpu/cpu.h>
 #include <hw/dos/dos.h>
 #include <hw/vga/vga.h>
-//#include <hw/vga/vrl.h>
+#include <hw/vga/vrl.h>
 
 #include "src/tesuto.h"