diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | 1_hello_world/Makefile (renamed from Makefile) | 0 | ||||
-rw-r--r-- | 1_hello_world/_rom.ld (renamed from _rom.ld) | 0 | ||||
-rw-r--r-- | 1_hello_world/_sram.ld (renamed from _sram.ld) | 0 | ||||
-rw-r--r-- | 1_hello_world/m68k.ld (renamed from m68k.ld) | 0 | ||||
-rw-r--r-- | 1_hello_world/main.c (renamed from main.c) | 0 | ||||
-rw-r--r-- | 1_hello_world/startup.c (renamed from startup.c) | 0 | ||||
-rw-r--r-- | Readme.md | 3 |
8 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,3 @@ *.elf *.bin compile_commands.json -disasm.dir/ diff --git a/Makefile b/1_hello_world/Makefile index c66436d..c66436d 100644 --- a/Makefile +++ b/1_hello_world/Makefile diff --git a/_rom.ld b/1_hello_world/_rom.ld index 55106be..55106be 100644 --- a/_rom.ld +++ b/1_hello_world/_rom.ld diff --git a/_sram.ld b/1_hello_world/_sram.ld index e9fcc24..e9fcc24 100644 --- a/_sram.ld +++ b/1_hello_world/_sram.ld diff --git a/m68k.ld b/1_hello_world/m68k.ld index dcc5257..dcc5257 100644 --- a/m68k.ld +++ b/1_hello_world/m68k.ld diff --git a/main.c b/1_hello_world/main.c index 5852765..5852765 100644 --- a/main.c +++ b/1_hello_world/main.c diff --git a/startup.c b/1_hello_world/startup.c index 3b3c017..3b3c017 100644 --- a/startup.c +++ b/1_hello_world/startup.c diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..bcb1cb4 --- /dev/null +++ b/Readme.md @@ -0,0 +1,3 @@ +# SEGA Mega Drive/Genesis Samples in C + +An attempt to rewrite [BigEvilCorporation/megadrive_samples](https://github.com/BigEvilCorporation/megadrive_samples) in C. |