summaryrefslogtreecommitdiff
path: root/1_hello_world/main.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-06 23:23:59 +0300
committerOxore <oxore@protonmail.com>2023-05-06 23:23:59 +0300
commitd39090b6a94b7c1700d190a1bb63e85ff1c1f4ad (patch)
tree3c1702dd04aad5ba79b243422c75a21a26a4bc16 /1_hello_world/main.c
parentebcd974b8e18a2033c94cb0050dab73964d6c19b (diff)
Add 2_scroll_planes demo
Diffstat (limited to '1_hello_world/main.c')
-rw-r--r--1_hello_world/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/1_hello_world/main.c b/1_hello_world/main.c
index 1a30562..811035b 100644
--- a/1_hello_world/main.c
+++ b/1_hello_world/main.c
@@ -1,4 +1,4 @@
-// Rewritten from https://github.com/BigEvilCorporation/megadrive_samples/blob/master/1_hello_world/hello.asm
+// Rewritten from https://github.com/BigEvilCorporation/megadrive_samples/blob/313e16db9c8cdd0bcd0c98223b3d4245f921b31d/1_hello_world/hello.asm
#include <stdint.h>
#include <stddef.h>