From 648e3d3c41aab7c08c3c44c52203cb8ed896820a Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 5 May 2023 20:32:28 +0300 Subject: Add interrupt attributes --- 1_hello_world/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1_hello_world/main.c') 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 -- cgit v1.2.3