diff options
Diffstat (limited to '1_hello_world/main.c')
-rw-r--r-- | 1_hello_world/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1_hello_world/main.c b/1_hello_world/main.c index 5852765..ee4ee64 100644 --- a/1_hello_world/main.c +++ b/1_hello_world/main.c @@ -218,7 +218,7 @@ static void VDP_LoadRegisters(void) } } -void __start(void) +int main(void) { // ============================================================== // Initialise the Mega Drive |