mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-08-31 03:19:59 +02:00
Merge pull request #121 from Bevinsky/master
Move clang-gbz80 to Experimentals
This commit is contained in:
@@ -185,7 +185,6 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r
|
|||||||
- [GBDK](http://gbdk.sourceforge.net/) - A set of tools that enable to develop in **C**. Includes a set of libraries for the most common requirements and generates ready ROM files. [Documentation](http://gbdk.sourceforge.net/doc/gbdk-doc.pdf).
|
- [GBDK](http://gbdk.sourceforge.net/) - A set of tools that enable to develop in **C**. Includes a set of libraries for the most common requirements and generates ready ROM files. [Documentation](http://gbdk.sourceforge.net/doc/gbdk-doc.pdf).
|
||||||
+ [gbdk-osx](https://github.com/x43x61x69/gbdk-osx) - Patched GBDK 2.96a for the latest compilers on OS X.
|
+ [gbdk-osx](https://github.com/x43x61x69/gbdk-osx) - Patched GBDK 2.96a for the latest compilers on OS X.
|
||||||
+ [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.
|
+ [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.
|
||||||
- [clang-gbz80](https://github.com/Bevinsky/clang-gbz80) - Clang port to the GBZ80 CPU.
|
|
||||||
|
|
||||||
#### Experimental/Proof of Concepts
|
#### Experimental/Proof of Concepts
|
||||||
|
|
||||||
@@ -194,7 +193,7 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r
|
|||||||
- [gbasm](https://github.com/BonsaiDen/gbasm) - A JavaScript based compiler for Game Boy z80 assembly code.
|
- [gbasm](https://github.com/BonsaiDen/gbasm) - A JavaScript based compiler for Game Boy z80 assembly code.
|
||||||
- [tniASM](http://www.tni.nl/products/tniasm.html) - Macro Assembler.
|
- [tniASM](http://www.tni.nl/products/tniasm.html) - Macro Assembler.
|
||||||
- [Assembler](https://github.com/ulrikdamm/Assembler) - Assembler written in Swift.
|
- [Assembler](https://github.com/ulrikdamm/Assembler) - Assembler written in Swift.
|
||||||
- [llvm-gbz80](https://github.com/Bevinsky/llvm-gbz80) - LLVM port to the GBZ80 CPU (similar to the deprecated [euclio/llvm-gbz80](https://github.com/euclio/llvm-gbz80)).
|
- [llvm-gbz80](https://github.com/Bevinsky/llvm-gbz80) / [clang-gbz80](https://github.com/Bevinsky/clang-gbz80) - Clang/LLVM port to the GBZ80 CPU (similar to the deprecated [euclio/llvm-gbz80](https://github.com/euclio/llvm-gbz80)).
|
||||||
|
|
||||||
### Emulators
|
### Emulators
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user