2017-10-01 00:42:02 +00:00
|
|
|
void _start()
|
|
|
|
{
|
2019-08-18 11:21:00 +00:00
|
|
|
// 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.
|
2017-10-01 00:42:02 +00:00
|
|
|
}
|
|
|
|
|