]> 4ch.mooo.com Git - 16.git/commitdiff
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 b42d80c6e18f67c3e4b664ff0cb6b4940e5a2812..b3c217cabf9b80a0dc32885ad17663c99453e9b8 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 7b240a7790831017529c8561461291ed44be398f..dacc606bf88c04260904679cb80729e9c54fc418 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>