Editing CHIP-8 emulators

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
 
}}
 
}}
 
<!-- WIP: Needs [[accuracy testing]] and checking for [[licensing]] and [[#Descriptions|Descriptions]] added-->
 
<!-- WIP: Needs [[accuracy testing]] and checking for [[licensing]] and [[#Descriptions|Descriptions]] added-->
<!-- Currently most accuracy testing below was done using https://github.com/Timendus/chip8-test-suite/ 4.1-->
 
 
{{WIP}}
 
{{WIP}}
 
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of CHIP-8 interpreters.''
 
:''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>
 
'''[[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>
 +
 +
Microcomputers with CHIP-8 support are listed [[#Computers with CHIP-8 support|here]], for other implementations see [[#Interpreters|interpreters]]
  
 
===Adoption===
 
===Adoption===
{{for|more information on computers with CHIP-8 support|List of computers}}
 
 
:There have been multiple communities that have used CHIP-8.
 
: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]
+
In the late 1970s to 1980s [[wikipedia:Microcomputer|microcomputer]] kit communities are where CHIP-8 was first popular.
  
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]'
+
This is due to systems like the [[wikipedia:COSMAC VIP|COSMAC VIP]] endorsing and including CHIP-8 programs.<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>
 
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>
Line 24: Line 24:
 
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.
 
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.
  
__TOC__
+
===CHIP-8 extensions===
 +
:For detailed information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility]
 +
:Extensions to CHIP-8 have existed since the 1970s.
 +
CHIP-8, and its extensions are based on implementing [[wikipedia:Opcode|opcodes]] in interpreters.<ref>https://chip-8.github.io/extensions/</ref>
 +
The original CHIP-8 being the most supported, with the most supported extensions being S-CHIP and XO-CHIP.
 +
 
 +
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.
 +
 
 +
;List of notable extensions
 +
For the [[wikipedia:COSMAC VIP|COSMAC VIP]]: CHIP-10, Hi-res CHIP-8, CHIP-8E, CHIP-8X<br>
 +
For the [[wikipedia:HP-48|HP-48]]: CHIP-48, {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}} (1.0 and 1.1)<br>
 +
For other platforms: XO-CHIP
 +
 
 +
===Computers with CHIP-8 support===
 +
 
 +
{{for|more information on these computers|List of computers}}
 +
:Devices with official/endorsed or other well-known CHIP-8 support.
 +
These devices include: [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], [https://www.emma02.hobby-site.com/velf.html V-ELF], [https://www.emma02.hobby-site.com/vip2k.html VIP2K Membership Card].
 +
 
 +
----
 +
 
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
! scope="col"|'''Contents'''
 +
|-
 +
|[[#Extension_support|Extension support]]
 +
|-
 +
|[[#Descriptions|Descriptions]]
 +
|-
 +
|[[#See_also|See also]]
 +
|-
 +
|[[#External_links|External links]]
 +
|-
 +
|[[#References|References]]
 +
|}
 +
 
 
==Interpreters==
 
==Interpreters==
 +
 +
{|class="wikitable" style="text-align:center;"
 +
|[[#Computers|Computers]]
 +
|Windows, Linux, macOS, DOS, etc.
 +
|-
 +
|[[#Mobile_.5C_ARM|Mobile \ ARM]]
 +
|Mobile / ARM devices
 +
|-
 +
|[[#Browser|Web Browser]]
 +
|Web browsers (Chrome, Firefox, etc.)
 +
|-
 +
|[[#Other_computers|Other computers]]
 +
|Classic Mac OS, Amiga, etc.
 +
|-
 +
|[[#Consoles|Consoles]]
 +
|Home consoles, handheld consoles
 +
|-
 +
|[[#Other_devices|Other devices]]
 +
|Calculators, microcontrollers, firmware, etc.
 +
|-
 +
|[[#Other_platforms|Other platforms]]
 +
|Plug-ins, extensions, addons, etc.
 +
|}
  
 
===Computers===
 
===Computers===
 +
----
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[Libretro|Libretro Core]]
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 44: Line 101:
 
|Cadmium
 
|Cadmium
 
|align=left|{{Icon|Windows|Lin|macOS}}
 
|align=left|{{Icon|Windows|Lin|macOS}}
|[https://github.com/gulrak/cadmium git]
+
|[https://github.com/gulrak/cadmium 1.1.8]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
 
 
|Cycle
 
|Cycle
 
|{{✓}}
 
|{{✓}}
Line 56: Line 112:
 
|[https://github.com/JohnEarnest/c-octo git]
 
|[https://github.com/JohnEarnest/c-octo git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 66: Line 121:
 
|[https://github.com/coornio/CubeChip-SDL git]
 
|[https://github.com/coornio/CubeChip-SDL git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/coornio/CubeChip-SDL Others]
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 76: Line 130:
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|{{✓}}
 
|{{✓}}
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 82: Line 135:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Dorito
+
|chip8swemu
|align=left|{{Icon|Windows|Linux|macOS}}
+
|align=left|{{Icon|Windows|Lin}}
|[https://github.com/lesharris/dorito git]
+
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP<br>XO-CHIP
+
|Mid
|High
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|chip8swemu-sdl2
+
|[[DSP]]
|align=left|{{Icon|Windows|Lin}}
 
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|{{✗}}
 
|CHIP-8<br>S-CHIP
 
|Mid <!-- Passes corax+, In flags Fails 3rd and 4th checkmarks 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) -->
 
|{{✓}}
 
|{{✗}}
 
|{{✓}}
 
|-
 
|[[DSP]]
 
 
|align=left|{{Icon|Windows|Lin|macOS}}
 
|align=left|{{Icon|Windows|Lin|macOS}}
 
|[https://github.com/leniad/dsp-emulator git]
 
|[https://github.com/leniad/dsp-emulator git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP
+
|Mid
|Mid <!-- Passes corax+, In flags Fails 3rd and 4th checkmarks for 8xy5 and 8xy7 in happy and carry, 3rd check for carry 8xy6 and 8xyE, 3rd and 4th checkmark for 8xy4 carry and 4th for 8xy4 happy. Only fails VF reset and clipping in quirks. (CHIP-8 test suite v4.1) -->
+
|{{}}
|{{NC}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 114: Line 155:
 
|Fish 'N' Chips
 
|Fish 'N' Chips
 
|align=left|{{Icon|Windows}}
 
|align=left|{{Icon|Windows}}
|[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]
+
|[https://web.archive.org/web/20080905152446/http://hap.samor.nl:80/ 2.1.5]<br>[https://web.archive.org/web/20070106152205/http://home.planet.nl/~haps/fishnchips_src.zip 1.21 source code]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>CHIP-8X<br>SCHIP
 
 
|High
 
|High
 
|{{?}}
 
|{{?}}
|{{✗}}
 
|{{✓}}
 
|-
 
|Pin8
 
|align=left|{{Icon|Haiku}}
 
|[https://github.com/cnelmortimer/Pin8 git]
 
|{{✗}}
 
|CHIP-8
 
|Mid <!-- Passes Corax+, In flags fails 3rd and 4th checkmarks for 8xy7 happy and carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
 
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 136: Line 166:
 
|[https://web.archive.org/web/20060620133903/http://www.geocities.co.jp/SiliconValley/5604/infochip8.html 0.1J]
 
|[https://web.archive.org/web/20060620133903/http://www.geocities.co.jp/SiliconValley/5604/infochip8.html 0.1J]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|Mid
|Low-Mid <!-- Passes Corax+, in flags fails 3rd and 4th checkmarks for 8xy4, 8xy5 and 8xy7 carry and happy and 3rd checkmark for 8xy6 and 8xyE in carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 146: Line 175:
 
|[https://github.com/shmolyneaux/shmip8 git]
 
|[https://github.com/shmolyneaux/shmip8 git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|Mid
|Low-Mid <!-- Passes Corax+, in flags fails 3rd and 4th checkmarks for 8xy5 and 8xy7 carry and happy and 3rd checkmark for 8xy6 and 8xyE in carry and 4th checkmark for 8xy4, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 156: Line 184:
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|High-Mid
|Mid <!-- Passes Corax+, Fails 3rd checkmark 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 166: Line 193:
 
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP
+
|High-Mid
|Mid <!-- Passes Corax+, Fails 3rd checkmark 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|CHIP-8 Interpreter
+
|C8
 
|align=left|{{Icon|DOS}}
 
|align=left|{{Icon|DOS}}
|[https://github.com/BojanSof/CHIP-8-Interpreter git]
+
|[https://github.com/Hambones82/CHIP8_EXE git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|High
|Mid <!-- Passes Corax+, in flags fails 8xy7, fails VF reset, clipping and shifting in quirks (CHIP-8 test suite v4.1) -->
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|C8
+
|CHIP-8 Interpreter
 
|align=left|{{Icon|DOS}}
 
|align=left|{{Icon|DOS}}
|[https://github.com/Hambones82/CHIP8_EXE git]
+
|[https://github.com/BojanSof/CHIP-8-Interpreter git]
|{{✗}}
 
|CHIP-8
 
|Low <!-- Passes Corax+, fails 2nd check for 8xy5 and 8xy7 happy, fails to run Quirks (CHIP-8 test suite v4.1) -->
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 
|-
 
|-
 
|Chip8
 
|Chip8
Line 196: Line 220:
 
|[https://www.pong-story.com/chip8/ 2.2.0]
 
|[https://www.pong-story.com/chip8/ 2.2.0]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP
+
|Mid
|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) -->
 
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 
|-
 
|-
 
|DOS Chip-8 / VChip-8
 
|DOS Chip-8 / VChip-8
Line 206: Line 229:
 
|[https://web.archive.org/web/20060618210558/http://members.aol.com/autismuk/chip8/ 1.1]
 
|[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
|Low-Mid <!-- Passes Corax+, passes flags, fails to run quirks (CHIP-8 test suite v4.1) -->
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{~}}
 
|-
 
|-
 
|chip8-asm64-emu
 
|chip8-asm64-emu
Line 216: Line 238:
 
|[https://github.com/Lonami/chip8-asm64-emu git]
 
|[https://github.com/Lonami/chip8-asm64-emu git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
Line 226: Line 247:
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
 
 
|Low
 
|Low
 
|{{✓}}
 
|{{✓}}
Line 236: Line 256:
 
|[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
 
|[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
 
|Low-Mid
 
|{{✗}}
 
|{{✗}}
Line 246: Line 265:
 
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|Low-Mid
|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) -->
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|-
 +
|Pin8
 +
|align=left|{{Icon|Haiku}}
 +
|[https://github.com/cnelmortimer/Pin8 git]
 +
|{{✗}}
 +
|{{TBD}}
 +
|{{NC}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 
|CHIP-8 Emulator
 
|CHIP-8 Emulator
Line 256: Line 283:
 
|[https://github.com/rgimad/chip8_kolibri git]
 
|[https://github.com/rgimad/chip8_kolibri git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|{{TBD}}
|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) -->
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
 
|CHIP-8
 
|CHIP-8
Line 266: Line 292:
 
|[https://github.com/Zeal-Operating-System/CHIP8 git]
 
|[https://github.com/Zeal-Operating-System/CHIP8 git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
+
|{{TBD}}
|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) -->
+
|{{}}
|{{PublicDomain}}
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 
|Emu OS
 
|Emu OS
Line 276: Line 301:
 
|[https://github.com/nihalkenkre/emu_os git]
 
|[https://github.com/nihalkenkre/emu_os git]
 
|{{✗}}
 
|{{✗}}
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 285: Line 309:
 
=== Mobile \ ARM ===
 
=== Mobile \ ARM ===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 299: Line 322:
 
|Chip8
 
|Chip8
 
|align=left|{{Icon|APK}}
 
|align=left|{{Icon|APK}}
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]<br>[https://github.com/dkanada/chip-emulator git]
+
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]
|CHIP-8
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 309: Line 331:
 
|align=left|{{Icon|APK}}
 
|align=left|{{Icon|APK}}
 
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
 
|[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
 
|Mid
 
|{{✗}}
 
|{{✗}}
Line 318: Line 339:
 
|align=left|{{Icon|rpi}}
 
|align=left|{{Icon|rpi}}
 
|[https://github.com/JohnEarnest/c-octo git]
 
|[https://github.com/JohnEarnest/c-octo git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 327: Line 347:
 
|align=left|{{Icon|iOS}}
 
|align=left|{{Icon|iOS}}
 
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
 
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{NC}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
Line 336: Line 355:
 
|align=left|{{Icon|Win8Phone}}
 
|align=left|{{Icon|Win8Phone}}
 
|[https://github.com/nikitakunevich/WinRT-CHIP8 git]
 
|[https://github.com/nikitakunevich/WinRT-CHIP8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 345: Line 363:
 
|align=left|{{Icon|Palm}}
 
|align=left|{{Icon|Palm}}
 
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
 
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 354: Line 371:
 
|align=left|{{Icon|KaiOS}}
 
|align=left|{{Icon|KaiOS}}
 
|[https://gitlab.com/suborg/dale-8 git]
 
|[https://gitlab.com/suborg/dale-8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{PublicDomain}}
 
|{{PublicDomain}}
Line 363: Line 379:
 
|align=left|{{Icon|rpi}}
 
|align=left|{{Icon|rpi}}
 
|[https://github.com/Y2K-x/pico-chip8 git]
 
|[https://github.com/Y2K-x/pico-chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 372: Line 387:
 
|BlackBerry PlayBook
 
|BlackBerry PlayBook
 
|[https://github.com/karolprzyb/MeltChip/ git]
 
|[https://github.com/karolprzyb/MeltChip/ git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 381: Line 395:
 
===Browser===
 
===Browser===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 396: Line 409:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
 
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 405: Line 417:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 
|[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
 
|Cycle
 
|{{✓}}
 
|{{✓}}
Line 414: Line 425:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
 
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 423: Line 433:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://binji.github.io/raw-wasm/chip8/ Website]<br>[https://github.com/binji/raw-wasm/ git]
 
|[https://binji.github.io/raw-wasm/chip8/ Website]<br>[https://github.com/binji/raw-wasm/ git]
|CHIP-8
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 432: Line 441:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
 
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
|CHIP-8
+
|{{TBD}}
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 440: Line 448:
 
|Flip8 Redux
 
|Flip8 Redux
 
|align=left|{{Icon|Web}}
 
|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/ Website]<abbr title="Needs flash 8 or a flash emulator extension to run">*</abbr>
+
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]<br>[https://sourceforge.net/projects/flip8/ src]
|CHIP-8<br>S-CHIP
+
|{{TBD}}
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 450: Line 457:
 
===Other computers===
 
===Other computers===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 465: Line 471:
 
|align=left|{{Icon|AmigaOS}}
 
|align=left|{{Icon|AmigaOS}}
 
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
 
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
|CHIP-8
+
|High-Mid
|Mid <!-- Passes Corax+, Fails 3rd checkmark 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 474: Line 479:
 
|SunOS
 
|SunOS
 
|[https://www.hpcalc.org/details/8564 ?]
 
|[https://www.hpcalc.org/details/8564 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 483: Line 487:
 
|align=left|{{Icon|Classic Mac OS}}
 
|align=left|{{Icon|Classic Mac OS}}
 
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
 
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 492: Line 495:
 
|align=left|{{Icon|Classic Mac OS}}
 
|align=left|{{Icon|Classic Mac OS}}
 
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
 
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
|CHIP-8
+
|{{TBD}}
|Mid<abbr title="Assumed as a fork of Vision-8 to have the same accuracy">*</abbr>
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 501: Line 503:
 
|align=left|{{Icon|AmigaOS}}
 
|align=left|{{Icon|AmigaOS}}
 
|[https://aminet.net/package/misc/emu/ChipEm 0.4 Beta]
 
|[https://aminet.net/package/misc/emu/ChipEm 0.4 Beta]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 510: Line 511:
 
|align=left|{{Icon|AmigaOS}}
 
|align=left|{{Icon|AmigaOS}}
 
|[https://aminet.net/package/dev/lang/Chip8 ?]
 
|[https://aminet.net/package/dev/lang/Chip8 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{NC}}
 
|{{NC}}
Line 521: Line 521:
 
|Atari 8-bit
 
|Atari 8-bit
 
|[https://github.com/pkali/Chip-8 git]
 
|[https://github.com/pkali/Chip-8 git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{PublicDomain}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 530: Line 529:
 
|Tandy CoCo 2<br>Dragon 32/64
 
|Tandy CoCo 2<br>Dragon 32/64
 
|[https://github.com/ebonhand09/Chip09 git]
 
|[https://github.com/ebonhand09/Chip09 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 539: Line 537:
 
|align=left|{{Icon2|ColecoVision|ADAM}} MSX
 
|align=left|{{Icon2|ColecoVision|ADAM}} MSX
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
|CHIP-8
+
|{{TBD}}
|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>
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 548: Line 545:
 
|align=left|{{Icon2|ADAM}} MSX
 
|align=left|{{Icon2|ADAM}} MSX
 
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|[http://devernay.free.fr/hacks/chip8/ ?]
|CHIP-8<br>S-CHIP
+
|{{TBD}}
|High-Mid<abbr title="Shares the same source code as the original SVision-8, accuracy should be the same">*</abbr>
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 557: Line 553:
 
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>
 
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>
 
|[https://retrobits.itch.io/chip-otto ?]
 
|[https://retrobits.itch.io/chip-otto ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 566: Line 561:
 
|align=left|{{Icon2|ZXS}}
 
|align=left|{{Icon2|ZXS}}
 
|[https://github.com/alvaroalea/chip8_4_speccy git]
 
|[https://github.com/alvaroalea/chip8_4_speccy git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 575: Line 569:
 
|align=left|{{Icon|C64}}
 
|align=left|{{Icon|C64}}
 
|[https://github.com/kschuetz/c64-chip8 git]
 
|[https://github.com/kschuetz/c64-chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 584: Line 577:
 
|align=left|{{Icon|C64}}
 
|align=left|{{Icon|C64}}
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|[https://github.com/Eggbertx/OmniChip-8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 593: Line 585:
 
|align=left|{{Icon|C64}}
 
|align=left|{{Icon|C64}}
 
|[https://csdb.dk/release/?id=17306 ?]
 
|[https://csdb.dk/release/?id=17306 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 602: Line 593:
 
|align=left|{{Icon|C64}}
 
|align=left|{{Icon|C64}}
 
|[https://github.com/jomag/moechip8 git]
 
|[https://github.com/jomag/moechip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 611: Line 601:
 
|align=left|{{Icon2|VIC-20}}
 
|align=left|{{Icon2|VIC-20}}
 
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
 
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 620: Line 609:
 
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
 
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
 
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
 
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 629: Line 617:
 
|align=left|{{Icon|RiscOS}}
 
|align=left|{{Icon|RiscOS}}
 
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
 
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 640: Line 627:
 
|align=left|{{Icon|WinCE}}
 
|align=left|{{Icon|WinCE}}
 
|[https://web.archive.org/web/20000307191326/http://www.orbworks.com/PalmOS/schip.html 1.0]
 
|[https://web.archive.org/web/20000307191326/http://www.orbworks.com/PalmOS/schip.html 1.0]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 647: Line 633:
 
|-
 
|-
 
|chip8
 
|chip8
|Sharp PC-1350<br>Sharp PC-1360<br>Sharp PC-2500
+
|Sharp PC-1350<br>PC-1360<br>PC-2500
 
|[https://github.com/puehred/chip8 git]
 
|[https://github.com/puehred/chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 658: Line 643:
 
|PC-G850
 
|PC-G850
 
|[https://ver0.sakura.ne.jp/g800/index.html#chip850 ?]
 
|[https://ver0.sakura.ne.jp/g800/index.html#chip850 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 665: Line 649:
 
|-
 
|-
 
|LXV8
 
|LXV8
|HP 95LX<br>HP 100LX<br>HP 200LX
+
|HP 95LX<br>HP 100LX<br>HP200LX
 
|[https://web.archive.org/web/20210122140544/http://guofu.sdf.org/chip8.html ?]
 
|[https://web.archive.org/web/20210122140544/http://guofu.sdf.org/chip8.html ?]
|CHIP-8
+
|Mid
|High-Mid
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 676: Line 659:
 
|TRS-80 Model 100
 
|TRS-80 Model 100
 
|[https://github.com/marinuso/chip8-100 git]
 
|[https://github.com/marinuso/chip8-100 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 685: Line 667:
 
|Siemans IC35
 
|Siemans IC35
 
|[https://web.archive.org/web/20030629104258/http://domfree.de/ic35/chip8.htm 0.1]
 
|[https://web.archive.org/web/20030629104258/http://domfree.de/ic35/chip8.htm 0.1]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 694: Line 675:
 
===Consoles===
 
===Consoles===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 709: Line 689:
 
|align=left|{{Icon|XboxOne}}
 
|align=left|{{Icon|XboxOne}}
 
|[https://github.com/wiired24/ProjectPegasus/ ?]
 
|[https://github.com/wiired24/ProjectPegasus/ ?]
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
Line 718: Line 697:
 
|align=left|{{Icon|WiiU}}
 
|align=left|{{Icon|WiiU}}
 
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]<br>[https://github.com/rw-r-r-0644/CHIP8-Emulator-WiiU git]
 
|[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
 
|Mid
 
|{{?}}
 
|{{?}}
Line 727: Line 705:
 
|align=left|{{Icon|Wii}}
 
|align=left|{{Icon|Wii}}
 
|[https://oscwii.org/library/app/chippy 1.0]
 
|[https://oscwii.org/library/app/chippy 1.0]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 736: Line 713:
 
|align=left|{{Icon|GameCube}}
 
|align=left|{{Icon|GameCube}}
 
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 745: Line 721:
 
|align=left|{{Icon|N64}}
 
|align=left|{{Icon|N64}}
 
|[https://github.com/joshiggins/chip8-n64 git]
 
|[https://github.com/joshiggins/chip8-n64 git]
|CHIP-8
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|PSCHIP8
+
|PsChip8
 
|align=left|{{Icon|PS1}}
 
|align=left|{{Icon|PS1}}
 
|[https://github.com/dhustkoder/pschip8 git]
 
|[https://github.com/dhustkoder/pschip8 git]
|CHIP-8
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 763: Line 737:
 
|align=left|{{Icon|SNES}}
 
|align=left|{{Icon|SNES}}
 
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
 
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
|CHIP-8
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|CHIP8
+
|CHIP8 TO SMD
 +
|align=left|{{Icon|MD}}
 +
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 +
|Mid
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|CHIP8
 
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
 
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
 
|[https://github.com/jmgk77/CHIP8 v1]
 
|[https://github.com/jmgk77/CHIP8 v1]
|CHIP-8
 
 
|Mid
 
|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) -->
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|-
 
|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
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
 
|-
 
|-
 
|Chip8-NX
 
|Chip8-NX
 
|align=left|{{Icon|NX}}
 
|align=left|{{Icon|NX}}
 
|[https://github.com/Marice/CHIP8-NX git]
 
|[https://github.com/Marice/CHIP8-NX git]
|CHIP-8
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
Line 808: Line 769:
 
|align=left|{{Icon|Xbox}}
 
|align=left|{{Icon|Xbox}}
 
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
 
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
|CHIP-8<br>S-CHIP
 
 
|Low-Mid
 
|Low-Mid
 
|{{✗}}
 
|{{✗}}
Line 817: Line 777:
 
|align=left|{{Icon|3DO}}
 
|align=left|{{Icon|3DO}}
 
|[https://github.com/gameblabla/chip8-3do git]
 
|[https://github.com/gameblabla/chip8-3do git]
|CHIP-8
 
 
|Low-Mid
 
|Low-Mid
 
|{{✓}}
 
|{{✓}}
Line 826: Line 785:
 
|align=left|{{Icon|PS4}}
 
|align=left|{{Icon|PS4}}
 
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
 
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
|CHIP-8
 
 
|Low
 
|Low
 
|{{?}}
 
|{{?}}
Line 835: Line 793:
 
|align=left|{{Icon|N64}}
 
|align=left|{{Icon|N64}}
 
|[https://github.com/TesseracT33/chip-64 git]
 
|[https://github.com/TesseracT33/chip-64 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 844: Line 801:
 
|align=left|{{Icon|MD}}
 
|align=left|{{Icon|MD}}
 
|[https://github.com/Fhoughton/chip8-genesis/ git]
 
|[https://github.com/Fhoughton/chip8-genesis/ git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 853: Line 809:
 
|align=left|{{Icon2|NES}}
 
|align=left|{{Icon2|NES}}
 
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
 
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
|CHIP-8
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
+
|{{✗}}<ref Group=N name=Input_problems>Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable</ref>
 
|-
 
|-
 
|Sega Genesis CHIP-8
 
|Sega Genesis CHIP-8
 
|align=left|{{Icon|MD}}
 
|align=left|{{Icon|MD}}
 
|[https://github.com/danilo94/Sega-Genesis-CHIP-8 git]
 
|[https://github.com/danilo94/Sega-Genesis-CHIP-8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
+
|{{✗}}<ref Group=N name=Input_problems>Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable</ref>
 
|-
 
|-
 
|CHIP-F8
 
|CHIP-F8
 
|align=left|{{Icon2|ChannelF}}
 
|align=left|{{Icon2|ChannelF}}
 
|[https://github.com/tobiasvl/chip-f8 git]
 
|[https://github.com/tobiasvl/chip-f8 git]
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
+
|{{✗}}<ref Group=N name=Input_problems>Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable</ref>
 
|-
 
|-
 
|Chip-8 XNA
 
|Chip-8 XNA
 
|align=left|{{Icon|Xbox360}}
 
|align=left|{{Icon|Xbox360}}
 
|[https://github.com/Zepheus/chip8_xna git]
 
|[https://github.com/Zepheus/chip8_xna git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 889: Line 841:
 
|align=left|{{Icon|DC}}
 
|align=left|{{Icon|DC}}
 
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
 
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 898: Line 849:
 
|align=left|{{Icon|DC}}
 
|align=left|{{Icon|DC}}
 
|[https://dreamcast.wiki/CrabEmu 0.2.0]
 
|[https://dreamcast.wiki/CrabEmu 0.2.0]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 907: Line 857:
 
|align=left|{{Icon2|SMS}}
 
|align=left|{{Icon2|SMS}}
 
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 916: Line 865:
 
|align=left|{{Icon|Saturn}}
 
|align=left|{{Icon|Saturn}}
 
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
 
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 925: Line 873:
 
|align=left|{{Icon2|PCE}}
 
|align=left|{{Icon2|PCE}}
 
|[https://github.com/trapexit/chipce8 git]
 
|[https://github.com/trapexit/chipce8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chippi
 +
|Intellivision
 +
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 936: Line 891:
 
|align=left|{{Icon|NDS}}
 
|align=left|{{Icon|NDS}}
 
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
 
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
|CHIP-8<br>S-CHIP
 
 
|Mid
 
|Mid
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|DrChip 8
 +
|align=left|{{Icon|GBA}}
 +
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
Line 945: Line 907:
 
|align=left|{{Icon|Pandora}}
 
|align=left|{{Icon|Pandora}}
 
|[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
 
|[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
|CHIP-8<br>S-CHIP
 
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
Line 951: Line 912:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|GB-CHIP8
+
|Chip-3DS
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon|3DS}}
|[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
+
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
|CHIP-8<br>S-CHIP
+
|Mid
|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) -->
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{~}}
|{{✓}}
 
 
|-
 
|-
|Vision-8 for Gameboy
+
|PSPChip8
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon|PSP}}
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
+
|[https://gbatemp.net/download/pspchip8.28298 1.0]
|CHIP-8
+
|Low
|Mid <!-- Passes Corax+, Fails 3rd checkmark 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
|{{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
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
+
|DreamChip
|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}}
 
|align=left|{{Icon|PSP}}
|[https://gbatemp.net/download/pspchip8.28298 1.0]
+
|[https://archive.org/details/dream-chipv-4.0.7z V4]
|CHIP-8
 
 
|Low
 
|Low
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{}}
 
|-
 
|-
|Chip-8 Emulator
+
|GB-8
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon2|GB}}
|[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
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|GB-8
 
|align=left|{{Icon2|GB}}
 
 
|[https://github.com/Hacktix/GB-8 git]
 
|[https://github.com/Hacktix/GB-8 git]
|CHIP-8
+
|High
|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>
+
|{{✗}}<ref Group=N name=Input_problems>Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable</ref>
 
|-
 
|-
 
|damaged chip8
 
|damaged chip8
 
|align=left|{{Icon2|GB}}
 
|align=left|{{Icon2|GB}}
 
|[https://github.com/lancekindle/damaged-chip8 git]
 
|[https://github.com/lancekindle/damaged-chip8 git]
|CHIP-8
+
|High
|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>
+
|{{✗}}<ref Group=N name=Input_problems>Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable</ref>
 
|-
 
|-
|Cobalt
+
|Vision-8 for Gameboy
 
|align=left|{{Icon2|GB}}
 
|align=left|{{Icon2|GB}}
|[https://github.com/NightShade256/Cobalt git]
+
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
|CHIP-8
+
|{{TBD}}
|High<abbr title="">*</abbr> <!-- Passes corax+, Passes flags, Quirks doesn't run. (CHIP-8 test suite v4.1)-->
+
|{{NC}}
|{{✓}}
 
|{{✗}}
 
|{{✗}}<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}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}<abbr title="Can't insert custom ROMs">*</abbr>
 
|-
 
|Chip8Adv
 
|align=left|{{Icon|GBA}}
 
|[https://github.com/Sterophonick/Chip8Adv git]
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,069: Line 963:
 
|align=left|{{Icon2|GB}}
 
|align=left|{{Icon2|GB}}
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|[https://github.com/Eggbertx/OmniChip-8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,075: Line 968:
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|Dingux-chip8
+
|GB-Chip8
|align=left|{{Icon|Dingoo}}
+
|align=left|{{Icon2|GB}}
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
+
|[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|gpchip
+
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
|align=left|{{Icon|Dingoo}}
+
|align=left|{{Icon|Vita}}
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
+
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
|CHIP-8
+
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|VITA-8
 +
|align=left|{{Icon|Vita}}
 +
|[https://github.com/xerpi/VITA-8 git]
 +
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Dingux-chip8
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
 +
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|gpchip
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,096: Line 1,011:
 
|align=left|{{Icon2|WonderSwan}}
 
|align=left|{{Icon2|WonderSwan}}
 
|[https://github.com/asiekierka/chips1 git]
 
|[https://github.com/asiekierka/chips1 git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,105: Line 1,019:
 
|align=left|{{Icon2|Playdate}}
 
|align=left|{{Icon2|Playdate}}
 
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
 
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
|CHIP-8
+
|{{TBD}}
|Mid
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
Line 1,114: Line 1,027:
 
|align=left|{{Icon|GP32}}
 
|align=left|{{Icon|GP32}}
 
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
 
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,123: Line 1,035:
 
|align=left|{{Icon|GP2X}}
 
|align=left|{{Icon|GP2X}}
 
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
 
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,132: Line 1,043:
 
|align=left|{{Icon2|Lynx}}
 
|align=left|{{Icon2|Lynx}}
 
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
 
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,141: Line 1,051:
 
|N-Gage
 
|N-Gage
 
|[http://bengirce.tripod.com/Emulation/crazychip.html 0.1]
 
|[http://bengirce.tripod.com/Emulation/crazychip.html 0.1]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,149: Line 1,058:
 
|CHIP/8
 
|CHIP/8
 
|P/ECE
 
|P/ECE
|[https://www.piece-me.org/ 20040504]
+
|[https://www.piece-me.org/ ?]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,159: Line 1,067:
 
|Pokitto
 
|Pokitto
 
|[https://github.com/spinalcode/Chip-8-Pokitto git]
 
|[https://github.com/spinalcode/Chip-8-Pokitto git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,168: Line 1,075:
 
|align=left|{{Icon2|PokeMini}}
 
|align=left|{{Icon2|PokeMini}}
 
|[https://github.com/tobiasvl/chip-8-mini git]
 
|[https://github.com/tobiasvl/chip-8-mini git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,177: Line 1,083:
 
===Other devices===
 
===Other devices===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 1,192: Line 1,097:
 
|HP48SX
 
|HP48SX
 
|[https://www.hpcalc.org/details/854 1.1]
 
|[https://www.hpcalc.org/details/854 1.1]
|S-CHIP
+
|{{TBD}}
|High
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|CHIP-48
+
|CHIP48
 
|HP48GX<br>HP48SX
 
|HP48GX<br>HP48SX
 
|[https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
 
|[https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
|CHIP-48
+
|{{TBD}}
|High
+
|{{}}
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 1,210: Line 1,113:
 
|align=left|{{Icon|Nspire}}
 
|align=left|{{Icon|Nspire}}
 
|[https://github.com/Ti64CLi/Chip8Emu git]
 
|[https://github.com/Ti64CLi/Chip8Emu git]
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
Line 1,217: Line 1,119:
 
|-
 
|-
 
|Schip8fx
 
|Schip8fx
|Casio AFX<br>Casio Fx-9860
+
|Casio AFX<br>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]
 
|[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
 
|Mid
 
|{{?}}
 
|{{?}}
Line 1,226: Line 1,127:
 
|-
 
|-
 
|C8SALT
 
|C8SALT
|<abbr title="TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE">TI-84 series</abbr>
+
|TI-84 series
 
|[https://github.com/NinjaWeedle/C8SALT git]
 
|[https://github.com/NinjaWeedle/C8SALT git]
|CHIP-8<br>S-CHIP
+
|{{TBD}}
|Low-Mid
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,237: Line 1,137:
 
|align=left|{{Icon|TI84+CE}}
 
|align=left|{{Icon|TI84+CE}}
 
|[https://github.com/Chip-84/chip-84 git]
 
|[https://github.com/Chip-84/chip-84 git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,246: Line 1,145:
 
|align=left|{{Icon|TI84+CE}}
 
|align=left|{{Icon|TI84+CE}}
 
|[https://github.com/kyleleong/chip84ce git]
 
|[https://github.com/kyleleong/chip84ce git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,255: Line 1,153:
 
|TI-68k
 
|TI-68k
 
|[https://github.com/n8pjl/chip8-ti68k git]
 
|[https://github.com/n8pjl/chip8-ti68k git]
|CHIP-8<br>S-CHIP<br>XO-CHIP<abbr title="Incomplete">*</abbr>
+
|{{TBD}}
|High<abbr title="Code review, not ROM tested">*</abbr>
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,264: Line 1,161:
 
|TI-83
 
|TI-83
 
|[https://www.ticalc.org/archives/files/fileinfo/69/6938.html 0.1]
 
|[https://www.ticalc.org/archives/files/fileinfo/69/6938.html 0.1]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,271: Line 1,167:
 
|-
 
|-
 
|Chip8/SChip8 Emulation Library
 
|Chip8/SChip8 Emulation Library
|TI-92<br>TI-92+
+
|TI-92<br>TI-92 Plus
 
|[https://www.ticalc.org/archives/files/authors/2/258.html 0.9 Beta]
 
|[https://www.ticalc.org/archives/files/authors/2/258.html 0.9 Beta]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,282: Line 1,177:
 
|Casio ClassPad 300
 
|Casio ClassPad 300
 
|[https://web.archive.org/web/20071015071105/http://classpad.org/games.html?id=5&cat=22 1.03]
 
|[https://web.archive.org/web/20071015071105/http://classpad.org/games.html?id=5&cat=22 1.03]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,289: Line 1,183:
 
|-
 
|-
 
|Vinegar
 
|Vinegar
|TI-83<br>TI-83+
+
|TI-83<br>TI-83 Plus
 
|[https://benryves.com/bin/vinegar/ 1.1]
 
|[https://benryves.com/bin/vinegar/ 1.1]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,300: Line 1,193:
 
|TI-85
 
|TI-85
 
|[https://www.ticalc.org/archives/files/fileinfo/67/6710.html 0.1]
 
|[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}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,327: Line 1,201:
 
|HP Prime
 
|HP Prime
 
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
 
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,336: Line 1,209:
 
|N0110
 
|N0110
 
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
 
|[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}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,347: Line 1,219:
 
|align=left|{{Icon|Arduino}}
 
|align=left|{{Icon|Arduino}}
 
|[https://github.com/jblebrun/8boy git]
 
|[https://github.com/jblebrun/8boy git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,356: Line 1,227:
 
|ESPboy
 
|ESPboy
 
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
 
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 1,365: Line 1,235:
 
|ESP32
 
|ESP32
 
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
 
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
|{{PublicDomain}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 1,374: Line 1,243:
 
|ESP8266
 
|ESP8266
 
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
 
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,383: Line 1,251:
 
|PIC16F17xx
 
|PIC16F17xx
 
|[https://github.com/mengstr/Tjipp8 git]
 
|[https://github.com/mengstr/Tjipp8 git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,392: Line 1,259:
 
|STM32
 
|STM32
 
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
 
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
|CHIP-8<br>CHIP-48<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,401: Line 1,267:
 
|STM32
 
|STM32
 
|[https://github.com/sash13/chip8-stm32 git]
 
|[https://github.com/sash13/chip8-stm32 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,410: Line 1,275:
 
|STM32
 
|STM32
 
|[https://github.com/AlfonsoJLuna/chip8stm32 git]
 
|[https://github.com/AlfonsoJLuna/chip8stm32 git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,419: Line 1,283:
 
|TM4C123
 
|TM4C123
 
|[https://github.com/shii-ro/TIVA8 git]
 
|[https://github.com/shii-ro/TIVA8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,428: Line 1,291:
 
|MSP430
 
|MSP430
 
|[https://github.com/anthonybuo/ByteBoy git]
 
|[https://github.com/anthonybuo/ByteBoy git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,439: Line 1,301:
 
|align=left|{{Icon|UEFI}}
 
|align=left|{{Icon|UEFI}}
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,448: Line 1,309:
 
|Miyoo
 
|Miyoo
 
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
|CHIP-8
+
|{{TBD}}
|Low <!-- Passes Corax+, fails 3rd and 4th checkmark for 8xy4 carry and happy, fails 2nd 3rd and 4th checkmark for 8xy7 and 8xy5 happy, fails 3rd and 4th checkmark for 8xy5 and 8xy7 for carry and last checkmark for 8xy6 and 8xyE carry. (CHIP-8 test suite v4.1) -->
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,457: Line 1,317:
 
|align=left|{{Icon2|RockBox}}
 
|align=left|{{Icon2|RockBox}}
 
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
|CHIP-8<br>S-CHIP
+
|{{TBD}}
|Mid<abbr title="Is a fork of SVision-8, accuracy should be the same">*</abbr>
+
|{{}}
|{{NC}}
+
|{{?}}
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
Line 1,468: Line 1,327:
 
|align=left|{{Icon2|PICO-8}}
 
|align=left|{{Icon2|PICO-8}}
 
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
 
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 1,477: Line 1,335:
 
|align=left|{{Icon2|TIC-80}}
 
|align=left|{{Icon2|TIC-80}}
 
|[https://tic80.com/play?cart=953 Update 4]
 
|[https://tic80.com/play?cart=953 Update 4]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
Line 1,486: Line 1,343:
 
|LowRes NX
 
|LowRes NX
 
|[https://lowresnx.inutilis.com/topic.php?id=1648 ?]
 
|[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]
 
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,504: Line 1,351:
 
|Vircon32
 
|Vircon32
 
|[https://vircon32.itch.io/chip-8-emulator ?]
 
|[https://vircon32.itch.io/chip-8-emulator ?]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,513: Line 1,359:
 
|Uxn
 
|Uxn
 
|[https://git.sr.ht/~rabbits/chip8uxn git]
 
|[https://git.sr.ht/~rabbits/chip8uxn git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,522: Line 1,367:
 
|MiniMicro
 
|MiniMicro
 
|[https://github.com/JoeStrout/minimicro-chip8 git]
 
|[https://github.com/JoeStrout/minimicro-chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,531: Line 1,375:
 
|-
 
|-
 
|chip8swemu
 
|chip8swemu
|Game & Watch: Super Mario Bros
+
|align=left|Game & Watch: Super Mario Bros
 
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
 
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
|CHIP-8<br>S-CHIP
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
Line 1,539: Line 1,382:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|fz-schip
+
|flipper-chip
 
|Flipper Zero
 
|Flipper Zero
|[https://github.com/Milk-Cool/fz-schip git]
+
|[https://github.com/dwdraugr/flipper-chip git]
|S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{✗}}
|-
 
|flipper-chip
 
|Flipper Zero
 
|[https://github.com/dwdraugr/flipper-chip git]
 
|CHIP-8
 
|{{TBD}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|Chip-8-WatchOS
 
|WatchOS
 
|[https://github.com/ryanggrey/chip-8-watchOS git]
 
|CHIP-8
 
|{{TBD}}
 
|{{✓}}
 
|{{✗}}
 
|{{R}}
 
|-
 
|Uze8
 
|Uzebox
 
|[https://github.com/Uzebox/uzebox/tree/master/demos/Uze8 git]
 
|CHIP-8<br>SCHIP
 
|{{TBD}}
 
|{{✓}}
 
|{{✗}}
 
|{{R}}
 
|-
 
!colspan="10"|FPGA
 
 
|-
 
|-
 
|ICED Potato
 
|ICED Potato
 
|ICE40UP5K
 
|ICE40UP5K
 
|[https://github.com/Hypnotron/iced-potato git]
 
|[https://github.com/Hypnotron/iced-potato git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
 +
|-
 +
!colspan="10"|FPGA
 
|-
 
|-
 
|CHIP-8 console on FPGA
 
|CHIP-8 console on FPGA
 
|TinyFPGA BX
 
|TinyFPGA BX
 
|[https://github.com/pwmarcz/fpga-chip8 git]
 
|[https://github.com/pwmarcz/fpga-chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,598: Line 1,411:
 
|Altera DE1
 
|Altera DE1
 
|[https://github.com/VitorVilela7/FpChip8 git]
 
|[https://github.com/VitorVilela7/FpChip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,607: Line 1,419:
 
|Zedboard FPGA
 
|Zedboard FPGA
 
|[https://github.com/tweger1999/FPGA_Chip_8_Emulator git]
 
|[https://github.com/tweger1999/FPGA_Chip_8_Emulator git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,616: Line 1,427:
 
|Nexys A7-50T
 
|Nexys A7-50T
 
|[https://github.com/gergoerdi/clash-chip8 git]
 
|[https://github.com/gergoerdi/clash-chip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,625: Line 1,435:
 
|Digilent Nexys 3<br>MiST
 
|Digilent Nexys 3<br>MiST
 
|[https://github.com/gbraad/fpga-chip8 git]
 
|[https://github.com/gbraad/fpga-chip8 git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,634: Line 1,443:
 
|Arty A7-100T
 
|Arty A7-100T
 
|[https://github.com/matthijsvanvliet/CHIP8-FPGA git]
 
|[https://github.com/matthijsvanvliet/CHIP8-FPGA git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{PublicDomain}}
 
|{{PublicDomain}}
Line 1,642: Line 1,450:
 
===Other platforms===
 
===Other platforms===
  
{|class="wikitable" style="text-align:center;width:100%"
+
{|class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest version
+
! scope="col"|Latest Version
! scope="col"|[[#Extensions|Extension(s)]]
 
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 1,657: Line 1,464:
 
|Neovim
 
|Neovim
 
|[https://github.com/rktjmp/chip-8.nvim git]
 
|[https://github.com/rktjmp/chip-8.nvim git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,666: Line 1,472:
 
|Emacs
 
|Emacs
 
|[https://depp.brause.cc/chip8.el/ git]
 
|[https://depp.brause.cc/chip8.el/ git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,677: Line 1,482:
 
|GameMaker
 
|GameMaker
 
|[https://github.com/Dudeidu/CHIP8-GM git]
 
|[https://github.com/Dudeidu/CHIP8-GM git]
|CHIP-8<br>S-CHIP
 
 
|High-Mid
 
|High-Mid
 
|{{✓}}
 
|{{✓}}
Line 1,686: Line 1,490:
 
|MegaZeux
 
|MegaZeux
 
|[https://www.digitalmzx.com/show.php?id=1262 1.0]
 
|[https://www.digitalmzx.com/show.php?id=1262 1.0]
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
Line 1,695: Line 1,498:
 
|Minecraft
 
|Minecraft
 
|[https://pastebin.com/2h0b6L2B 1.0]
 
|[https://pastebin.com/2h0b6L2B 1.0]
|CHIP-8
 
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
|-
 
|Godot CHIP-8 Emulator
 
|Godot (GDScript)
 
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
 
|CHIP-8
 
|Low
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
 
|chip8emu-agk
 
|chip8emu-agk
|AppGameKit Classic
+
|AppGameKit 2
 
|[https://github.com/thaolt/chip8emu-agk git]
 
|[https://github.com/thaolt/chip8emu-agk git]
|CHIP-8<br>S-CHIP
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,719: Line 1,511:
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|CHIP-8 MC
+
|Godot CHIP-8 Emulator
|Minecraft
+
|Godot (GDScript)
|[https://github.com/JasonYuan869/chip8mc git]
+
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
 
|-
 
|chip8
 
|Garry's Mod
 
|[https://pastebin.com/iH5rSwzC ?]
 
|CHIP-8
 
|{{TBD}}
 
|{{?}}
 
|{{R}}
 
 
|{{R}}
 
|{{R}}
 
|-
 
|-
Line 1,740: Line 1,522:
 
|Garry's Mod
 
|Garry's Mod
 
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
 
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
Line 1,749: Line 1,530:
 
|Unity
 
|Unity
 
|[https://github.com/jarkkopa/Chip8Unity git]
 
|[https://github.com/jarkkopa/Chip8Unity git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
Line 1,758: Line 1,538:
 
|Unity
 
|Unity
 
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
 
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{PublicDomain}}
 
|{{PublicDomain}}
Line 1,764: Line 1,543:
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|LOVE-8
+
|VChip8
|LÖVE
+
|Counter-Strike: Global Offensive
|[https://github.com/tobiasvl/love-8 git]
+
|[https://github.com/Flyguygx/VChip8 git]
|CHIP-8
 
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|VChip8
+
!colspan="10"|Programming language
|Counter-Strike: Global Offensive
+
|-
|[https://github.com/Flyguygx/VChip8 git]
+
|CHIP-36
|CHIP-8
+
|{{Icon|Java}}
|{{TBD}}
+
|[https://github.com/Le36/chip36 git]
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Other
+
|SnxChip8
 +
|{{Icon|Java}}
 +
|[https://code.google.com/archive/p/snx-chip8/downloads ?]
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 
|-
 
|-
|chip8.deck
+
|SuperCHIP Emulator
|Decker
+
|{{Icon|Java}}
|[https://www.beyondloom.com/decker/chip8.html ?]
+
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
|CHIP-8
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
|CHIP-8 IN DESMOS
+
|DALE-8A
|Desmos
+
|AWK
|[https://www.desmos.com/calculator/cschip8080 ?]
+
|[https://github.com/farooqkz/DALE-8A git]
|CHIP-8
+
|High-Mid
|{{TBD}}
+
|{{PublicDomain}}
 +
|{{}}
 +
|{{✓}}
 +
|-
 +
|awk-chip8
 +
|gawk
 +
|[https://github.com/patsie75/awk-chip8 git]
 +
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{✓}}
 +
|-
 +
|00SChip8
 +
|PureBasic
 +
|[https://github.com/00laboratories/00SChip8 git]<br>[https://00laboratories.com/project/00schip8 2016]
 +
|High-Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 
|-
 
|-
|Chip-84 Rainmeter Edition
+
|Project Cherry
|Rainmeter
+
|FreeBASIC
|[https://github.com/Chip-84/chip-84-rainmeter git]
+
|[https://github.com/Sarania/Project-Cherry git]
|CHIP-8<br>S-CHIP
+
|Mid
|{{TBD}}
 
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
|chip8
+
|VB Chip-8
|MRE
+
|Visual Basic 6
|[https://world64.spcs.bio/files/view/73238827/?Li=-60745876&Lii=73238827&Link_id=977428&Lt=48&Sn=1 1 and 2]
+
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
|CHIP-8
+
|Mid
|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"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
!colspan="10"|Programming languages
+
|VChip 8
|-
+
|Visual Basic 6
|CHIP-36
+
|[https://github.com/Planet-Source-Code/raziel-vchip-8-chip-8-emulator-update-v1-0-1__1-47851/ git]
|align=left|{{Icon|Java}}
+
|Mid
|[https://github.com/Le36/chip36 git]
 
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
|High
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{~}}
 
|-
 
|-
|SnxChip8
+
|chip-8-vba
|align=left|{{Icon|Java}}
+
|Visual Basic for Applications
|[https://code.google.com/archive/p/snx-chip8/downloads ?]
+
|[https://github.com/rndtrash/chip-8-vba git]
|CHIP-8
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{}}
 
|-
 
|-
|SuperCHIP Emulator
+
|Chip8VB
|align=left|{{Icon|Java}}
+
|Visual Basic .NET
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
+
|[https://github.com/neethan/Chip8VB git]
|CHIP-8<br>S-CHIP
+
|Low
|Mid
+
|{{?}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
|-
 
|DALE-8A
 
|AWK
 
|[https://github.com/farooqkz/DALE-8A git]
 
|CHIP-8
 
|High-Mid
 
|{{PublicDomain}}
 
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
 
|-
 
|-
|awk-chip8
+
|Chip8 SmallBasic
|gawk
+
|SmallBasic
|[https://github.com/patsie75/awk-chip8 git]
+
|[https://github.com/pixelomer/Chip8-SmallBasic git]
|CHIP-8<br>S-CHIP
+
|Low
|Mid
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8
 +
|BlitzMax
 +
|[https://github.com/Hezkore/chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|fc8
+
|WAVE Multi-Emulator
|Fortran
+
|Scratch
|[https://github.com/ivan-pi/fc8 git]
+
|[https://scratch.mit.edu/projects/824826123 1.1.2]<br>[https://github.com/NinjaWeedle/Wave-Multi-Emulator git]
|CHIP-8
+
|{{TBD}}
|High
+
|{{?}}
|{{}}
+
|{{}}
|{{}}
+
|{{R}}
|{{}}
 
 
|-
 
|-
|AuChip
+
|emuchip8me
|Processing
+
|J2ME
|[https://github.com/GamingMadster/AuChip git]
+
|[https://github.com/jborza/emuchip8me git]
|CHIP-8<br>S-CHIP<br>XO-CHIP
+
|{{TBD}}
|High
+
|{{?}}
|{{}}
+
|{{}}
|{{}}
+
|{{R}}
|{{}}
 
 
|-
 
|-
|00SChip8
+
|cl-chip8
|PureBasic
+
|Common Lisp
|[https://00laboratories.com/project/00schip8 2016]<br>[https://github.com/00laboratories/00SChip8 git]
+
|[https://github.com/sjl/cl-chip8 git]
|CHIP-8<br>S-CHIP
+
|{{TBD}}
|High-Mid
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Project Cherry
+
!colspan="10"|Other
|FreeBASIC
+
|-
|[https://github.com/Sarania/Project-Cherry git]
+
|LOVE-8
|CHIP-8<br>S-CHIP
+
|LÖVE
|Mid
+
|[https://github.com/tobiasvl/love-8 git]
|{{NC}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Odin Chip-8 Emulator
+
|Chip-84 Rainmeter Edition
|Odin
+
|Rainmeter
|[https://github.com/MikaLaurila/odin-chip8emu 1.0]
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
|CHIP-8
+
|{{TBD}}
|Mid
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 +
|}
 +
 
 +
==Extension support==
 +
 
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Computer
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! <abbr title="Other extensions">Other</abbr>
 
|-
 
|-
|Chip8
+
|Cadmium
|Visual Basic .NET
 
|[https://github.com/DualBrain/vbPixelGameEngine/tree/main/samples/misc/Chip8 git]
 
|CHIP-8
 
|Mid
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadmium supported CHIP-8 variants] - Cadmium Github</ref>
 
|-
 
|-
|chip8
+
|C-Octo
|SpecBAS
+
|{{}}
|[https://github.com/ZXDunny/SpecBAS-Demos/blob/master/Toys/chip8 git]
 
|CHIP-8
 
|High
 
|{{PublicDomain}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|-
 
|-
|chip8
+
|CubeChip-SDL
|BlitzMax
+
|{{}}
|[https://github.com/Hezkore/chip8 git]
+
|{{}}
|CHIP-8<br>S-CHIP
 
|Mid
 
|{{?}}
 
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 
|-
 
|-
|VB Chip-8
+
|JAXE
|Visual Basic <!-- Visual Basic 6-->
+
|{{✓}}
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
+
|{{✓}}
|CHIP-8<br>S-CHIP
+
|{{}}
|Mid
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{~}}
 
 
|-
 
|-
|Chip8 SmallBasic
+
|chip8swemu
|SmallBasic
+
|{{✓}}
|[https://github.com/pixelomer/Chip8-SmallBasic git]
+
|{{}}
|CHIP-8
 
|Low<abbr title="Code review, not ROM tested">*</abbr>
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|WAVE Multi-Emulator
+
|[[DSP]]
|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
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|VChip 8
+
|Fish 'N' Chips
|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-->
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}<ref>https://web.archive.org/web/20080905152446/http://hap.samor.nl:80/</ref>
 +
|-
 +
|InfoChip8
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|-
 
|chip-8-vba
 
|Visual Basic for Applications
 
|[https://github.com/rndtrash/chip-8-vba git]
 
|CHIP-8
 
|Very Low <!-- Quirks fails to run, fails 8xy7 and Registers test in Corax+. Fails the 3rd checkmark of Carry 8xy6 and 8xyE, all checkmarks of 8xy7 (happy and carry), 5th of 8xy4 (happy and carry), fails 2nd checkmark of Happy 8xy5 (CHIP-8 test suite v4.1) -->
 
|{{PublicDomain}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8VB
+
|shmip8
|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 checkmarks but the 1st for Happy 8xy7, 8xy5 and Carry 8xy4, fails 3rd checkmark for Carry 8xy6 and 8xyE, fails the last 2 checkmarks in Happy 8xy4, Carry 8xy5 and 8xy7, fails to render Quriks -->
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 Interpreter
+
|Vision-8
|PureBasic
+
|{{✓}}
|[https://www.purebasic.fr/german/viewtopic.php?p=356188 ?]
+
|{{✗}}
|CHIP-8
+
|{{✗}}
|{{TBD}}
+
|{{✗}}
|{{?}}
+
|-
 +
|SVision-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8 (DOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Interpreter (DOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (DOS)
 +
|{{✓}}
 +
|{{}}
 +
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|-
|-
+
|DOS Chip-8 / VChip-8
|emuchip8me
+
|{{✓}}
|J2ME
+
|{{✓}}
|[https://github.com/jborza/emuchip8me git]
+
|{{✗}}
|CHIP-8<br>S-CHIP
+
|{{✗}}
|{{TBD}}
+
|-
|{{?}}
+
|chip8-asm64-emu
|{{✗}}
+
|{{✓}}
|{{R}}
+
|{{✗}}
|-
+
|{{✗}}
|PHP Chip-8 Emulator
+
|{{✗}}
|PHP
+
|-
|[https://github.com/mario-deluna/php-chip8 git]
+
|OmniChip-8
|CHIP-8
+
|{{✓}}
|{{TBD}}
+
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CowChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-DOS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Pin8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (KolibriOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 (ZealOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Emu OS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 for Suns
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Crazy-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MacVision-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ChipEm
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (Amiga)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 (Atari 8-bit)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip09
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-OTTO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ZX Chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C64 Chip-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 Emulator (Commodore 64)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MoeCHIP-8 for C64
 +
|{{}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Vic-20 Chip-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Simulator BBC/Master
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 (RISC OS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SCHIP (Windows CE)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-850
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|LXV8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-100
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|IC35 Chip8 emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Mobile
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|ChipChip
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
 +
|-
 +
|iPhone-Chip-8-Emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|WinRT-CHIP8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PalmChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DALE-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Pico-CHIP8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MeltChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Console
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Chip8 Xbox One
 +
|{{✓}}
 +
|{{✗}}
 +
|{{}}
 +
|{{✗}}
 +
|-
 +
|CHIP8 Emulator (Wii U)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chippy
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip 8 Emulator (GameCube)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-n64
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PsChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Super-Chip8x
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8 TO SMD
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (PS2/PS3)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-NX
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8x
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-3DO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator (PS4)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip-64
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 GENESIS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|NES CHIP-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Sega Genesis CHIP-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-F8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 XNA
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Whack-a-Mole
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CrabEmu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (Dreamcast)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (Saturn)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SMS Chip-8 interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chipce8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chippi
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8me
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DrChip 8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CEightY
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-3DS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 Emulator (PSP)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DreamChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GB-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|damaged chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GB-Chip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MicroCHIP
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|VITA-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Dingux-Chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|gpchip (Dingoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chips1
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Chip8Pd
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8 (GP32)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|EFCS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (Lynx)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-N
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP/8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{}}
 +
|-
 +
|Chip-8-Pokitto
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 mini
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Calculator
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|SUPER-CHIP
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP48
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Emu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Schip8fx
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8SALT
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-84
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip84CE
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-TI68k
 +
|{{✓}}
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|Chip83
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8/SChip8 Emulation Library
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CP300 Chip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Vinegar
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|uChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|HP Prime Chip8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 (N0110)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Microcontroller
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|8boy
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESPboy CHIP8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|ESP32TinyChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8-esp8266
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Tjipp8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 STM32
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
 +
|-
 +
|chip8-stm32
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8stm32
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|TIVA8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ByteBoy
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Firmware
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|CHIP-8 UEFI
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GPCHIP (Miyoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PluginChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Fantasy Computer/Console
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|CHIP-8 Emulator (PICO-8)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-80
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8 Emulator (LowRes NX)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator (Vircon32)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8uxn
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|minimicro-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Other
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|chip8 (PC-1350/PC-1360/PC-2500)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|flipper-chip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ICED POTATO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 console on FPGA
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|FpChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|FPGA Chip-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Clash CHIP-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|FPGA SuperChip
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-FPGA
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Browser
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Octo
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Silicon8
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 (Web)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8.js
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Flip8 Redux
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Program add-on/plugin
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|chip-8.nvim
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|chip8.el
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-GM
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MegaZeux CHIP-8 Emulator
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Blit-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8emu-agk
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Godot CHIP-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|E2-CHIP-8-interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Interpreter4Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|VChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Programming language
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|CHIP-36
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|SnxChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SuperCHIP Emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DALE-8A
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|awk-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|00SChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Project Cherry
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|VB Chip-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|VChip 8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip-8-vba
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8VB
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 SmallBasic
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8 (BlitzMax)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|WAVE Multi-Emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://scratch.mit.edu/studios/27152609/ Wave Emulator Collaboration page]</ref>
 +
|-
 +
|emuchip8me
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|cl-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Other
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|LOVE-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-84 Rainmeter Edition
 +
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
 
|-
 
|cl-chip8
 
|Common Lisp
 
|[https://github.com/sjl/cl-chip8 git]
 
|CHIP-8
 
|{{TBD}}
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{R}}
 
 
|}
 
|}
  
Line 2,043: Line 2,890:
  
 
{{Placeholder}}
 
{{Placeholder}}
'''PC/Multi-system'''
+
;PC/Multi-system
 
+
:Interpreters that support PC (x86), includes alternative systems the interpreter supports.
Interpreters that support PC (x86), includes alternative systems the interpreter supports.<br>
+
* '''Cadmium''' The GUI is hard to navigate, many emulation options, Best CHIP-8 [https://github.com/gulrak/cadmium#supported-chip-8-variants extension support], Great debugger. '''(PC, Web)'''
:'''Cadmium''' (PC, Web)
+
* '''C-Octo''' Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. '''(PC, Raspberry Pi)'''
::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.
+
* '''CubeChip-SDL''' Drag and drop to load ROMs. '''(PC)'''
:'''C-Octo''' (PC, Raspberry Pi, PocketCHIP)
+
* '''JAXE''' Good selections of options for emulation, Defaults to S-CHIP mod. '''(PC, Libretro)'''
::Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP.
+
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
:'''CubeChip-SDL''' (PC)
+
* '''[[DSP]]''' Hard to use and run games.'''(PC)'''
::Drag and drop to load ROMs.
+
* '''Fish 'N' Chips''' Simple GUI with, easy to navigate. '''(Windows)'''
:'''JAXE''' (PC, Libretro)
+
* '''InfoChip8''' Rainbow color palette. Nothing else notable, command line/Terminal. '''(Windows)'''
::Good selections of options for emulation, Defaults to S-CHIP mod.
+
* '''shmip8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
:'''Dorito''' (PC)
+
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Coleco, Amiga, MSX)'''
:Placeholder text.
+
* '''SVision-8''' Adds S-CHIP support to Vision-8 '''(PC, Coleco, Amiga, MSX)'''
:'''chip8swemu''' (PC, G&W)
+
* '''C8''' Nothing notable, command line/Terminal. '''(DOS)'''
::Simple GUI with, easy to navigate.
+
* '''CHIP-8 Interpreter''' Nothing notable, command line/Terminal. '''(DOS)'''
:'''[[DSP]]''' (PC)
+
* '''Chip8''' Odd key-mapping. Nothing else notable, command line/Terminal. '''(DOS)'''
::Hard to navigate GUI.
+
* '''DOS Chip-8 / VChip-8''' Nothing notable, command line/Terminal. '''(DOS)'''
:'''Fish 'N' Chips''' (Windows)
+
* '''chip8-asm64-emu''' Nothing notable, command line/Terminal. '''(Linux)'''
::Simple GUI with, easy to navigate.
+
* '''OmniChip-8''' Nothing notable, command line/Terminal '''(PC)'''
:'''Pin8''' (Haiku)
+
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(Windows)'''
::Can use either in-app buttons or keyboard keys for input.
+
* '''Chip8-DOS''' Nothing notable, command line/Terminal. '''(DOS)'''
:'''InfoChip8''' (Windows)
+
* '''Pin8''' Placeholder text. '''(Haiku)'''
::Rainbow color palette, odd key-mapping. Nothing else notable, command line/Terminal.
+
* '''CHIP-8 Emulator''' Placeholder text. '''(KolibriOS)'''
:'''shmip8''' (PC)
+
* '''CHIP-8''' Placeholder text. '''(ZealOS)'''
::Needs ROM to be specified in command line/terminal.
+
* '''Emu OS''' Placeholder text. '''(x86 CPU)'''
:'''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.
 
:'''chip8-asm64-emu''' (Linux)
 
::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.
 
:'''Emu OS''' (x86 CPU)
 
::Placeholder text.
 
 
;Mobile / ARM
 
;Mobile / ARM
:'''Chip8''' (Android)
+
* '''Chip8''' Touchscreen buttons for keys. '''(Android)'''
::Touchscreen buttons for keys.
+
* '''ChipChip''' Touchscreen buttons for keys. '''(Android)'''
:'''ChipChip''' (Android)
+
* '''iPhone-Chip-8-Emulator''' Placeholder text. '''(iOS)'''
::Touchscreen buttons for keys.
+
* '''WinRT-CHIP8''' Placeholder text. '''(Windows Phone)'''
:'''iPhone-Chip-8-Emulator''' (iOS)
+
* '''PalmChip8''' Placeholder text. '''(Palm)'''
::Placeholder text.
+
* '''DALE-8''' Placeholder text. '''(KaiOS)'''
:'''WinRT-CHIP8''' (Windows Phone)
+
* '''Pico-CHIP8''' Placeholder text. '''(Raspberry Pi Pico)'''
::Placeholder text.
+
* '''MeltChip''' Placeholder text. '''(BlackBerry PlayBook)'''
:'''PalmChip8''' (PalmOS)
+
;<abbr title="Web browser">Web</abbr>
::Placeholder text.
+
* '''Octo''' IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). '''(Web)'''
:'''DALE-8''' (KaiOS)
+
* '''Silicon8''' allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. '''(Web)'''
::Placeholder text.
+
* '''Chip-8''' currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button '''(Web)'''
:'''Pico-CHIP8''' (Raspberry Pi Pico)
+
* '''Chip8.js''' Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. '''(Web)'''
::Placeholder text.
+
* '''Flip8 Redux''' Can't load custom CHIP-8 binaries/ROMs. '''(Web)'''
:'''MeltChip''' (BlackBerry PlayBook)
+
;Computers (PPC, m64k)
::Placeholder text.
+
* '''Chip-8 for Suns''' Placeholder text. '''(SunOS)'''
'''<abbr title="Web browser">Web</abbr>
+
* '''Crazy-8''' Placeholder text. '''(Classic Mac OS)'''
:'''Octo'''
+
* '''MacVision-8''' Placeholder text. '''(Classic Mac OS)'''
::IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
+
* '''ChipEm''' Placeholder text. '''(Amiga)'''
:'''Silicon8'''
+
* '''Chip8''' Placeholder text. '''(Amiga)'''
::allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
+
;Home computers
:'''Chip-8'''
+
* '''Chip-8''' Placeholder text. '''(Atari 8-bit)'''
::currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button
+
* '''Chip09''' Needs recompilation for custom ROMs, using [http://www.lwtools.ca/ LWTOOLS]. '''(Tandy CoCo 2, Dragon 32/64)'''
:'''Chip8.js'''
+
* '''CHIP-OTTO''' Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape. '''(ZX Spectrum, ZX Spectrum Next)'''
::Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
+
* '''ZX Chip8''' Placeholder text. '''(ZX Spectrum)
:'''Flip8 Redux'''
+
* '''C64 Chip-8''' Placeholder text. '''(Commodore 64)'''
::Can't load custom CHIP-8 binaries/ROMs.
+
* '''OmniChip-8''' Placeholder text. '''(Commodore 64)'''
'''Computers (PPC, m64k)
+
* '''Chip-8 Emulator''' Placeholder text. '''(Commodore 64)'''
:'''Chip-8 for Suns''' (SunOS)
+
* '''MoeCHIP-8 for C64''' Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler]. '''(Commodore 64)'''
::Placeholder text.
+
* '''Vic-20 Chip-8 Emulator''' Separate floppy disk for games, instructions in manual for custom ROMs. '''(VIC-20)'''
:'''Crazy-8''' (Classic Mac OS)
+
* '''CHIP-8 Simulator BBC/Master''' Placeholder text. '''(BBC Micro, BBC Master)'''
::Placeholder text.
+
* '''Chip-8''' Placeholder text. '''(RISC OS)'''
:'''MacVision-8''' (Classic Mac OS)
+
;Portable computers
::Placeholder text.
+
* '''SCHIP''' Placeholder text. '''(Windows CE)'''
:'''ChipEm''' (Amiga)
+
* '''chip8''' Placeholder text. '''(Sharp PC-1350, PC-1360, PC-2500)'''
::Placeholder text.
+
* '''CHIP-850''' Placeholder text. '''(PC-G850)'''
:'''Chip8''' (Amiga)
+
* '''LXV8''' Placeholder text. '''(HP 95LX, HP 100LX, HP 200LX)'''
::Placeholder text.
+
* '''CHIP8-100''' Placeholder text. '''(TRS-80 Model 100)'''
'''Home computers
+
* '''IC35 Chip8 emulator''' Placeholder text. '''(Siemans IC35)'''
:'''Chip-8''' (Atari 8-bit)
+
;Console
::Placeholder text.
+
* '''Chip8 Xbox One''' Placeholder text. '''(Xbox one)'''
:'''Chip09''' (Tandy CoCo 2, Dragon 32/64)
+
* '''CHIP8 Emulator''' Placeholder text. '''(Wii U)'''
::Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].
+
* '''Chippy''' Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. '''(Wii)'''
:'''CHIP-OTTO''' (ZX Spectrum, ZX Spectrum Next)
+
* '''Chip 8 Emulator''' Placeholder text. '''(GameCube)'''
::Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape.
+
* '''Chip8-n64''' Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon]. '''(Nintendo 64)'''
:'''ZX Chip8''' (ZX Spectrum)
+
* '''PsChip8''' Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make '''(PlayStation 1)'''
::Placeholder text.
+
* '''Super Chip8x''' Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar]. '''(Super Nintendo)'''
:'''C64 Chip-8''' (Commodore 64)
+
* '''CHIP8 TO SMD''' Placeholder text. '''(Genesis / Mega Drive)'''
::Placeholder text.
+
* '''CHIP8''' Placeholder text. '''(PlayStation 2, PlayStation 3)'''
:'''Chip-8 Emulator''' (Commodore 64)
+
* '''Chip8-NX''' Placeholder text. '''(Switch)'''
::Placeholder text.
+
* '''Chip8x''' Good interface. Can load ROMs from disk, HDD or any other storage device '''(Xbox)'''
:'''MoeCHIP-8 for C64''' (Commodore 64)
+
* '''Chip8 Emulator''' Placeholder text. '''(PlayStation 4)'''
::Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler].
+
* '''Chip8-3DO''' Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev]. '''(3DO)'''
:'''Vic-20 Chip-8 Emulator''' (VIC-20)
+
* '''chip-64''' Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass]. '''(Nintendo 64)'''
::Separate floppy disk for games, instructions in manual for custom ROMs.
+
* '''CHIP-8 GENESIS''' Placeholder text. '''(Genesis / Mega Drive)'''
:'''CHIP-8 Simulator BBC/Master''' (BBC Micro, BBC Master)
+
* '''NES CHIP-8''' Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65]. '''(Nintendo Entertainment System)'''
::Placeholder text.
+
* '''Sega Genesis CHIP-8''' Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK] '''(Genesis / Mega Drive)'''
:'''Chip-8''' (RISC OS)
+
* '''CHIP-F8''' Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm]. '''(Channel F)'''
::Placeholder text.
+
* '''Chip-8 XNA''' Placeholder text. '''(Xbox 360)'''
'''Portable computers
+
* '''Whack-a-Mole''' Placeholder text. '''(Dreamcast)'''
:'''SCHIP''' (Windows CE)
+
* '''CrabEmu''' Placeholder text. '''(Dreamcast)'''
::Placeholder text.
+
* '''SMS Chip-8 interpreter''' Placeholder text. '''(Master System)'''
:'''chip8''' (Sharp PC-1350, Sharp PC-1360, Sharp PC-2500)
+
* '''CHIP-8 emulator''' Placeholder text. '''(Saturn)'''
::Placeholder text.
+
* '''chipce8''' Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS]. '''(PC Engine / Turbo Grafx 16)'''
:'''CHIP-850''' (PC-G850)
+
* '''Chippi''' Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. Written in IntyBASIC '''(Intellivision)'''
::Placeholder text.
+
;Handheld console
:'''LXV8''' (HP 95LX, HP 100LX, HP 200LX)
+
* '''Chip8me''' Simple, easy to use GUI, loads ROMs from SD card. '''(Nintendo DS)'''
::Placeholder text.
+
* '''DrChip 8''' Placeholder text. '''(Game Boy Advance)'''
:'''CHIP8-100''' (TRS-80 Model 100)
+
* '''CEightY''' Placeholder text. '''(Pandora)'''
::Placeholder text.
+
* '''Chip-3DS''' Placeholder text. '''(3DS)'''
:'''IC35 Chip8 emulator''' (Siemans IC35)
+
* '''PSPChip8''' Basic ROM selection interface. '''(PlayStation Portable)'''
::Placeholder text.
+
* '''DreamChip''' Placeholder text. '''(PlayStation Portable)'''
'''Console'''
+
* '''GB-8''' Basic ROM selection interface. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.5.0 RGBDS v0.5.0]. '''(Game Boy)'''
:'''Chip8 Xbox One''' (Xbox one)
+
* '''damaged chip8''' 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]. '''(Game Boy)'''
::Placeholder text.
+
* '''Vision-8 for Gameboy''' Needs recompilation for custom ROMs, using [https://gbdk.sourceforge.net/ GBDK]. '''(Game Boy)'''
:'''CHIP8 Emulator''' (Wii U)
+
* '''OmniChip-8''' Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk]'''(Game Boy)'''
::Placeholder text.
+
* '''MicroCHIP''' Simple ROM selection. '''(PlayStation Vita)'''
:'''Chippy''' (Wii)
+
* '''VITA-8''' Placeholder text. '''(PlayStation Vita)'''
::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.
+
* '''Dingux-chip8''' Placeholder text. '''(Dingoo)'''
:'''Chip 8 Emulator''' (GameCube)
+
* '''gpchip ''' Placeholder text. '''(Dingoo)'''
::Placeholder text.
+
* '''Chips1''' Placeholder text. '''(WonderSwan)'''
:'''Chip8-n64''' (Nintendo 64)
+
* '''Chip8Pd''' Placeholder text. '''(Playdate)'''
::Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon].
+
* '''C8''' Placeholder text. '''(GP32)'''
:'''PsChip8''' (PlayStation)
+
* '''EFCS''' Placeholder text. '''(GP2X)'''
::Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make
+
* '''Chip8''' Placeholder text. '''(Lynx)'''
:'''Super Chip8x''' (Super Nintendo)
+
* '''Chip-N''' Placeholder text. '''(N-Gage)'''
::Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar].
+
* '''CHIP/8''' Placeholder text. '''(P/ECE)'''
:'''CHIP8''' (PlayStation 2, PlayStation 3)
+
* '''Chip-8-Pokitto''' Placeholder text. '''(Pokitto)'''
::Placeholder text.
+
* '''CHIP-8 mini''' Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS]. '''(Pokemon Mini)'''
:'''Chippi+''' (Intellivision)
+
;Calculator
::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].
+
* '''SUPER-CHIP''' Placeholder text. '''(49G)'''
:'''CHIP8 TO SMD''' (Genesis / Mega Drive)
+
* '''CHIP48''' Placeholder text. '''(HP48GX, GP48SX)'''
::Placeholder text.
+
* '''Chip8Emu''' Placeholder text. '''(TI-Nspire)'''
:'''Chip8-NX''' (Switch)
+
* '''schip8fx''' Placeholder text. '''(Casio AFX, Fx-9860)'''
::Placeholder text.
+
* '''C8SALT''' Placeholder text. Written in TI-BASIC '''(TI-84+ CE)'''
:'''Chip8x''' (Xbox)
+
* '''Chip-84''' Placeholder text. '''(TI-84+ CE)'''
::Good interface. Can load ROMs from disk, HDD or any other storage device
+
* '''Chip84CE''' Placeholder text. '''(TI-84+ CE)'''
:'''Chip8 Emulator''' (PlayStation 4)
+
* '''Chip8-TI68k''' Placeholder text. '''(TI68k)'''
::Placeholder text.
+
* '''Chip83''' Placeholder text. '''(TI-83)'''
:'''Chip8-3DO''' (3DO)
+
* '''Chip8/SChip8 Emulation Library''' Placeholder text. '''(TI-92, TI-92 Plus)'''
::Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev].
+
* '''CP300 Chip8''' Placeholder text. '''(Casio ClassPad 300)'''
:'''chip-64''' (Nintendo 64)
+
* '''Vinegar''' Placeholder text. '''(TI-83, TI-83+)'''
::Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass].
+
* '''uChip8''' Placeholder text. '''(TI-85)'''
:'''CHIP-8 GENESIS''' (Genesis / Mega Drive)
+
* '''HP Prime Chip8 Emulator''' Placeholder text. '''(HP Prime)'''
::Placeholder text.
+
* '''CHIP-8''' Placeholder text. '''(N0110)'''
:'''NES CHIP-8''' (Nintendo Entertainment System)
+
;Microcontrollers
::Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65].
+
* '''8boy''' Placeholder text. '''(Arduino)'''
:'''Sega Genesis CHIP-8''' (Genesis / Mega Drive)
+
* '''ESPboy CHIP8''' Placeholder text. '''(ESPboy)'''
::Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK]
+
* '''ESP32TinyChip8''' Placeholder text. '''(ESP32)'''
:'''CHIP-F8''' (Channel F)
+
* '''chip8-esp8266 ''' Placeholder text. '''(ESP8266)'''
::Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm].
+
* '''Tjipp8''' Placeholder text. '''(PIC16F17xx)'''
:'''Chip-8 XNA''' (Xbox 360)
+
* '''Chip-8 STM32''' Placeholder text. '''(STM32)'''
::Placeholder text.
+
* '''chip8-stm32''' Placeholder text. '''(STM32)'''
:'''Whack-a-Mole''' (Dreamcast)
+
* '''chip8stm32''' Placeholder text. '''(STM32)'''
::Placeholder text.
+
* '''TIVA8 ''' Placeholder text. '''(TM4C123)'''
:'''CrabEmu''' (Dreamcast)
+
* '''ByteBoy''' Placeholder text. '''(MSP430)'''
::Placeholder text.
+
;Firmware
:'''SMS Chip-8 interpreter''' (Master System)
+
* '''CHIP-8 UEFI''' Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II]. '''(UEFI)'''
::Placeholder text.
+
* '''GPCHIP''' Placeholder text. '''(Miyoo)'''
:'''CHIP-8 emulator''' (Saturn)
+
* '''PluginChip8''' 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. '''(Rockbox)'''
::Placeholder text.
+
;Fantasy consoles/computers
:'''chipce8''' (PC Engine / Turbo Grafx 16)
+
* '''CHIP-8 Emulator''' Can't load custom CHIP-8 binaries/ROMs. '''(PICO-8)'''
::Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS].
+
* '''CHIP-80''' Can't load custom CHIP-8 binaries/ROMs. '''(TIC-80)'''
'''Handheld console'''
+
* '''CHIP8 Emulator''' Placeholder text. '''(LowRes NX)'''
:'''Chip8me''' (Nintendo DS)
+
* '''Chip-8 emulator''' Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool. '''(Vircon32)'''
::Simple, easy to use GUI, loads ROMs from SD card..
+
* '''chip8uxn''' Placeholder text. '''(Uxn)'''
:'''CEightY''' (Pandora)
+
* '''minimicro-chip8''' Placeholder text. '''(MiniMicro)'''
::Placeholder text.
+
;Other
:'''Chip-3DS''' (3DS)
+
* '''flipper-chip''' does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref> '''(Flipper Zero)'''
::Placeholder text.
+
* '''ICED Potato''' Placeholder text. '''(ICE40UP5K)'''
:'''GB-Chip8''' (Game Boy)
+
* '''CHIP-8 console on FPGA''' Placeholder text. '''(TinyFPGA BX)'''
::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.
+
* '''FpChip8''' Placeholder text. '''(Altera DE1)'''
:'''Vision-8 for Gameboy''' (Game Boy)
+
* '''FPGA Chip-8 Emulator''' Placeholder text. '''(Zedboard FPGA)'''
::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>
+
* '''Clash CHIP-8''' Placeholder text. '''(Nexys A7-50T)'''
:'''MicroCHIP''' (PlayStation Vita)
+
* '''FPGA SuperChip''' Placeholder text. '''(Digilent Nexys 3, MiST)'''
::Simple ROM selection.
+
* '''CHIP-8 for FPGA''' Placeholder text. '''(Arty A7-100T)'''
:'''PSP-Chip8''' (PlayStation Portable)
+
;Text editor
::Basic ROM selection interface.
+
* '''chip-8.nvim''' Placeholder text. '''(Neovim)'''
:'''Chip-8 Emulator''' (PlayStation Portable)
+
* '''chip8.el''' Placeholder text. '''(Emacs)'''
::Placeholder text.
+
;Game Engine
:'''VITA-8''' (PlayStation Vita)
+
* '''CHIP8-GM''' <code>F1</code> to show prompts (buttons for actions) and key mappings '''(GameMaker)'''
::Placeholder text.
+
* '''MegaZeux CHIP-8 Emulator''' Loads games in the same root folder, [[wikipedia:Case sensitivity|case-insensitive]]. '''(MegaZeux)'''
:'''DreamChip''' (PlayStation Portable)
+
* '''Blit-8''' Requires the Computer Craft mod, saved in the world folder in a subfolder of the <code>computer</code> folder. '''(Minecraft)'''
::Placeholder text.
+
* '''chip8emu-agk''' Placeholder text. Written in AppGameKit 2 BASIC '''(AppGameKit 2)'''
:'''GB-8''' (Game Boy)
+
* '''Godot CHIP-8 Emulator''' Placeholder text. '''(Godot)'''
::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].
+
* '''E2-CHIP-8-interpreter''' Placeholder text. '''(Garry's Mod)'''
:'''damaged chip8''' (Game Boy)
+
* '''Chip8Unity''' Placeholder text. '''(Unity)'''
::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].
+
* '''Chip8Interpreter4Unity''' Placeholder text. '''(Unity)'''
:'''Cobalt''' (Game Boy)
+
* '''VChip8''' Placeholder text. '''(Counter-Strike: Global Offensive)'''
::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].
+
;Programming languages
:'''DrChip 8''' (Game Boy Advance)
+
* '''CHIP-36''' Simple GUI. '''(Java)'''
::Pressing <code>L</code> and <code>R</code> triggers to exit to menu, Can't insert custom ROMs.
+
* '''SnxChip8''' Nothing notable, command line/Terminal. '''(Java)'''
:'''Chip8Adv'' (Game Boy Advance)
+
* '''SuperCHIP Emulator''' Nothing notable, command line/Terminal. '''(Java)'''
::Placeholder text.
+
* '''DALE-8A''' Displays inside terminal. Nothing else notable, command line/Terminal. '''(AWK)'''
:'''Dingux-chip8''' (Dingoo)
+
* '''awk-chip8''' Displays inside terminal. Nothing else notable, command line/Terminal. '''(gawk)'''
::Placeholder text.
+
* '''00SChip8''' Simple GUI. '''(PureBasic)'''
:'''gpchip ''' (Dingoo)
+
* '''Project Cherry''' Nothing notable, command line/Terminal. '''(FreeBASIC)'''
::Placeholder text.
+
* '''VB Chip-8''' Remappable keys, slows down when debug option is enabled. '''(Visual Basic 6)'''
:'''Chips1''' (WonderSwan)
+
* '''VChip 8''' Placeholder text. '''(Visual Basic 6)
::Placeholder text.
+
* '''chip-8-vba''' Placeholder text. '''(Visual Basic for Applications)'''
:'''Chip8Pd''' (Playdate)
+
* '''Chip8VB''' Placeholder text. '''(Visual Basic .NET)'''
::Placeholder text.
+
* '''Chip8 SmallBasic''' Placeholder text. '''(SmallBasic)'''
:'''C8''' (GP32)
+
* '''chip8''' Placeholder text. '''(BlitzMax)'''
::Placeholder text.
+
* '''WAVE Multi-Emulator''' Placeholder text. '''(Scratch)'''
:'''EFCS''' (GP2X)
+
* '''emuchip8me''' Placeholder text. '''(J2ME)'''
::Placeholder text.
+
* '''cl-chip8''' Placeholder text. '''(Common Lisp)'''
:'''Chip8''' (Lynx)
+
;Other
::Placeholder text.
+
* '''Chip-84 Rainmeter Edition''' is blurry when set to a resolution higher than the original CHIP-8 due to Rainmeter not supporting nearest neighbor pixel interpolation. '''(Rainmeter)'''
:'''Chip-N''' (N-Gage)
+
* '''LOVE-8''' Placeholder text. '''(LÖVE)'''
::Placeholder text.
 
