OSDN Git Service

polished 16_vrs.h and put into make file AND! updated copyright to add yakui lover...
authorsparky4 <sparky4@cock.li>
Fri, 22 Jul 2016 13:51:47 +0000 (08:51 -0500)
committersparky4 <sparky4@cock.li>
Fri, 22 Jul 2016 13:51:47 +0000 (08:51 -0500)
src/lib/16_vrs.c
src/lib/16_vrs.h

index b42d80c..b3c217c 100755 (executable)
@@ -21,6 +21,7 @@
  */
 #include "src/lib/16_vrs.h"
 
+//TODO: USE 16_MM! AND 16_CA!
 // Read .vrs file into memory
 int read_vrs(char *filename, struct vrs_container *vrs_cont){
        // Initialise a local copy of becessary variables
@@ -45,6 +46,7 @@ int read_vrs(char *filename, struct vrs_container *vrs_cont){
        return 0;
 }
 
+//TODO: USE 16_MM! AND 16_CA!
 // Seek and return a specified .vrl blob from .vrs blob in memory
 struct vrl_container* get_vrl_by_id(struct vrs_container *vrs_cont, uint16_t id){
        uint16_t *ids;
index 7b240a7..dacc606 100755 (executable)
@@ -24,6 +24,8 @@
 
 #include "src/lib/16_head.h"
 #include "src/lib/modex16.h"
+#include "src/lib/16_ca.h"
+#include "src/lib/16_mm.h"
 //#include <hw/cpu/cpu.h>
 //#include <hw/dos/dos.h>
 //#include <hw/vga/vga.h>