Still working on the console...

This commit is contained in:
2021-12-05 16:34:05 +01:00
parent fe9220bb39
commit cf608cea78
5 changed files with 55 additions and 12 deletions

View File

@@ -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);