Still working on the console...
This commit is contained in:
5
ascii.h
5
ascii.h
@@ -161,6 +161,7 @@ void pdebug();
|
||||
void debug_get_cmd();
|
||||
|
||||
uint8_t ascii(const char *str, uint8_t index);
|
||||
const char* chr(uint8_t ascii);
|
||||
|
||||
void setchar(uint8_t index, uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint8_t b6, uint8_t b7);
|
||||
uint8_t peek(uint16_t addr);
|
||||
@@ -168,4 +169,6 @@ void poke(uint16_t addr, uint8_t val);
|
||||
|
||||
void sound(float freq, uint32_t len);
|
||||
void nosound();
|
||||
void setmode(const uint8_t mode);
|
||||
void setmode(const uint8_t mode);
|
||||
|
||||
void load(const char* str);
|
||||
|
||||
Reference in New Issue
Block a user