:'''CHIP/8''' (P/ECE)
 
::Placeholder text.
 
:'''Chip-8-Pokitto''' (Pokitto)
 
::Placeholder text.
 
:'''CHIP-8 mini''' (Pokémon mini)
 
::Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS].
 
'''Calculator
 
:'''SUPER-CHIP''' (HP48SX)
 
::Placeholder text.
 
:'''CHIP48''' (HP48GX, GP48SX)
 
::Placeholder text.
 
:'''Chip8Emu''' (TI-Nspire)
 
::Placeholder text.
 
:'''schip8fx''' (Casio AFX, Casio fx-9860G)
 
::Placeholder text.
 
:'''C8SALT''' (TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE)
 
::Placeholder text. The interpreter is written in [[wikipedia:TI-BASIC 83|TI-BASIC]].
 
:'''Chip-84''' (TI-84+ CE)
 
::Placeholder text.
 
:'''Chip84CE''' (TI-84+ CE)
 
::Placeholder text.
 
:'''Chip8-TI68k''' (TI-68k)
 
::Placeholder text.
 
:'''Chip83''' (TI-83)
 
::Placeholder text.
 
:'''Chip8/SChip8 Emulation Library''' (TI-92, TI-92+)
 
::Placeholder text.
 
:'''CP300 Chip8''' (Casio ClassPad 300)
 
::Placeholder text.
 
:'''Vinegar''' (TI-83, TI-83+)
 
::Placeholder text.
 
:'''uChip8''' (TI-85)
 
::Placeholder text.
 
:'''HP Prime Chip8 Emulator''' (HP Prime)
 
::Placeholder text.
 
:'''CHIP-8''' (N0110)
 
::Placeholder text.
 
'''Microcontrollers
 
