Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome CHIP-8 !Awesome (https://awesome.re/badge-flat.svg) (https://awesome.re)
 Awesome CHIP-8 !Awesome (https://awesome.re/badge-flat.svg) (https://awesome.re)
 (https://chip-8.github.io)
@@ -6,8 +6,8 @@
A curated list of awesome CHIP-8 resources, tools, documentation, related projects and open source ROMs.
Created in 1977, CHIP-8 (https://en.wikipedia.org/wiki/CHIP-8) is the original fantasy console. Initially designed to ease game development for the COSMAC VIP kit computer, it has enjoyed 
several revivals over the decades for new and exciting platforms. Today, creating a CHIP-8 implementation is a rite of passage for anyone interested in learning about emulation.
Created in 1977, CHIP-8 (https://en.wikipedia.org/wiki/CHIP-8) is the original fantasy console. Initially designed to ease game development for the COSMAC VIP kit computer, it has enjoyed several revivals over the decades for new and 
exciting platforms. Today, creating a CHIP-8 implementation is a rite of passage for anyone interested in learning about emulation.
To add something to this list, please see the contribution guidelines (CONTRIBUTING.md).
@@ -51,16 +51,15 @@
Testing
⟡ chip8-test-rom (https://github.com/corax89/chip8-test-rom) - corax89's CHIP-8 test program, which tests most instructions for correct (Super-CHIP compliant) behavior.
⟡ CHIP-8 test suite (https://github.com/Timendus/chip8-test-suite) - Timendus' collection of tests, including an improved version of corax89's test rom, a test for the behaviour of the flags 
and a CHIP-8 / Super-CHIP / XO-CHIP quirks test.
⟡ CHIP-8 test suite
 (https://github.com/Timendus/chip8-test-suite) - Timendus' collection of tests, including an improved version of corax89's test rom, a test for the behaviour of the flags and a CHIP-8 / Super-CHIP / XO-CHIP quirks test.
⟡ Delay timer test (https://github.com/mattmikolay/chip-8/tree/master/delaytimer) - Test program that checks the delay timer's behavior.
⟡ Random number test (https://github.com/mattmikolay/chip-8/tree/master/randomnumber) - Test program that checks the spread and mask for random number generation.
Emulators/interpreters
⟡ Octo (http://johnearnest.github.io/Octo/) - An IDE for development of CHIP-8, Super-CHIP and XO-Chip games.
⟡ Emma02 (https://www.emma02.hobby-site.com/) - An emulator for many old microcomputers, including COSMAC VIP, Telmac 1800 and ETI 660, which ran early CHIP-8 interpreters (which are included
in the emulator).
⟡ Emma02 (https://www.emma02.hobby-site.com/) - An emulator for many old microcomputers, including COSMAC VIP, Telmac 1800 and ETI 660, which ran early CHIP-8 interpreters (which are included in the emulator).
⟡ Super-Chip8x (https://github.com/Ersanio/Super-Chip8x) - CHIP-8 emulator for the SNES.
⟡ CHIP-8 console on FPGA (https://github.com/pwmarcz/fpga-chip8) - A CHIP-8 emulator for the TinyFPGA BX chip.
⟡ Vinegar (http://benryves.com/bin/vinegar/) - CHIP-8/Super-CHIP interpreter for TI-83 (Plus) calculators.
@@ -70,8 +69,7 @@
Tools
⟡ Octo
 (http://github.com/johnearnest/Octo/) - A high-level assembler for CHIP-8, Super-CHIP and XO-CHIP, complete with an environment for testing programs, and tools for sharing your creations.
⟡ Octo (http://github.com/johnearnest/Octo/) - A high-level assembler for CHIP-8, Super-CHIP and XO-CHIP, complete with an environment for testing programs, and tools for sharing your creations.
⟡ wernsey chip8 (https://github.com/wernsey/chip8) - A CHIP-8 assembler/disassembler.
⟡ EZ-Bake Animator (http://beyondloom.com/tools/ezbake.html) - A graphics preparation tool that creates XOR-ed animations.
⟡ EZ-Writer (http://beyondloom.com/tools/ezwriter.html) - A tool for converting text into CHIP-8 sprites.