mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-11-22 11:33:26 +00:00
8 lines
122 B
C
8 lines
122 B
C
|
|
void vgamain();
|
|
void z80main();
|
|
void serialmain();
|
|
void parallelmain();
|
|
|
|
void flash_reboot() __attribute__ ((noreturn));
|