:'''8boy''' (Arduino)
 
::Placeholder text.
 
:'''ESPboy CHIP8''' (ESPboy)
 
::Placeholder text.
 
:'''ESP32TinyChip8''' (ESP32)
 
::Placeholder text.
 
:'''chip8-esp8266 ''' (ESP8266)
 
::Placeholder text.
 
:'''Tjipp8''' (PIC16F17xx)
 
::Placeholder text.
 
:'''Chip-8 STM32''' (STM32)
 
::Placeholder text.
 
:'''chip8-stm32''' (STM32)
 
::Placeholder text.
 
:'''chip8stm32''' (STM32)
 
::Placeholder text.
 
:'''TIVA8 ''' (TM4C123)
 
::Placeholder text.
 
:'''ByteBoy''' (MSP430)
 
::Placeholder text.
 
'''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].
 
:'''GPCHIP''' (Miyoo)
 
::Placeholder text.
 
:'''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.
 
:'''CHIP8 Emulator''' (LowRes NX)
 
::Placeholder text.
 
:'''SCHIP Interpreter''' (LowRes NX)
 
::Placeholder text.
 
:'''Chip-8 emulator''' (Vircon32)
 
::Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool.
 
:'''chip8uxn''' (Uxn)
 
::Placeholder text.
 
