mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-12-03 06:52:23 +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));
|