summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-06 14:22:51 +0300
committerOxore <oxore@protonmail.com>2023-05-06 14:22:51 +0300
commit8f759aee27f45e6208f229038a2d80a505ec0244 (patch)
tree048e54f34d98506c22ad74c99c62541dfd354431
parent3cafce9623ec79738555c647b79afa65ccebb5a5 (diff)
Add link to cortexm/baremetal
-rw-r--r--Readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index bcb1cb4..a547825 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,3 +1,5 @@
# SEGA Mega Drive/Genesis Samples in C
-An attempt to rewrite [BigEvilCorporation/megadrive_samples](https://github.com/BigEvilCorporation/megadrive_samples) in C.
+An attempt to rewrite [gh:BigEvilCorporation/megadrive_samples](https://github.com/BigEvilCorporation/megadrive_samples) in C.
+
+Inspired by [gh:cortexm/baremetal](https://github.com/cortexm/baremetal).