Working on boot logo
This commit is contained in:
5
ascii.h
5
ascii.h
@@ -153,7 +153,7 @@ float min(float x, float y);
|
||||
int rnd(int x);
|
||||
//void srand(int x);
|
||||
|
||||
const char* tostr(int val);
|
||||
const char* tostr(float val);
|
||||
|
||||
void debugchr(const uint8_t chr);
|
||||
void debug(const char *str);
|
||||
@@ -172,3 +172,6 @@ void nosound();
|
||||
void setmode(const uint8_t mode);
|
||||
|
||||
void load(const char* str);
|
||||
|
||||
void fileout(const char* str, uint16_t addr, uint16_t size);
|
||||
void filein(const char* str, uint16_t addr, uint16_t size);
|
||||
|
||||
Reference in New Issue
Block a user