2024-01-03 00:38:00 +00:00
|
|
|
int Init(char *initial_link_dir);
|
2024-01-02 01:45:35 +00:00
|
|
|
void Finish();
|
|
|
|
void down(char *buf, unsigned short bytes, unsigned short c64Addr);
|
|
|
|
void up(char *buf, unsigned short bytes, unsigned short c64Addr);
|
|
|
|
void Cont();
|
|
|
|
void JumpTo(unsigned short c64Addr);
|