panic screen, debug font, asmutil.s
[gbajam21] / src / util.h
index e5f3784..bba0ac8 100644 (file)
@@ -19,4 +19,8 @@
        } while(0)
 
 
+void fillblock_16byte(void *dest, uint32_t val, int count);
+
+uint32_t get_pc(void);
+
 #endif /* UTIL_H_ */