:'''minimicro-chip8''' (MiniMicro)
 
::Placeholder text.
 
'''Other'''
 
:'''fz-schip''' (Flipper Zero)
 
::Placeholder text.
 
:'''flipper-chip''' (Flipper Zero)
 
::does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref>
 
:'''Chip-8-WatchOS''' (WatchOS)
 
::Placeholder text.
 
:'''Uze8''' (Uzebox)
 
::Placeholder text.
 
'''FPGA
 
:'''ICED Potato''' (ICE40UP5K)
 
::Placeholder text.
 
:'''CHIP-8 console on FPGA''' (TinyFPGA BX)
 
::Placeholder text.
 
:'''FpChip8''' (Altera DE1)
 
::Placeholder text.
 
:'''FPGA Chip-8 Emulator''' (Zedboard FPGA)
 
::Placeholder text.
 
:'''Clash CHIP-8''' (Nexys A7-50T)
 
::Placeholder text.
 
:'''FPGA SuperChip''' (Digilent Nexys 3, MiST)
 
::Placeholder text.
 
:'''CHIP-8 for FPGA''' (Arty A7-100T)
 
::Placeholder text.
 
:'''Text editor
 
:'''chip-8.nvim''' (Neovim)
 
::Placeholder text.
 
:'''chip8.el''' (Emacs)
 
