mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +00:00
7 lines
206 B
C
7 lines
206 B
C
void _start()
|
|
{
|
|
// Test: do things work well enough for us to get to a startup function?
|
|
// Note: this won't work for multisegment 68K apps, as the startup function will be in the wrong segment.
|
|
}
|
|
|