Archived
1
0
This commit is contained in:
Erick
2022-02-08 02:53:58 +01:00
+3
View File
@@ -22,6 +22,9 @@ int read_image(const char* file);
void disable_input_buffering(); void disable_input_buffering();
void restore_input_buffering(); void restore_input_buffering();
/* check key - unix or win */
uint16_t check_key();
/* Write to memory address */ /* Write to memory address */
void mem_write(uint16_t address, uint16_t val); void mem_write(uint16_t address, uint16_t val);