|
|
| (6 intermediate revisions by 5 users not shown) |
| Line 1: |
Line 1: |
| {{Infobox computer
| | #REDIRECT [[CHIP-8 interpreters]] |
| |title = CHIP-8
| |
| |image = PONG CHIP8.png
| |
| |imagecaption = CHIP-8 implemention of ''[[wikipedia:Pong|Pong]]''
| |
| |developer = Joseph Weisbecker
| |
| |release = 1977 or 1978
| |
| |emulated = {{✓}}
| |
| }}
| |
| <!-- WIP: Needs [[accuracy testing]] -->
| |
| <!-- Currently most accuracy testing below was done using https://github.com/Timendus/chip8-test-suite/ 4.1-->
| |
| {{WIP}}
| |
| :''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of CHIP-8 interpreters.''
| |
| '''[[wikipedia:CHIP-8|CHIP-8]]''' is an [[wikipedia:Interpreter_(computing)|interpreted]] [[wikipedia:Programming_language|programming language]], developed by Joseph Weisbecker. Designed to be easy to program for and to use less resources than programming languages like [[wikipedia:BASIC|BASIC]]. <ref>[https://archive.org/details/byte-magazine-1978-12/page/n109/mode/2up "An Easy Programming System"] [[wikipedia:Byte_(magazine)|BYTE]] volume. 3, issue 12. December 1978.</ref>
| |
| | |
| ===Adoption===
| |
| {{for|more information on computers with CHIP-8 support|List of computers}}
| |
| :There have been multiple communities that have used CHIP-8.
| |
| In the late 1970s to 1980s [[wikipedia:Microcomputer|microcomputer]] kit communities are where CHIP-8 was first popular, on systems such as the [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [https://www.emma02.hobby-site.com/eti.html HUG1802/ETI-660], [https://www.emma02.hobby-site.com/nano.html Oscom Nano], [https://www.emma02.hobby-site.com/telmac1800.html Telmac 1800], [https://www.emma02.hobby-site.com/telmac2000.html Telmac 2000], and [https://www.emma02.hobby-site.com/velf.html V-ELF]
| |
| | |
| This is due to systems like the COSMAC VIP endorsing and including CHIP-8 programs with the machine.<ref>[https://archive.org/details/rca-cosmac-vp-111-instr-manual-b/ COSMAC VIP Instruction Manual]</ref> In these communities CHIP-8 programs and extensions were being shared with newsletters, like '[https://archive.org/search?query=creator%3A%22N.S.W.+6800+Users+Group%22&sort=title DREAMER]' and '[https://github.com/mattmikolay/viper VIPER magazine]'
| |
| | |
| Later, in the 1990s CHIP-8 began to be popular on [[wikipedia:Graphing calculator|graphing calculators]]. This community started when a CHIP-8 interpreter called CHIP-48, the origin the 'CHIP-48' extension was released on the [[wikipedia:HP_48_series|HP-48]] in 1990. In 1991 the 'SUPER-CHIP' interpreter was created, with the 'SUPER-CHIP' (A.K.A S-CHIP or SCHIP) extension being a derivative of CHIP-48.<ref name=SCHIP_11_DOC>[http://devernay.free.fr/hacks/chip8/schip.txt SUPER-CHIP 1.1 documentation]</ref>
| |
| | |
| There have been other communities that have created and ported interpreters, devices such as consoles. With interpreters still being made for consoles and computers, as well as many other old and new devices. In the 2010s the [https://beyondloom.com/blog/octojam.html Octojam] competition started with the creation of XO-CHIP, which was created in 2014<ref>[https://chip-8.github.io/extensions/#xo-chip CHIP-8 extensions and compatibility#XO-CHIP]</ref>. Octojam ran from 2014-2023, <ref>https://beyondloom.com/blog/octojam.html</ref> had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.
| |
| | |
| Accuracy is tested with the [https://github.com/Timendus/chip8-test-suite/ CHIP-8], to test CHIP-8, S-CHIP and XO-CHIP.
| |
| | |
| __TOC__
| |
| ==Interpreters==
| |
| | |
| ===Computers===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[Libretro|Libretro Core]]
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| |Cadmium
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/gulrak/cadmium git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
| |
| |Cycle
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |C-Octo
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/JohnEarnest/c-octo git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |CubeChip-SDL
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/coornio/CubeChip-SDL git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/coornio/CubeChip-SDL Others]
| |
| |High
| |
| |{{Green}} {{License|MPL2}} ({{License|Copyleft}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |JAXE
| |
| |align=left|{{Icon|Win|Lin}}<small><ref group=N name=libretro>''Only available outside of Windows and Linux as a libretro core (e.g., [[RetroArch]]).''</ref></small>
| |
| |[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
| |
| |{{✓}}
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |MegaJIT-8
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/MeGaL0DoN/MegaJIT-8 git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |High <!-- Fails nothing (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Dorito
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/lesharris/dorito git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |chip8swemu-sdl2
| |
| |align=left|{{Icon|Win|Lin}}
| |
| |[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid <!-- Passes corax+, In flags Fails 3rd and 4th checks for 8xy4, 8xy5 and 8xy7 in happy and carry, 3rd check for carry 8xy6 and 8xyE, Only passes jumping and display wait in quirks. (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |[[DSP]]
| |
| |align=left|{{Icon|Win|Lin|macOS}}
| |
| |[https://github.com/leniad/dsp-emulator git]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid <!-- Passes corax+, In flags Fails 3rd and 4th checks for 8xy5 and 8xy7 in happy and carry, 3rd check for carry 8xy6 and 8xyE, 3rd and 4th check for 8xy4 carry and 4th for 8xy4 happy. Only fails VF reset and clipping in quirks. (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Fish 'N' Chips
| |
| |align=left|{{Icon|Win}}
| |
| |[https://web.archive.org/web/20080905152446/http://hap.samor.nl:80/ 2.1.5]<br>[https://www.mediafire.com/file/xidyxiaox4awjpw/fishnchips_src_2.1.5.zip/file 2.1.5 source code]
| |
| |{{✗}}
| |
| |CHIP-8<br>CHIP-8X<br>S-CHIP
| |
| |High
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Pin8
| |
| |align=left|{{Icon|Haiku}}
| |
| |[https://github.com/cnelmortimer/Pin8 git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Mid <!-- Passes Corax+, In flags fails 3rd and 4th checks for 8xy7 happy and carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |InfoChip8
| |
| |align=left|{{Icon|Win}}
| |
| |[https://web.archive.org/web/20060620133903/http://www.geocities.co.jp/SiliconValley/5604/infochip8.html 0.1J]<br>[https://github.com/Richard-Stayman/InfoChip8 git] (fork)
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low-Mid <!-- Passes Corax+, in flags fails 3rd and 4th checks for 8xy4, 8xy5 and 8xy7 carry and happy and 3rd check for 8xy6 and 8xyE in carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) --><br>Mid <!-- Passes Corax+, Passes Flags, in quirks only passes VF reset, Shifting and Jumping. (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|Apache2}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |shmip8
| |
| |align=left|{{Icon|Win|Lin}}
| |
| |[https://github.com/shmolyneaux/shmip8 git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low-Mid <!-- Passes Corax+, in flags fails 3rd and 4th checks for 8xy5 and 8xy7 carry and happy and 3rd check for 8xy6 and 8xyE in carry and 4th check for 8xy4, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Vision-8
| |
| |align=left|{{Icon|Win|DOS|UNIX}}
| |
| |[https://www.komkon.org/~dekogel/vision8.html 1.0]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Mid <!-- Passes Corax+, Fails 3rd check 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |SVision-8
| |
| |align=left|{{Icon|Win|DOS|UNIX}}
| |
| |[http://devernay.free.fr/hacks/chip8/ ?]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid <!-- Passes Corax+, Fails 3rd check 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |CHIP-8 Interpreter
| |
| |align=left|{{Icon|DOS}}
| |
| |[https://github.com/BojanSof/CHIP-8-Interpreter git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Mid <!-- Passes Corax+, in flags fails 8xy7, fails VF reset, clipping and shifting in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |C8
| |
| |align=left|{{Icon|DOS}}
| |
| |[https://github.com/Hambones82/CHIP8_EXE git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low <!-- Passes Corax+, fails 2nd check for 8xy5 and 8xy7 happy, fails to run Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Chip8
| |
| |align=left|{{Icon|DOS}}
| |
| |[https://www.pong-story.com/chip8/ 2.2.0]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP
| |
| |Low <!-- Passes Corax+, fails 3rd and 4th checks for 8xy4, 8xy5 and 8xy7 happy and carry, and 3rd checks for 8xy6 and 8xyE carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |DOS Chip-8 / VChip-8
| |
| |align=left|{{Icon|DOS}}
| |
| |[https://web.archive.org/web/20060618210558/http://members.aol.com/autismuk/chip8/ 1.1]
| |
| |{{✗}}
| |
| |CHIP-8<br>S-CHIP<abbr title="Incomplete">*</abbr>
| |
| |Low-Mid <!-- Passes Corax+, passes flags, fails to run quirks (CHIP-8 test suite v4.1) -->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |OmniChip-8
| |
| |align=left|{{Icon|Win|Lin}}
| |
| |[https://github.com/Eggbertx/OmniChip-8 git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low
| |
| |{{Green}} {{License|BSD2}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✗}}
| |
| |-
| |
| |CowChip
| |
| |align=left|{{Icon|W9x}}{{Icon2|W3}}
| |
| |[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low-Mid
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Chip8-DOS
| |
| |align=left|{{Icon|DOS}}
| |
| |[https://github.com/tesa-klebeband/Chip8-DOS git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low <!-- Passes Corax+, In flags fails 2nd and 3rd check for 8xy4, 8xy5 and 8xy7 carry and happy, fails every check but jumping in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP-8 Emulator
| |
| |align=left|{{Icon2|KolibriOS}}
| |
| |[https://github.com/rgimad/chip8_kolibri git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low-Mid <!-- Passes Corax+, in Flags fails last check for 8xy6 and 8xyE carry, all checks for 8xy7 and 2nd and 3rd for 8xy5 happy and carry, fails VF reset, Clipping and shifting in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP-8
| |
| |ZealOS
| |
| |[https://github.com/Zeal-Operating-System/CHIP8 git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |Low <!-- Passes Corax+, in Flags fails 3rd and 4th check for 8xy4, 8xy5, 8xy7 happy and carry, and last check 8xy6 and 8xyE in carry, Only passes display wait in quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|Unlicense}} ({{License|PD}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Emu OS
| |
| |x86 CPUs
| |
| |[https://github.com/nihalkenkre/emu_os git]
| |
| |{{✗}}
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| | |
| === Mobile/ARM ===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| |Chip8
| |
| |align=left|{{Icon|APK}}
| |
| |[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]<br>[https://github.com/dkanada/chip-emulator git]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |ChipChip
| |
| |align=left|{{Icon|APK}}
| |
| |[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
| |
| |CHIP-8<br>S-CHIP<Br>MegaChip
| |
| |Mid
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |C-Octo
| |
| |align=left|{{Icon|rpi}}
| |
| |[https://github.com/JohnEarnest/c-octo git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |iPhone-Chip-8-Emulator
| |
| |align=left|{{Icon|iOS}}
| |
| |[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Yellow}} {{License|CCNCSA}} 3.0 ({{License|NC}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |WinRT-CHIP8
| |
| |align=left|{{Icon|Win8Phone}}
| |
| |[https://github.com/nikitakunevich/WinRT-CHIP8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |PalmChip8
| |
| |align=left|{{Icon|Palm}}
| |
| |[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |emuchip8me
| |
| |J2ME
| |
| |[https://github.com/jborza/emuchip8me git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |DALE-8
| |
| |align=left|{{Icon|KaiOS}}
| |
| |[https://gitlab.com/suborg/dale-8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|Unlicense}} ({{License|PD}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Pico-CHIP8
| |
| |align=left|{{Icon|rpi}}
| |
| |[https://github.com/Y2K-x/pico-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |MeltChip
| |
| |BlackBerry PlayBook
| |
| |[https://github.com/karolprzyb/MeltChip/ git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|zlib}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| | |
| ===Browser===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| |Octo
| |
| |align=left|{{Icon|Web}}
| |
| |[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Cadmium
| |
| |align=left|{{Icon|Web}}
| |
| |[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
| |
| |Cycle
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Silicon8
| |
| |align=left|{{Icon|Web}}
| |
| |[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip-8
| |
| |align=left|{{Icon|Web}}
| |
| |[https://binji.github.io/raw-wasm/chip8/ Website]<br>[https://github.com/binji/raw-wasm/ git]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip8.js
| |
| |align=left|{{Icon|Web}}
| |
| |[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
| |
| |CHIP-8
| |
| |Mid<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Flip8 Redux
| |
| |align=left|{{Icon|Web}}
| |
| |[https://www.newgrounds.com/portal/view/287105 0.9 (Newgrounds)]<br>[https://sourceforge.net/projects/flip8/ SourceForge]<br>[https://newsdee.com/flip8/ 0.9 (Website)]<abbr title="Needs flash 8 or a flash emulator extension to run">*</abbr>
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |}
| |
| | |
| ===Other computers===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| !colspan="10"|Computer /m68k, PPC
| |
| |-
| |
| |Vision-8
| |
| |align=left|{{Icon|AmigaOS}}
| |
| |[https://aminet.net/package/misc/emu/Vision-8 1.0]
| |
| |CHIP-8
| |
| |Mid <!-- Passes Corax+, Fails 3rd check 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip-8 for Suns
| |
| |SunOS
| |
| |[https://www.hpcalc.org/details/8564 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Crazy-8
| |
| |align=left|{{Icon|Classic Mac OS}}
| |
| |[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |MacVision-8
| |
| |align=left|{{Icon|Classic Mac OS}}
| |
| |[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
| |
| |CHIP-8
| |
| |Mid<abbr title="Assumed as a fork of Vision-8 to have the same accuracy">*</abbr>
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |ChipEm
| |
| |align=left|{{Icon|AmigaOS}}
| |
| |[https://aminet.net/package/misc/emu/ChipEm 0.4 Beta]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8
| |
| |align=left|{{Icon|AmigaOS}}
| |
| |[https://aminet.net/package/dev/lang/Chip8 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Home computers
| |
| |-
| |
| |CHIP-8 emulator
| |
| |Acorn Electron
| |
| |[https://github.com/0xC0DE6502/CHIP-8-releases git]
| |
| |CHIP-8<br>S-CHIP
| |
| |High <!-- Only fails display wait (CHIP-8) (CHIP-8 test suite v4.1) -->
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip-8
| |
| |Atari 8-bit
| |
| |[https://github.com/pkali/Chip-8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|Unlicense}} ({{License|PD}}
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |Chip09
| |
| |Tandy CoCo 2<br>Dragon 32/64
| |
| |[https://github.com/ebonhand09/Chip09 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Vision-8
| |
| |align=left|{{Icon2|ColecoVision|ADAM}} MSX
| |
| |[https://www.komkon.org/~dekogel/vision8.html 1.0]
| |
| |CHIP-8
| |
| |High-Mid<abbr title="MSX and ADAM share the same source code as the original Vision-8, ColecoVision version assumed to be the same accuracy as Vision-8">*</abbr>
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |SVision-8
| |
| |align=left|{{Icon2|ADAM}} MSX
| |
| |[http://devernay.free.fr/hacks/chip8/ ?]
| |
| |CHIP-8<br>S-CHIP
| |
| |High-Mid<abbr title="Shares the same source code as the original SVision-8, accuracy should be the same">*</abbr>
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |beeb-chip8
| |
| |align=left|{{Icon2|BBCMicro}}
| |
| |[https://github.com/Nick-Chapman/beeb-chip8 git]
| |
| |CHIP-8
| |
| |High<!-- Only fails shifting on CHIP-8 quirks (CHIP-8 test suite v4.2) -->
| |
| |{{?}}
| |
| |{{✓}}
| |
| |{{~}}
| |
| |-
| |
| |CHIP-OTTO
| |
| |align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>
| |
| |[https://retrobits.itch.io/chip-otto ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |ZX Chip8
| |
| |align=left|{{Icon2|ZXS}}
| |
| |[https://github.com/alvaroalea/chip8_4_speccy git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |C64 Chip-8
| |
| |align=left|{{Icon|C64}}
| |
| |[https://github.com/kschuetz/c64-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |OmniChip-8
| |
| |align=left|{{Icon|C64}}
| |
| |[https://github.com/Eggbertx/OmniChip-8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|BSD2}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-8 Emulator
| |
| |align=left|{{Icon|C64}}
| |
| |[https://csdb.dk/release/?id=17306 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |MoeCHIP-8 for C64
| |
| |align=left|{{Icon|C64}}
| |
| |[https://github.com/jomag/moechip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Vic-20 Chip-8 Emulator
| |
| |align=left|{{Icon2|VIC-20}}
| |
| |[https://huffelduff.itch.io/vic20-chip-8 1.11]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 Simulator BBC/Master
| |
| |align=left|{{Icon2|BBCMicro}}<br>BBC Master
| |
| |[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-8
| |
| |align=left|{{Icon|RiscOS}}
| |
| |[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Portable computers/Pocket computers
| |
| |-
| |
| |SCHIP
| |
| |align=left|{{Icon|WinCE}}
| |
| |[https://web.archive.org/web/20000307191326/http://www.orbworks.com/PalmOS/schip.html 1.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8
| |
| |Sharp PC-1350<br>Sharp PC-1360<br>Sharp PC-2500
| |
| |[https://github.com/puehred/chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-850
| |
| |PC-G850
| |
| |[https://ver0.sakura.ne.jp/g800/index.html#chip850 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|BSD2}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |LXV8
| |
| |HP 95LX<br>HP 100LX<br>HP 200LX
| |
| |[https://web.archive.org/web/20210122140544/http://guofu.sdf.org/chip8.html ?]
| |
| |CHIP-8
| |
| |Mid<abbr title="Is a fork of Vision-8, accuracy should be the same">*</abbr>
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP8-100
| |
| |TRS-80 Model 100
| |
| |[https://github.com/marinuso/chip8-100 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |IC35 Chip8 emulator
| |
| |Siemans IC35
| |
| |[https://web.archive.org/web/20030629104258/http://domfree.de/ic35/chip8.htm 0.1]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{TBD}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| | |
| ===Consoles===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| !colspan="10"|Consoles
| |
| |-
| |
| |[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
| |
| |align=left|{{Icon|XboxOne}}
| |
| |[https://github.com/wiired24/ProjectPegasus/ ?]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CHIP8 Emulator
| |
| |align=left|{{Icon|WiiU}}
| |
| |[https://apps.fortheusers.org/wiiu/CHIP8 2.2]<br>[https://github.com/rw-r-r-0644/CHIP8-Emulator-WiiU git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chippy
| |
| |align=left|{{Icon|Wii}}
| |
| |[https://oscwii.org/library/app/chippy 1.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip 8 Emulator
| |
| |align=left|{{Icon|GameCube}}
| |
| |[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip8-n64
| |
| |align=left|{{Icon|N64}}
| |
| |[https://github.com/joshiggins/chip8-n64 git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |PSCHIP8
| |
| |align=left|{{Icon|PS1}}
| |
| |[https://github.com/dhustkoder/pschip8 git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Super Chip8x
| |
| |align=left|{{Icon|SNES}}
| |
| |[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CHIP8
| |
| |align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
| |
| |[https://github.com/jmgk77/CHIP8 v1]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chippi+
| |
| |Intellivision
| |
| |[https://forums.atariage.com/topic/367052-chippi-the-chip-8-emulator-for-the-rest-of-us/ ?]
| |
| |CHIP-8
| |
| |High <!-- Passes Corax+, Flags and Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CHIP8 TO SMD
| |
| |align=left|{{Icon|MD}}
| |
| |[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |Low
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip8-NX
| |
| |align=left|{{Icon|NX}}
| |
| |[https://github.com/Marice/CHIP8-NX git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip8x
| |
| |align=left|{{Icon|Xbox}}
| |
| |[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
| |
| |CHIP-8<br>S-CHIP
| |
| |Low-Mid
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip8-3DO
| |
| |align=left|{{Icon|3DO}}
| |
| |[https://github.com/gameblabla/chip8-3do git]
| |
| |CHIP-8
| |
| |Low-Mid
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip8 Emulator
| |
| |align=left|{{Icon|PS4}}
| |
| |[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
| |
| |CHIP-8
| |
| |Low
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |chip-64
| |
| |align=left|{{Icon|N64}}
| |
| |[https://github.com/TesseracT33/chip-64 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP-8 GENESIS
| |
| |align=left|{{Icon|MD}}
| |
| |[https://github.com/Fhoughton/chip8-genesis/ git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |NES CHIP-8
| |
| |align=left|{{Icon2|NES}}
| |
| |[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|zlib}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |Sega Genesis CHIP-8
| |
| |align=left|{{Icon|MD}}
| |
| |[https://github.com/danilo94/Sega-Genesis-CHIP-8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |CHIP-F8
| |
| |align=left|{{Icon2|ChannelF}}
| |
| |[https://github.com/tobiasvl/chip-f8 git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |Chip-8 XNA
| |
| |align=left|{{Icon|Xbox360}}
| |
| |[https://github.com/Zepheus/chip8_xna git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|AGPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Whack-a-Mole
| |
| |align=left|{{Icon|DC}}
| |
| |[https://dreamcast.wiki/Whack-a-Mole 0.900]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CrabEmu
| |
| |align=left|{{Icon|DC}}
| |
| |[https://dreamcast.wiki/CrabEmu 0.2.0]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |SMS Chip-8 interpreter
| |
| |align=left|{{Icon2|SMS}}
| |
| |[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 emulator
| |
| |align=left|{{Icon|Saturn}}
| |
| |[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chipce8
| |
| |align=left|{{Icon2|PCE}}
| |
| |[https://github.com/trapexit/chipce8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Handhelds
| |
| |-
| |
| |Chip8me
| |
| |align=left|{{Icon|NDS}}
| |
| |[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CEightY
| |
| |align=left|{{Icon|Pandora}}
| |
| |[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |GB-CHIP8
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/agranlund/gbchip8 git]<br>[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid <!-- Passes Corax+, In flags Fails 2nd and 4th checkmark for Happy and Carry 8xy4, 3rd in 8xy6 and 8xy6 happy, 4th checkmark 8xy5 and 8xy7 carry, 2nd and 3rd checkmark carry 8xy6. Passes Corax+, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Vision-8 for Gameboy
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
| |
| |CHIP-8
| |
| |Mid <!-- Passes Corax+, Fails 3rd check 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip-3DS
| |
| |align=left|{{Icon|3DS}}
| |
| |[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |XOVITA
| |
| |align=left|{{Icon|Vita}}
| |
| |[https://gitlab.com/waterfalle/xovita git]
| |
| |CHIP-8
| |
| |High <!-- no wrapping for XO-CHIP -->
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
| |
| |align=left|{{Icon|Vita}}
| |
| |[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |PSP-Chip8
| |
| |align=left|{{Icon|PSP}}
| |
| |[https://gbatemp.net/download/pspchip8.28298 1.0]
| |
| |CHIP-8
| |
| |Low
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip-8 Emulator
| |
| |align=left|{{Icon|PSP}}
| |
| |[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
| |
| |CHIP-8
| |
| |Low
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |VITA-8
| |
| |align=left|{{Icon|Vita}}
| |
| |[https://github.com/xerpi/VITA-8 git]
| |
| |CHIP-8
| |
| |Low<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |DreamChip
| |
| |align=left|{{Icon|PSP}}
| |
| |[https://archive.org/details/dream-chipv-4.0.7z V4]
| |
| |CHIP-8
| |
| |Low
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |GB-8
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/Hacktix/GB-8 git]
| |
| |CHIP-8
| |
| |High<abbr title="Can't select tests in Quirks test ROM">*</abbr> <!-- Passes Corax+, Passes flags, Can't test Quirks (CHIP-8 test suite v4.1)-->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |damaged chip8
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/lancekindle/damaged-chip8 git]
| |
| |CHIP-8
| |
| |High<abbr title="Can't select tests in Quirks test ROM">*</abbr> <!-- Passes Corax+, Passes flags, Can't test Quirks (CHIP-8 test suite v4.1)-->
| |
| |{{?}}
| |
| |{{✓}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |Cobalt
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/NightShade256/Cobalt git]
| |
| |CHIP-8
| |
| |High<abbr title="">*</abbr> <!-- Passes corax+, Passes flags, Quirks doesn't run. (CHIP-8 test suite v4.1)-->
| |
| |{{Green}} {{License|Apache2}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
| |
| |-
| |
| |DrChip 8
| |
| |align=left|{{Icon|GBA}}
| |
| |[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
| |
| |CHIP-8
| |
| |{{na}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}<abbr title="Can't insert custom ROMs">*</abbr>
| |
| |-
| |
| |Chip8Adv
| |
| |align=left|{{Icon|GBA}}
| |
| |[https://github.com/Sterophonick/Chip8Adv git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |OmniChip-8
| |
| |align=left|{{Icon2|GB}}
| |
| |[https://github.com/Eggbertx/OmniChip-8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |Dingux-chip8
| |
| |align=left|{{Icon|Dingoo}}
| |
| |[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |gpchip
| |
| |align=left|{{Icon|Dingoo}}
| |
| |[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chips1
| |
| |align=left|{{Icon2|WonderSwan}}
| |
| |[https://github.com/asiekierka/chips1 git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8Pd
| |
| |align=left|{{Icon2|Playdate}}
| |
| |[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |C8
| |
| |align=left|{{Icon|GP32}}
| |
| |[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |EFCS
| |
| |align=left|{{Icon|GP2X}}
| |
| |[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8
| |
| |align=left|{{Icon2|Lynx}}
| |
| |[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-N
| |
| |N-Gage
| |
| |[http://bengirce.tripod.com/Emulation/crazychip.html 0.1]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP/8
| |
| |P/ECE
| |
| |[https://www.piece-me.org/ 20040504]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-8-Pokitto
| |
| |Pokitto
| |
| |[https://github.com/spinalcode/Chip-8-Pokitto git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 mini
| |
| |align=left|{{Icon2|PokeMini}}
| |
| |[https://github.com/tobiasvl/chip-8-mini git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| | |
| ===Other devices===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| !colspan="10"|Calculators
| |
| |-
| |
| |SUPER-CHIP
| |
| |HP48SX
| |
| |[https://www.hpcalc.org/details/854 1.1]
| |
| |S-CHIP
| |
| |High
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CHIP-48
| |
| |HP48GX<br>HP48SX
| |
| |[https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
| |
| |CHIP-48
| |
| |High
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip8Emu
| |
| |align=left|{{Icon|Nspire}}
| |
| |[https://github.com/Ti64CLi/Chip8Emu git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Schip8fx
| |
| |Casio AFX<br>Casio Fx-9860
| |
| |[https://community.casiocalc.org/topic/837-schip8fx-first-emulator-working-on-casio-afx 1.1][https://community.casiocalc.org/topic/3186-schip-8-emulator-for-the-fx-9860 1.0]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |C8SALT
| |
| |<abbr title="TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE">TI-84 series</abbr>
| |
| |[https://github.com/NinjaWeedle/C8SALT git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Low-Mid
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip-84
| |
| |align=left|{{Icon|TI84+CE}}
| |
| |[https://github.com/Chip-84/chip-84 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip84CE
| |
| |align=left|{{Icon|TI84+CE}}
| |
| |[https://github.com/kyleleong/chip84ce git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8-TI68k
| |
| |TI-68k
| |
| |[https://github.com/n8pjl/chip8-ti68k git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP<abbr title="Incomplete">*</abbr>
| |
| |High<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |Chip83
| |
| |TI-83
| |
| |[https://www.ticalc.org/archives/files/fileinfo/69/6938.html 0.1]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8/SChip8 Emulation Library
| |
| |TI-92<br>TI-92+
| |
| |[https://www.ticalc.org/archives/files/authors/2/258.html 0.9 Beta]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CP300 Chip8
| |
| |Casio ClassPad 300
| |
| |[https://web.archive.org/web/20071015071105/http://classpad.org/games.html?id=5&cat=22 1.03]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Vinegar
| |
| |TI-83<br>TI-83+
| |
| |[https://benryves.com/bin/vinegar/ 1.1]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |uChip8
| |
| |TI-85
| |
| |[https://www.ticalc.org/archives/files/fileinfo/67/6710.html 0.1]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |[https://www.youtube.com/watch?v=NjaudptrTuo CHIP8]
| |
| |SwissMicros DM42
| |
| |[https://dropbox.com/scl/fi/c4niglg181bkbx3unx2el/CHIP8.pgm?rlkey=7on9c3hguat0bfusbwy33dnn3&dl=0 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |[https://www.youtube.com/watch?v=M0AAuaTrsvc CHIP8]
| |
| |SwissMicros DM41X
| |
| |[https://www.dropbox.com/scl/fi/o7nty7cqmvnaqcj9wur39/DM42-CHIP8.pgm?rlkey=l56a6bupz3dxxncg5wkejtnav&dl=0 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |HP Prime Chip8 Emulator
| |
| |HP Prime
| |
| |[https://www.hpcc.org/calculators/hpprime.html 1.6]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8
| |
| |N0110
| |
| |[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Microcontrollers
| |
| |-
| |
| |8boy
| |
| |align=left|{{Icon|Arduino}}
| |
| |[https://github.com/jblebrun/8boy git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |ESPboy CHIP8
| |
| |ESPboy
| |
| |[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |ESP32TinyChip8
| |
| |ESP32
| |
| |[https://github.com/rpsubc8/ESP32TinyChip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|WTFPLv2}} ({{License|PD}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |chip8-esp8266
| |
| |ESP8266
| |
| |[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Tjipp8
| |
| |PIC16F17xx
| |
| |[https://github.com/mengstr/Tjipp8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-8 STM32
| |
| |STM32
| |
| |[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
| |
| |CHIP-8<br>CHIP-48<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|AGPLv3}} ({{License|Copyleft}})
| |
| |{{✓}}
| |
| |{{R}}
| |
| |-
| |
| |chip8-stm32
| |
| |STM32
| |
| |[https://github.com/sash13/chip8-stm32 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8stm32
| |
| |STM32
| |
| |[https://github.com/AlfonsoJLuna/chip8stm32 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |TIVA8
| |
| |TM4C123
| |
| |[https://github.com/shii-ro/TIVA8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |ByteBoy
| |
| |MSP430
| |
| |[https://github.com/anthonybuo/ByteBoy git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Firmware
| |
| |-
| |
| |CHIP-8 UEFI
| |
| |align=left|{{Icon|UEFI}}
| |
| |[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |GPCHIP
| |
| |Miyoo
| |
| |[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
| |
| |CHIP-8
| |
| |Low <!-- Passes Corax+, fails 3rd and 4th check for 8xy4 carry and happy, fails 2nd 3rd and 4th check for 8xy7 and 8xy5 happy, fails 3rd and 4th check for 8xy5 and 8xy7 for carry and last check for 8xy6 and 8xyE carry. (CHIP-8 test suite v4.1) -->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |PluginChip8
| |
| |align=left|{{Icon2|RockBox}}
| |
| |[https://www.rockbox.org/wiki/PluginIndex.html ?]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid<abbr title="Is a fork of SVision-8, accuracy should be the same">*</abbr>
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| !colspan="10"|Fantasy computers/consoles
| |
| |-
| |
| |[https://www.digitalmzx.com/forums/index.php?showtopic=9709 MegaZeux CHIP-8 Emulator]
| |
| |MegaZeux
| |
| |[https://www.digitalmzx.com/show.php?id=1262 1.0]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |CHIP-8 Emulator
| |
| |align=left|{{Icon2|PICO-8}}
| |
| |[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP-80
| |
| |align=left|{{Icon2|TIC-80}}
| |
| |[https://tic80.com/play?cart=953 Update 4]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Red}} {{License|Proprietary}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP8 Emulator
| |
| |LowRes NX
| |
| |[https://lowresnx.inutilis.com/topic.php?id=1648 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |SCHIP Interpreter
| |
| |LowRes NX
| |
| |[https://lowresnx.inutilis.com/topic.php?id=2214 Play]<br>[https://lowresnx.inutilis.com/topic.php?id=2217 Dev]
| |
| |S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-8 emulator
| |
| |Vircon32
| |
| |[https://vircon32.itch.io/chip-8-emulator ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|BSD3}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8uxn
| |
| |Uxn
| |
| |[https://git.sr.ht/~rabbits/chip8uxn git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|ISC}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |minimicro-chip8
| |
| |MiniMicro
| |
| |[https://github.com/JoeStrout/minimicro-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Uze8
| |
| |Uzebox
| |
| |[https://github.com/Uzebox/uzebox/tree/master/demos/Uze8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|FPGA
| |
| |-
| |
| |ICED Potato
| |
| |ICE40UP5K
| |
| |[https://github.com/Hypnotron/iced-potato git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 console on FPGA
| |
| |TinyFPGA BX
| |
| |[https://github.com/pwmarcz/fpga-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |FpChip8
| |
| |Altera DE1
| |
| |[https://github.com/VitorVilela7/FpChip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |FPGA Chip-8 Emulator
| |
| |Zedboard FPGA
| |
| |[https://github.com/tweger1999/FPGA_Chip_8_Emulator git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Clash CHIP-8
| |
| |Nexys A7-50T
| |
| |[https://github.com/gergoerdi/clash-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |FPGA SuperChip
| |
| |Digilent Nexys 3<br>MiST
| |
| |[https://github.com/gbraad/fpga-chip8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 for FPGA
| |
| |Arty A7-100T
| |
| |[https://github.com/matthijsvanvliet/CHIP8-FPGA git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|Unlicense}} ({{License|PD}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Other
| |
| |-
| |
| |thumby-silicon8
| |
| |thumby
| |
| |[https://github.com/Timendus/thumby-silicon8 git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |chip8swemu
| |
| |Game & Watch: Super Mario Bros
| |
| |[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{Green}} {{License|BSD3}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |fz-schip
| |
| |Flipper Zero
| |
| |[https://github.com/Milk-Cool/fz-schip git]
| |
| |S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{?}}
| |
| |-
| |
| |flipper-chip
| |
| |Flipper Zero
| |
| |[https://github.com/dwdraugr/flipper-chip git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Chip-8-WatchOS
| |
| |WatchOS
| |
| |[https://github.com/ryanggrey/chip-8-watchOS git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| ===Other platforms===
| |
| | |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Platform(s)
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| !colspan="10"|Text editor
| |
| |-
| |
| |chip-8.nvim
| |
| |Neovim
| |
| |[https://github.com/rktjmp/chip-8.nvim git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8.el
| |
| |Emacs
| |
| |[https://depp.brause.cc/chip8.el/ git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{?}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Game Engine/Mod
| |
| |-
| |
| |CHIP8-GM
| |
| |GameMaker
| |
| |[https://github.com/Dudeidu/CHIP8-GM git]
| |
| |CHIP-8<br>S-CHIP
| |
| |High-Mid
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |[https://web.archive.org/web/20160906054553/https://www.computercraft.info/forums2/index.php?/topic/27446-blit-8-a-chip-8-emulator-for-cc/ Blit-8]
| |
| |Minecraft
| |
| |[https://pastebin.com/2h0b6L2B 1.0]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Godot CHIP-8 Emulator
| |
| |Godot (GDScript)
| |
| |[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]<br>[https://github.com/Richard-Stayman/godot-chip8-emulator git] (fork)
| |
| |CHIP-8
| |
| |Low <!-- Fails Fx65, Fx55, Fx33 in corax+, Fails last 2 checks for 8xy4, 8xy5 (happy only) and 8xy7, passes 8xy1-3, 8xy6 (carry) and 8xyE (carry), fails last check 8xy6 (carry) and all 3 8xye (carry). Quirks doesn't run (CHIP-8 test suite v4.1) --><br>Low <!-- Same as vitoralmeidasilva's but passes Flags -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |CHIP-8 MC
| |
| |Minecraft
| |
| |[https://github.com/JasonYuan869/chip8mc git]
| |
| |CHIP-8
| |
| |Low-Mid <!-- Passes Corax+, in flags happy passes 8xy1-8xy4, 8xy6 and 8xyE, fails last 3 checks for 8xy7 and 8xy5 happy, last check for 8xy4, 8xy6 and 8xyE carry, last 2 checks for 8xy7 and 8xy5 carry. in Quirks only passes display wait and jumping (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |chip8emu-agk
| |
| |AppGameKit Classic
| |
| |[https://github.com/thaolt/chip8emu-agk git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8
| |
| |Garry's Mod
| |
| |[https://pastebin.com/iH5rSwzC ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{R}}
| |
| |{{R}}
| |
| |-
| |
| |E2-CHIP-8-interpreter
| |
| |Garry's Mod
| |
| |[https://github.com/gstapler/E2-CHIP-8-interpreter git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8Unity
| |
| |Unity
| |
| |[https://github.com/jarkkopa/Chip8Unity git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip8Interpreter4Unity
| |
| |Unity
| |
| |[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|PD}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |LOVE-8
| |
| |LÖVE
| |
| |[https://github.com/tobiasvl/love-8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |VChip8
| |
| |Counter-Strike: Global Offensive
| |
| |[https://github.com/Flyguygx/VChip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| !colspan="10"|Other
| |
| |-
| |
| |chipception
| |
| |XO-CHIP
| |
| |[https://github.com/Timendus/chipception git]<br>[https://timendus.itch.io/chipception-os Itch.io]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |chip8.deck
| |
| |Decker
| |
| |[https://www.beyondloom.com/decker/chip8.html ?]<br>[https://github.com/JohnEarnest/Decker/tree/main/examples/decks git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |CHIP-8 Interpreter
| |
| |Desmos
| |
| |[https://www.desmos.com/calculator/cschip8080 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |Chip-84 Rainmeter Edition
| |
| |Rainmeter
| |
| |[https://github.com/Chip-84/chip-84-rainmeter git]
| |
| |CHIP-8<br>S-CHIP
| |
| |{{TBD}}
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |chip8
| |
| |MRE
| |
| |[https://world64.spcs.bio/files/view/73238827/?Li=-60745876&Lii=73238827&Link_id=977428&Lt=48&Sn=1 1 and 2]
| |
| |CHIP-8
| |
| |Low
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| {|class="wikitable" style="text-align:center;width:100%"
| |
| ! scope="col"|Name
| |
| ! scope="col"|Programming Language
| |
| ! scope="col"|Latest version
| |
| ! scope="col"|[[#Extensions|Extension(s)]]
| |
| ! scope="col"|[[Emulation Accuracy|Accuracy]]
| |
| ! scope="col"|[[Licensing|License]]
| |
| ! scope="col"|Active
| |
| ! scope="col"|[[Recommended Emulators|Recommended]]
| |
| |-
| |
| |CHIP-36
| |
| |align=left|{{Icon|Java}}
| |
| |[https://github.com/Le36/chip36 git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |SnxChip8
| |
| |align=left|{{Icon|Java}}
| |
| |[https://code.google.com/archive/p/snx-chip8/downloads ?]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|GPLv2}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |SuperCHIP Emulator
| |
| |align=left|{{Icon|Java}}
| |
| |[https://github.com/FrancescoRigoni/SuperChipEmulator git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |DALE-8A
| |
| |AWK
| |
| |[https://github.com/farooqkz/DALE-8A git]
| |
| |CHIP-8
| |
| |High-Mid
| |
| |{{Green}} {{License|Unlicense}} ({{License|PD}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |awk-chip8
| |
| |gawk
| |
| |[https://github.com/patsie75/awk-chip8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |fc8
| |
| |Fortran
| |
| |[https://github.com/ivan-pi/fc8 git]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|GPLv3}} ({{License|Copyleft}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |AuChip
| |
| |Processing
| |
| |[https://github.com/GamingMadster/AuChip git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP
| |
| |High
| |
| |{{?}}
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |00SChip8
| |
| |PureBasic
| |
| |[https://00laboratories.com/project/00schip8 2016]<br>[https://github.com/00laboratories/00SChip8 git]<br>[https://github.com/Richard-Stayman/PureBas-C8 git] (fork)
| |
| |CHIP-8<br>S-CHIP
| |
| |High-Mid<!-- Passes Corax+, in Flags Fails last check of 8xy4-8xyE, Quirks only passes Display wait & Jumping (CHIP-8), only passes VF reset, memory and shifting (SCHIP legacy), fails keypad test, passes scrolling (SCHIP modern) (CHIP-8 test suite v4.1) --><br>High <!-- Passes Corax+, Passes Flags, Quirks passes everything (CHIP-8, SCHIP legacy), fails keypad test, passes scrolling (SCHIP modern) (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Project Cherry
| |
| |FreeBASIC
| |
| |[https://github.com/Sarania/Project-Cherry git]<br>[https://github.com/Richard-Stayman/Project-Cherry git] (fork)
| |
| |CHIP-8<br>S-CHIP
| |
| |Low-Mid <!-- Passes Corax+, in Flags fails last 2 checks for everything but 8xy1-3, 8xy6 (happy) and 8xyE which pass everything, 8xyE carry fails last check, in Quirks only passes VF reset, Shifting and memory (SCHIP legacy) and Display wait and jumping (CHIP-8) (CHIP-8 test suite v4.1) --><br>Mid <!-- Passes Corax+, Passes Flags, Fails display wait and clipping (CHIP-8) or clipping (SCHIP legacy) in quirks, Fails keypad test (CHIP-8 test suite v4.1) -->
| |
| |{{Yellow}} {{License|NC}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Odin Chip-8 Emulator
| |
| |Odin
| |
| |[https://github.com/MikaLaurila/odin-chip8emu git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |Chip8
| |
| |Visual Basic .NET
| |
| |[https://github.com/DualBrain/vbPixelGameEngine/tree/main/samples/misc/Chip8 git]
| |
| |CHIP-8
| |
| |Mid
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |chip8
| |
| |SpecBAS
| |
| |[https://github.com/ZXDunny/SpecBAS-Demos/blob/master/Toys/chip8 git]
| |
| |CHIP-8
| |
| |High
| |
| |{{Green}} {{License|PD}}
| |
| |{{✓}}
| |
| |{{✓}}
| |
| |-
| |
| |chip8
| |
| |BlitzMax
| |
| |[https://github.com/Hezkore/chip8 git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✓}}
| |
| |-
| |
| |VB Chip-8
| |
| |Visual Basic <!-- Visual Basic 6-->
| |
| |[https://web.fe.up.pt/~vma/chip8/index.htm ?]
| |
| |CHIP-8<br>S-CHIP
| |
| |Mid
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{~}}
| |
| |-
| |
| |Chip8 SmallBasic
| |
| |SmallBasic
| |
| |[https://github.com/pixelomer/Chip8-SmallBasic git]
| |
| |CHIP-8
| |
| |Low<abbr title="Code review, not ROM tested">*</abbr>
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |[[WAVE Multi-Emulator]]
| |
| |Scratch
| |
| |[https://scratch.mit.edu/projects/824826123 1.1.2]<br>[https://github.com/NinjaWeedle/Wave-Multi-Emulator git]
| |
| |CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://scratch.mit.edu/studios/27152609/ Others]
| |
| |High
| |
| |{{Yellow}} {{License|CCBYSA}} 2.0
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |chip-8-vba
| |
| |Visual Basic for Applications
| |
| |[https://github.com/rndtrash/chip-8-vba git]<br>[https://github.com/Richard-Stayman/chip-8-vba git] (fork)
| |
| |CHIP-8
| |
| |Very Low <!-- Quirks fails to run, fails 8xy7 and Registers test in Corax+. Fails the 3rd check of Carry 8xy6 and 8xyE, all checks of 8xy7 (happy and carry), 5th of 8xy4 (happy and carry), fails 2nd check of Happy 8xy5 (CHIP-8 test suite v4.1) --><br>Mid <!-- Passes Corax+, Passes Flags, in quirks only passes VF reset and Jumping, fails keypad test (CHIP-8 test suite v4.1) -->
| |
| |{{Green}} {{License|WTFPLv2}} ({{License|PD}})
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |VChip 8
| |
| |Visual Basic <!-- Visual Basic 5 or 6 -->
| |
| |[https://github.com/Planet-Source-Code/raziel-vchip-8-chip-8-emulator-update-v1-0-1__1-47851/ git]
| |
| |CHIP-8<br>S-CHIP
| |
| |Very Low<abbr title="Code review. Passes Corax+ but fails to run Quirks and Flags">*</abbr> <!-- Tested with CHIP-8 test suite v4.1 ROMs-->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Chip8VB
| |
| |Visual Basic .NET
| |
| |[https://github.com/neethan/Chip8VB git]
| |
| |CHIP-8
| |
| |Low<!-- Fails 8xy6, Fx65, Fx55, Fx33 and Registers in Corax+. In Flags it fails all checks but the 1st for Happy 8xy7, 8xy5 and Carry 8xy4, fails 3rd check for Carry 8xy6 and 8xyE, fails the last 2 checks in Happy 8xy4, Carry 8xy5 and 8xy7, fails to render Quirks (CHIP-8 test suite v4.1) -->
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{✗}}
| |
| |-
| |
| |Chip8 Interpreter
| |
| |PureBasic
| |
| |[https://www.purebasic.fr/german/viewtopic.php?p=356188 ?]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{?}}
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |PHP Chip-8 Emulator
| |
| |PHP
| |
| |[https://github.com/mario-deluna/php-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|AGPLv3}} ({{License|Copyleft}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |-
| |
| |cl-chip8
| |
| |Common Lisp
| |
| |[https://github.com/sjl/cl-chip8 git]
| |
| |CHIP-8
| |
| |{{TBD}}
| |
| |{{Green}} {{License|MIT}} ({{License|Permissive}})
| |
| |{{✗}}
| |
| |{{R}}
| |
| |}
| |
| | |
| ==Descriptions==
| |
| '''PC/Multi-system'''
| |
| | |
| Interpreters that support PC (x86), includes alternative systems the interpreter supports.<br>
| |
| :'''Cadmium''' (PC, Web)
| |
| ::By far the most comprehensive interpreter for CHIP-8 and its extensions, with profiles and options for specific extensions and implementations, full list [https://github.com/gulrak/cadmium#supported-chip-8-variants here]. Cadmium does however have a hard to navigate GUI for a new users.
| |
| :'''C-Octo''' (PC, Raspberry Pi, PocketCHIP)
| |
| ::Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP.
| |
| :'''CubeChip-SDL''' (PC)
| |
| ::Drag and drop to load ROMs.
| |
| :'''JAXE''' (PC, Libretro)
| |
| ::Good selections of options for emulation, Defaults to S-CHIP mod.
| |
| :'''[[DSP]]''' (PC)
| |
| ::Hard to navigate GUI.
| |
| :'''Fish 'N' Chips''' (Windows)
| |
| ::Simple GUI with, easy to navigate.
| |
| :'''Pin8''' (Haiku)
| |
| ::Can use either in-app buttons or keyboard keys for input.
| |
| :'''InfoChip8''' (Windows)
| |
| ::Rainbow color palette, odd key-mapping. Nothing else notable, command line/Terminal. The fork uses the standard keymapping.
| |
| :'''shmip8''' (PC)
| |
| ::Needs ROM to be specified in command line/terminal.
| |
| :'''Vision-8''' (PC, Coleco, Amiga, MSX)
| |
| ::Blurry resolution scaling (Windows).
| |
| :'''SVision-8''' (PC, Coleco, Amiga, MSX)
| |
| ::Adds S-CHIP support to Vision-8
| |
| :'''CHIP-8 Interpreter''' (DOS)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''C8''' (DOS)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''Chip8''' (DOS)
| |
| ::Odd key-mapping. Nothing else notable, command line/Terminal.
| |
| :'''DOS Chip-8 / VChip-8''' (DOS)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''OmniChip-8''' (PC, Commodore 64, Game Boy)
| |
| ::Nothing notable, command line/Terminal (PC). Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk] (Game Boy), [https://github.com/cc65/cc65 cc65] (Commodore 64)
| |
| :'''CowChip''' (Windows)
| |
| ::Sensitive to illegal function calls and crashes due to them.
| |
| :'''Chip8-DOS''' (DOS)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''CHIP-8 Emulator''' (KolibriOS)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''CHIP-8''' (ZealOS)
| |
| ::Simple ROM selection, using the Escape key or double-clicking when the ROM is highlighted to run.
| |
| ;Mobile / ARM
| |
| :'''Chip8''' (Android)
| |
| ::Touchscreen buttons for keys.
| |
| :'''ChipChip''' (Android)
| |
| ::Touchscreen buttons for keys.
| |
| '''<abbr title="Web browser">Web</abbr>
| |
| :'''Octo'''
| |
| ::IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
| |
| :'''Silicon8'''
| |
| ::allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
| |
| :'''Chip-8'''
| |
| ::currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button
| |
| :'''Chip8.js'''
| |
| ::Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
| |
| :'''Flip8 Redux'''
| |
| ::Can't load custom CHIP-8 binaries/ROMs.
| |
| '''Computers (PPC, m64k)
| |
| :'''Chip09''' (Tandy CoCo 2, Dragon 32/64)
| |
| ::Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].
| |
| :'''CHIP-OTTO''' (ZX Spectrum, ZX Spectrum Next)
| |
| ::Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape.
| |
| :'''MoeCHIP-8 for C64''' (Commodore 64)
| |
| ::Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler].
| |
| :'''Vic-20 Chip-8 Emulator''' (VIC-20)
| |
| ::Separate floppy disk for games, instructions in manual for custom ROMs.
| |
| :'''Chippy''' (Wii)
| |
| ::Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. Unless you use an ancient HBC, you might receive a invalid elf error. The [https://wiibrew.org/wiki/ELF_to_DOL_Converter elf-dol_converter] should workaround this.
| |
| :'''Chip8-n64''' (Nintendo 64)
| |
| ::Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon].
| |
| :'''PsChip8''' (PlayStation)
| |
| ::Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make
| |
| :'''Super Chip8x''' (Super Nintendo)
| |
| ::Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar].
| |
| :'''Chippi+''' (Intellivision)
| |
| ::Comes bundled with CHIP-8 ROMs, aswell as a python program to convert them to ECS tapes. The interpreter is written in [https://nanochess.org/intybasic.html IntyBASIC].
| |
| :'''Chip8x''' (Xbox)
| |
| ::Good interface. Can load ROMs from disk, HDD or any other storage device
| |
| :'''Chip8-3DO''' (3DO)
| |
| ::Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev].
| |
| :'''chip-64''' (Nintendo 64)
| |
| ::Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass].
| |
| :'''NES CHIP-8''' (Nintendo Entertainment System)
| |
| ::Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65].
| |
| :'''Sega Genesis CHIP-8''' (Genesis / Mega Drive)
| |
| ::Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK]
| |
| :'''CHIP-F8''' (Channel F)
| |
| ::Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm].
| |
| :'''chipce8''' (PC Engine / Turbo Grafx 16)
| |
| ::Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS].
| |
| '''Handheld console'''
| |
| :'''Chip8me''' (Nintendo DS)
| |
| ::Simple, easy to use GUI, loads ROMs from SD card.
| |
| :'''GB-Chip8''' (Game Boy)
| |
| ::Uses a included DOS program (Use [[DOSBox]] or [[PC_Emulator_Comparisons|Similar software]] to run this.), to save the ROMs to a Game Boy ROM file, with up to 11 ROMs being able to be saved onto it, with key customization available in the menu.
| |
| :'''Vision-8 for Gameboy''' (Game Boy)
| |
| ::Uses a included DOS program (Use [[DOSBox]] or [[PC_Emulator_Comparisons|Similar software]] to run this.), to save the ROMs to a battery save file, with up to 7 ROMs being able to be saved onto it, with key customization for each CHIP-8 ROM. To exit current the ROM and go back to menu press <code>A</code>, <code>B</code>, <code>Start</code> and <code>Select</code>
| |
| :'''GB-8''' (Game Boy)
| |
| ::Basic ROM selection interface, to exit current the ROM and go back to menu press <code>A</code>, <code>B</code>, <code>Start</code> and <code>Select</code> at the same time. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.5.0 RGBDS v0.5.0].
| |
| :'''damaged chip8''' (Game Boy)
| |
| ::Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.3.10 RGBDS v0.3.10].
| |
| :'''Cobalt''' (Game Boy)
| |
| ::No ROM selection, have to edit /src/rom.s and re-compile. Needs [https://github.com/gbdev/hardware.inc hardware.inc] to compile, Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS].
| |
| :'''DrChip 8''' (Game Boy Advance)
| |
| ::Pressing <code>L</code> and <code>R</code> triggers to exit to menu, can't insert custom ROMs.
| |
| :'''CHIP-8 mini''' (Pokémon mini)
| |
| ::Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS].
| |
| :'''C8SALT''' (TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE)
| |
| ::The interpreter is written in [[wikipedia:TI-BASIC 83|TI-BASIC]].
| |
| '''Firmware
| |
| :'''CHIP-8 UEFI''' (UEFI)
| |
| ::Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II].
| |
| :'''PluginChip8''' (Rockbox)
| |
| ::Due to systems having less buttons than the original CHIP-8 key mapping there is a [https://www.rockbox.org/wiki/PluginChip8.html custom system] for changing the key mapping.
| |
| '''Fantasy consoles/computers
| |
| :'''CHIP-8 Emulator''' (PICO-8)
| |
| ::Can't load custom CHIP-8 binaries/ROMs.
| |
| :'''CHIP-80''' (TIC-80)
| |
| ::Can't load custom CHIP-8 binaries/ROMs.
| |
| :'''Chip-8 emulator''' (Vircon32)
| |
| ::Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool.
| |
| :'''flipper-chip''' (Flipper Zero)
| |
| ::does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref>
| |
| '''Game Engine
| |
| :'''CHIP8-GM''' (GameMaker)
| |
| ::<code>F1</code> to show prompts (buttons for actions) and key mappings
| |
| :'''MegaZeux CHIP-8 Emulator''' (MegaZeux)
| |
| ::Loads games in the same root folder, [[wikipedia::Case sensitivity|case-insensitive]].
| |
| :'''Blit-8''' (Minecraft)
| |
| ::Requires the Computer Craft mod, saved in the world folder in a subfolder of the <code>computer</code> folder.
| |
| :'''Godot CHIP-8 Emulator''' (Godot)
| |
| ::Needs recompilation for custom ROMs, using Godot [https://github.com/godotengine/godot/releases/tag/3.0-stable 3.0] or a compatible version for custom ROMs.
| |
| :'''chip8emu-agk''' (AppGameKit Classic)
| |
| :: The interpreter is written in AppGameKit 2 BASIC
| |
| :'''Odin Chip-8 Emulator''' (Odin)
| |
| ::Nothing notable, command line/Terminal.
| |
| :'''Chip8''' (Visual Basic .NET)
| |
| ::The interpreter is a example program for [https://github.com/DualBrain/vbPixelGameEngine vbPixelGameEngine], a game-engine framework.
| |
| :'''chip8''' (SpecBAS)
| |
| ::Basic GUI-based ROM selection. The interpreter is a example program written in [https://github.com/ZXDunny/SpecBAS SpecBAS], a [[wikipedia:Sinclair BASIC|Sinclair BASIC]] deriviated language.
| |
| :'''chip8''' (BlitzMax)
| |
| ::Can Loads games via drag-and-drop, exits when illegal opcodes are called.
| |
| :'''chip-8-vba''' (Visual Basic for Applications)
| |
| ::Slow executation in some ROMs, stops execution when a invalid call is made. Only runs in Microsoft Excel.
| |
| ==Extensions==
| |
| :''For detailed information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility]''
| |
| The original CHIP-8 is more supported than any extension, the most supported extensions are: S-CHIP and XO-CHIP.
| |
| | |
| Extensions to CHIP-8 since the 1970s, with many with over-lapping features, such as the expansions to the resolution, I/O and other improvements/additions. CHIP-8, and its extensions are based on implementing [[wikipedia:Opcode|opcodes]] in interpreters.<ref>https://chip-8.github.io/extensions/</ref>
| |
| | |
| When extensions change the behavior of an opcode it makes the specific opcode when used incompatible with other extensions, most derivative extensions try to maintain backward compatibility with 'parent' extension. If commonly used or many opcodes' behavior is change it will large incompatibilities with extensions.
| |
| | |
| ----
| |
| A summarized list of the CHIP-8 extensions below:
| |
| | |
| Extensions created for [[wikipedia:HP-48|HP-48]]:
| |
| *CHIP-48
| |
| * {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
| |
| | |
| Extensions created for other systems:
| |
| *Mega-Chip
| |
| * XO-CHIP
| |
| | |
| Extensions created for the [[wikipedia:COSMAC VIP|COSMAC VIP]]:<br>
| |
| | |
| Visual: Two-page display for CHIP-8, CHIP-10, Hi-res CHIP-8, CHIP-8E, CHIP-8X, Two-page display for CHIP-8X, Hi-res CHIP-8X
| |
| | |
| I/O: CHIP-8I, CHIP-8II, CHIP-8III, HI-RES CHIP-8 with I/O, CHIP-8Y
| |
| | |
| Other: CHIP-8E, CHIP-8M
| |
| ==See also==
| |
| * [[Fantasy console emulators]]
| |
| ==External links==
| |
| | |
| * [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
| |
| ** [https://web.archive.org/web/20101219114051/http://www.chip8.com/?page=109 CHIP-8 Pack] - Older version of the above, done by the now offline site chip8.com. Last updated in 2011, no XO-CHIP applications.
| |
| * [https://johnearnest.github.io/chip8Archive/ CHIP-8 Archive] - CHIP-8, S-CHIP and XO-CHIP programs licensed under the [https://creativecommons.org/share-your-work/public-domain/cc0/ CC0] license.
| |
| * [https://www.zophar.net/pdroms/chip8.html CHIP-8 Public Domain ROMs - Zophar's Domain] - CHIP-8 and S-CHIP programs that are Public Domain.
| |
| * [https://web.archive.org/web/20060506012205/http://www.geocities.co.jp/Playtown-Yoyo/6130/chip8.htm Let's Emu Chip-8 Emulator] Lists Windows CHIP-8 interpreters not listed here.
| |
| * The GitHub topics: [https://github.com/topics/chip8-emulator CHIP-8 emulator], [https://github.com/topics/chip8 CHIP-8] and [https://github.com/topics/chip8-interpreter CHIP-8 interpreter]. Which may have intepreters not listed here.
| |
| * [https://chip-8.github.io Awesome CHIP-8] - Lists resources for CHIP-8.
| |
| * [https://github.com/Timendus/chip8-test-suite CHIP-8 Test suite] - Test suite to see compatibility of interpreters.
| |
| | |
| ==References==
| |
| <references/>
| |
| ;Notes
| |
| <references group=N />
| |
| | |
| [[Category:Historic software]]
| |
| [[Category:Miscellaneous Software Categories|*]]
| |