1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-28 18:10:08 +02:00

Add TRSE under "Development tools" (#216)

Co-authored-by: Antonio Vivace <dev@avivace.com>
This commit is contained in:
Pierre Buyle
2021-04-20 13:34:52 +00:00
committed by GitHub
parent ef81a1975a
commit 6615cd1819

View File

@@ -224,6 +224,7 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61
- [GBDK-2020](https://github.com/Zal0/gbdk-2020/) - A modernized GBDK with updated SDCC toolchain (supports ROM banking), bug fixes, documentation and other improvements. Supports Windows, Linux and macOS.
- [gbdk-osx](https://github.com/x43x61x69/gbdk-osx) - Patched GBDK 2.96a for the latest compilers on macOS.
- [gbdk-n](https://github.com/rotmoset/gbdk-n) - Aims to update the gbdk libraries to be compatible with new versions of SDCC and provide helpers for building roms. Does not support ROM banking, thus limiting ROM size to 32K.
- [Turbo Rascal Syntax Error](https://lemonspawn.com/turbo-rascal-syntax-error-expected-but-begin/) - Complete suite (IDE, compiler, programming language, resource editor) intended for developing games/demos for 8 / 16-bit line of computers, including the Game Boy and Game Boy Color.
#### Experimental/Proof of Concepts