::Placeholder text.
 
'''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)
 
::Placeholder text. The interpreter is written in AppGameKit 2 BASIC
 
:'''CHIP-8 MC''' (Minecraft)
 
::Placeholder text.
 
:'''chip8''' (Garry's Mod)
 
:Placeholder text.
 
:'''E2-CHIP-8-interpreter''' (Garry's Mod)
 
::Placeholder text.
 
:'''Chip8Unity''' (Unity)
 
::Placeholder text.
 
:'''Chip8Interpreter4Unity''' (Unity)
 
::Placeholder text.
 
:'''VChip8''' (Counter-Strike:: Global Offensive)
 
::Placeholder text.
 
:'''LOVE-8''' (LÖVE)
 
::Placeholder text.
 
'''Other'''
 
:'''chip8.deck''' (Decker)
 
::Placeholder text.
 
:'''CHIP-8 IN DESMOS''' (Desmos)
 
::Placeholder text.
 
:'''Chip-84 Rainmeter Edition''' (Rainmeter)
 
::is blurry when set to a resolution higher than the original CHIP-8 due to Rainmeter not supporting nearest neighbor pixel interpolation.
 
:'''chip8''' (MRE)
 
'''Programming languages'''
 
:'''CHIP-36''' (Java)
 
::Simple GUI.
 
:'''SnxChip8''' (Java)
 
::Nothing notable, command line/Terminal.
 
:'''SuperCHIP Emulator''' (Java)
 
::Nothing notable, command line/Terminal.
 
:'''DALE-8A''' (AWK)
 
::Displays inside terminal. Nothing else notable, command line/Terminal.
 
:'''awk-chip8''' (gawk)
 
::Displays inside terminal. Nothing else notable, command line/Terminal.
 
:'''fc8''' (Fortran)
 
::Nothing notable, command line/Terminal.
 
:'''AuChip''' (Processing)
 
::Supports the same platforms as the desktop [https://processing.org/ Processing] IDE, currently Windows, Linux and mac OS.
 
:'''00SChip8''' (PureBasic)
 
::Simple GUI, odd key-mapping.
 
:'''Project Cherry''' (FreeBASIC)
 
::Nothing notable, command line/Terminal.
 
:'''Odin Chip-8 Emulator''' (Odin)
 
::Nothing notable, command line/Terminal.
 
:'''Chip8''' (Visual Basic .NET)
 
::Placeholder Text. 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, Crashes when illegal opcodes are called.
 
:'''VB Chip-8''' (Visual Basic)
 
::Remappable keys, slows down when debug option is enabled.
 
:'''Chip8VB''' (Visual Basic .NET)
 
::Placeholder text.
 
:'''Chip8 SmallBasic''' (SmallBasic)
 
::Placeholder text.
 
:'''WAVE Multi-Emulator''' (Scratch)
 
::Placeholder text.
 
:'''VChip 8''' (Visual Basic)
 
::Basic GUI.
 
:'''chip-8-vba''' (Visual Basic for Applications)
 
::Slow executation, pauses or hangs when a invalid call is made, makes some programs unplayable. Only runs in Microsoft Excel.
 
:'''Chip8 Interpreter''' (PureBasic)
 
:Placeholder text.
 
:'''emuchip8me''' (J2ME)
 
::Placeholder text.
 
:'''PHP Chip-8 Emulator''' (PHP)
 
::Placeholder text.
 
:'''cl-chip8''' (Common Lisp)
 
::Placeholder text.
 
==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==
 
==See also==
 
* [[Fantasy console emulators]]
 
* [[Fantasy console emulators]]
Line 2,498: Line 3,103:
 
<references group=N />
 
<references group=N />
  
 +
__NOTOC__
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]

Please note that all contributions to Emulation General Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Emulation General Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)