diff options
author | Oxore <oxore@protonmail.com> | 2023-05-05 20:32:28 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-05 20:32:28 +0300 |
commit | 648e3d3c41aab7c08c3c44c52203cb8ed896820a (patch) | |
tree | 882765922b416aed508fdb9cd05949597079abda /1_hello_world/main.c | |
parent | 79ff96cb2ffb140863c48803d21d10349881f907 (diff) |
Add interrupt attributes
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 |