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>
  
 
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.
 +
 +
===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].
 +
  
 
__TOC__
 
__TOC__
Line 32: Line 52:
 
! 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"|[[#Extensions|Extension(s)]]
Line 44: Line 64:
 
|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]
 
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
Line 82: Line 102:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Dorito
+
|chip8swemu
|align=left|{{Icon|Windows|Linux|macOS}}
 
|[https://github.com/lesharris/dorito git]
 
|{{✗}}
 
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
|High
 
|{{✓}}
 
|{{✗}}
 
|{{✓}}
 
|-
 
|chip8swemu-sdl2
 
 
|align=left|{{Icon|Windows|Lin}}
 
|align=left|{{Icon|Windows|Lin}}
 
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8<br>S-CHIP
 
|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) -->
+
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 107: Line 117:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|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) -->
+
|Mid
|{{NC}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 114: Line 124:
 
|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
 
|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 137: Line 137:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|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) -->
+
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 147: Line 147:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|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) -->
+
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 157: Line 157:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|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) -->
+
|High-Mid
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 166: Line 166:
 
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|{{✗}}
 
|{{✗}}
|CHIP-8<br>S-CHIP
+
|S-CHIP
|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) -->
+
|High-Mid
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 177: Line 177:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|Mid <!-- Passes Corax+, in flags fails 8xy7, fails VF reset, clipping and shifting in quirks (CHIP-8 test suite v4.1) -->
+
|High
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
Line 187: Line 187:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|Low <!-- Passes Corax+, fails 2nd check for 8xy5 and 8xy7 happy, fails to run Quirks (CHIP-8 test suite v4.1) -->
+
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
Line 197: Line 197:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|Low <!-- Passes Corax+, fails 3rd and 4th checks for 8xy4, 8xy5 and 8xy7 happy and carry, and 3rd checks for 8xy6 and 8xyE carry, only passes display wait and jumping in quirks (CHIP-8 test suite v4.1) -->
+
|Mid
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
Line 206: Line 206:
 
|[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>
+
|CHIP-8<br>S-CHIP
|Low-Mid <!-- Passes Corax+, passes flags, fails to run quirks (CHIP-8 test suite v4.1) -->
+
|Low-Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
Line 247: Line 247:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|Low <!-- Passes Corax+, In flags fails 2nd and 3rd check for 8xy4, 8xy5 and 8xy7 carry and happy, fails every check but jumping in quirks (CHIP-8 test suite v4.1) -->
+
|Low-Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|-
 +
|Pin8
 +
|align=left|{{Icon|Haiku}}
 +
|[https://github.com/cnelmortimer/Pin8 git]
 +
|{{✗}}
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{NC}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 
|CHIP-8 Emulator
 
|CHIP-8 Emulator
Line 257: Line 267:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|Low-Mid <!-- Passes Corax+, in Flags fails last check for 8xy6 and 8xyE carry, all checks for 8xy7 and 2nd and 3rd for 8xy5 happy and carry, fails VF reset, Clipping and shifting in quirks (CHIP-8 test suite v4.1) -->
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
 
|CHIP-8
 
|CHIP-8
Line 267: Line 277:
 
|{{✗}}
 
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|Low <!-- Passes Corax+, in Flags fails 3rd and 4th check for 8xy4, 8xy5, 8xy7 happy and carry, and last check 8xy6 and 8xyE in carry, Only passes display wait in quirks (CHIP-8 test suite v4.1) -->
+
|{{TBD}}
|{{PublicDomain}}
+
|{{}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 
|Emu OS
 
|Emu OS
Line 288: Line 298:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 329: Line 339:
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{NC}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
Line 384: Line 394:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 440: Line 450:
 
|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/ 0.9 (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
 
|CHIP-8<br>S-CHIP
 
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 
|Mid<abbr title="Code review, not ROM tested">*</abbr>
Line 453: Line 463:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 466: Line 476:
 
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
 
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
 
|CHIP-8
 
|CHIP-8
|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) -->
+
|High-Mid
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 493: Line 503:
 
|[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
 
|CHIP-8
|Mid<abbr title="Assumed as a fork of Vision-8 to have the same accuracy">*</abbr>
+
|{{TBD}}
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 523: Line 533:
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{PublicDomain}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 540: Line 550:
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|CHIP-8
 
|CHIP-8
|High-Mid<abbr title="MSX and ADAM share the same source code as the original Vision-8, ColecoVision version assumed to be the same accuracy as Vision-8">*</abbr>
+
|{{TBD}}
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 548: Line 558:
 
|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
+
|S-CHIP
|High-Mid<abbr title="Shares the same source code as the original SVision-8, accuracy should be the same">*</abbr>
+
|{{TBD}}
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 647: Line 657:
 
|-
 
|-
 
|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
 
|CHIP-8
Line 665: Line 675:
 
|-
 
|-
 
|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
 
|CHIP-8
Line 697: Line 707:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 747: Line 757:
 
|CHIP-8
 
|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
 
|CHIP-8
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 765: Line 775:
 
|CHIP-8
 
|CHIP-8
 
|Mid
 
|Mid
|{{?}}
+
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|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
 +
|Mid
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 778: Line 797:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chippi+
+
|Chip8-NX
|Intellivision
+
|align=left|{{Icon|NX}}
|[https://forums.atariage.com/topic/367052-chippi-the-chip-8-emulator-for-the-rest-of-us/ ?]
+
|[https://github.com/Marice/CHIP8-NX git]
 
|CHIP-8
 
|CHIP-8
|High <!-- Passes Corax+, Flags and Quirks (CHIP-8 test suite v4.1) -->
+
|Mid
|{{✗}}
+
|{{✓}}
|{{✗}}
 
|{{✓}}
 
|-
 
|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
 
|align=left|{{Icon|NX}}
 
|[https://github.com/Marice/CHIP8-NX git]
 
|CHIP-8
 
|Mid
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
Line 928: Line 929:
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chippi
 +
|Intellivision
 +
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 942: Line 952:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|CEightY
+
|DrChip 8
|align=left|{{Icon|Pandora}}
+
|align=left|{{Icon|GBA}}
 +
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|CEightY
 +
|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
 
|CHIP-8<br>S-CHIP
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
|{{✗}}
 
|{{✓}}
 
|-
 
|GB-CHIP8
 
|align=left|{{Icon2|GB}}
 
|[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
 
|CHIP-8<br>S-CHIP
 
|Mid <!-- Passes Corax+, In flags Fails 2nd and 4th checkmark for Happy and Carry 8xy4, 3rd in 8xy6 and 8xy6 happy, 4th checkmark 8xy5 and 8xy7 carry, 2nd and 3rd checkmark carry 8xy6. Passes Corax+, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|-
 
|Vision-8 for Gameboy
 
|align=left|{{Icon2|GB}}
 
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 
|CHIP-8
 
|Mid <!-- Passes Corax+, Fails 3rd checkmark 8xy6 and 8xyE in the carry section in Flags, Only passes Jumping in Quirks (CHIP-8 test suite v4.1) -->
 
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 982: Line 983:
 
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
 
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|Mid<abbr title="Code review, not ROM tested">*</abbr>
+
|Mid<abbr title="Code review, not ROM tested">*</abbr>  
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|PSP-Chip8
+
|VITA-8
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|Vita}}
|[https://gbatemp.net/download/pspchip8.28298 1.0]
+
|[https://github.com/xerpi/VITA-8 git]
 
|CHIP-8
 
|CHIP-8
|Low
+
|Low<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
 
 
|-
 
|-
|Chip-8 Emulator
+
|PSPChip8
 
|align=left|{{Icon|PSP}}
 
|align=left|{{Icon|PSP}}
|[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
+
|[https://gbatemp.net/download/pspchip8.28298 1.0]
 
|CHIP-8
 
|CHIP-8
 
|Low
 
|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
 
|DreamChip
Line 1,027: Line 1,019:
 
|[https://github.com/Hacktix/GB-8 git]
 
|[https://github.com/Hacktix/GB-8 git]
 
|CHIP-8
 
|CHIP-8
|High<abbr title="Can't select tests in Quirks test ROM">*</abbr> <!-- Passes Corax+, Passes flags, Can't test Quirks (CHIP-8 test suite v4.1)-->
+
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,036: Line 1,028:
 
|[https://github.com/lancekindle/damaged-chip8 git]
 
|[https://github.com/lancekindle/damaged-chip8 git]
 
|CHIP-8
 
|CHIP-8
|High<abbr title="Can't select tests in Quirks test ROM">*</abbr> <!-- Passes Corax+, Passes flags, Can't test Quirks (CHIP-8 test suite v4.1)-->
+
|High
|{{?}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
 
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
 
|-
 
|-
|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
 
|CHIP-8
|High<abbr title="">*</abbr> <!-- Passes corax+, Passes flags, Quirks doesn't run. (CHIP-8 test suite v4.1)-->
+
|{{TBD}}
|{{}}
+
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
+
|{{R}}
 
|-
 
|-
|DrChip 8
+
|OmniChip-8
|align=left|{{Icon|GBA}}
+
|align=left|{{Icon2|GB}}
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|CHIP-8
 
|CHIP-8
|{{na}}
+
|{{TBD}}
|{{✗}}
+
|{{}}
|{{✗}}
 
|{{✗}}<abbr title="Can't insert custom ROMs">*</abbr>
 
|-
 
|Chip8Adv
 
|align=left|{{Icon|GBA}}
 
|[https://github.com/Sterophonick/Chip8Adv git]
 
|CHIP-8
 
|{{TBD}}
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|OmniChip-8
+
|GB-Chip8
 
|align=left|{{Icon2|GB}}
 
|align=left|{{Icon2|GB}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
|CHIP-8
+
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
 
|{{R}}
 
|{{R}}
 
|-
 
|-
Line 1,182: Line 1,165:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 1,195: Line 1,178:
 
|[https://www.hpcalc.org/details/854 1.1]
 
|[https://www.hpcalc.org/details/854 1.1]
 
|S-CHIP
 
|S-CHIP
|High
+
|{{TBD}}
 
|{{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
 
|CHIP-48
|High
+
|{{TBD}}
|{{NC}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 1,228: Line 1,211:
 
|-
 
|-
 
|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-83+<br>TI-84+<br>TI-84+ CE
 
|[https://github.com/NinjaWeedle/C8SALT git]
 
|[https://github.com/NinjaWeedle/C8SALT git]
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|Low-Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,241: Line 1,224:
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,295: Line 1,278:
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,308: Line 1,291:
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|[https://www.youtube.com/watch?v=NjaudptrTuo CHIP8]
+
|HP Prime Chip8 Emulator
|SwissMicros DM42
 
|[https://dropbox.com/scl/fi/c4niglg181bkbx3unx2el/CHIP8.pgm?rlkey=7on9c3hguat0bfusbwy33dnn3&dl=0 ?]
 
|CHIP-8
 
|{{TBD}}
 
|{{?}}
 
|{{✗}}
 
|{{R}}
 
|-
 
|[https://www.youtube.com/watch?v=M0AAuaTrsvc CHIP8]
 
|SwissMicros DM41X
 
|[https://www.dropbox.com/scl/fi/o7nty7cqmvnaqcj9wur39/DM42-CHIP8.pgm?rlkey=l56a6bupz3dxxncg5wkejtnav&dl=0 ?]
 
|CHIP-8
 
|{{TBD}}
 
|{{?}}
 
|{{✗}}
 
|{{R}}
 
|-
 
|HP Prime Chip8 Emulator
 
 
|HP Prime
 
|HP Prime
 
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
 
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
Line 1,360: Line 1,325:
 
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 1,369: Line 1,334:
 
|CHIP-8
 
|CHIP-8
 
|{{TBD}}
 
|{{TBD}}
|{{PublicDomain}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{R}}
 
|{{R}}
Line 1,378: Line 1,343:
 
|CHIP-8
 
|CHIP-8
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,423: Line 1,388:
 
|CHIP-8
 
|CHIP-8
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,451: Line 1,416:
 
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 
|CHIP-8
 
|CHIP-8
|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) -->
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,459: Line 1,424:
 
|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
+
|S-CHIP
|Mid<abbr title="Is a fork of SVision-8, accuracy should be the same">*</abbr>
+
|{{TBD}}
|{{NC}}
+
|{{}}
|{{}}
+
|{{?}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
Line 1,494: Line 1,459:
 
|{{R}}
 
|{{R}}
 
|-
 
|-
|SCHIP Interpreter
+
|Chip-8 emulator
|LowRes NX
 
|[https://lowresnx.inutilis.com/topic.php?id=2214 Play]<br>[https://lowresnx.inutilis.com/topic.php?id=2217 Dev]
 
|S-CHIP
 
|{{TBD}}
 
|{{?}}
 
|{{✗}}
 
|{{R}}
 
|-
 
|Chip-8 emulator
 
 
|Vircon32
 
|Vircon32
 
|[https://vircon32.itch.io/chip-8-emulator ?]
 
|[https://vircon32.itch.io/chip-8-emulator ?]
Line 1,533: Line 1,489:
 
|-
 
|-
 
|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
 
|CHIP-8<br>S-CHIP
Line 1,540: Line 1,496:
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|-
 
|fz-schip
 
|Flipper Zero
 
|[https://github.com/Milk-Cool/fz-schip git]
 
|S-CHIP
 
|{{TBD}}
 
|{{✓}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
 
|flipper-chip
 
|flipper-chip
Line 1,558: Line 1,505:
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|-
 
|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
 
!colspan="10"|FPGA
Line 1,629: Line 1,558:
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{R}}
 
|{{R}}
Line 1,647: Line 1,576:
 
! 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"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
Line 1,703: Line 1,632:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|Godot CHIP-8 Emulator
+
|chip8emu-agk
|Godot (GDScript)
+
|AppGameKit 2
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
+
|[https://github.com/thaolt/chip8emu-agk git]
|CHIP-8
 
|Low
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|chip8emu-agk
 
|AppGameKit Classic
 
|[https://github.com/thaolt/chip8emu-agk git]
 
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|{{TBD}}
 
|{{TBD}}
Line 1,721: Line 1,641:
 
|{{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
 
|CHIP-8
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
 
|-
 
|chip8
 
|Garry's Mod
 
|[https://pastebin.com/iH5rSwzC ?]
 
|CHIP-8
 
|{{TBD}}
 
|{{?}}
 
|{{R}}
 
 
|{{R}}
 
|{{R}}
 
|-
 
|-
Line 1,766: Line 1,677:
 
|{{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
 
|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]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Other
+
|SnxChip8
|-
+
|{{Icon|Java}}
|chip8.deck
+
|[https://code.google.com/archive/p/snx-chip8/downloads ?]
|Decker
 
|[https://www.beyondloom.com/decker/chip8.html ?]<br>[https://github.com/JohnEarnest/Decker/tree/main/examples/decks git]
 
 
|CHIP-8
 
|CHIP-8
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
|CHIP-8 Interpreter
+
|SuperCHIP Emulator
|Desmos
+
|{{Icon|Java}}
|[https://www.desmos.com/calculator/cschip8080 ?]
+
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
|CHIP-8
+
|CHIP-8<br>S-CHIP
|{{TBD}}
+
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
|Chip-84 Rainmeter Edition
+
|DALE-8A
|Rainmeter
+
|AWK
|[https://github.com/Chip-84/chip-84-rainmeter git]
+
|[https://github.com/farooqkz/DALE-8A git]
|CHIP-8<br>S-CHIP
+
|CHIP-8
|{{TBD}}
+
|High-Mid
|{{NC}}
+
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
|{{R}}
+
|{{}}
 
|-
 
|-
|chip8
+
|awk-chip8
|MRE
+
|gawk
|[https://world64.spcs.bio/files/view/73238827/?Li=-60745876&Lii=73238827&Link_id=977428&Lt=48&Sn=1 1 and 2]
+
|[https://github.com/patsie75/awk-chip8 git]
|CHIP-8
+
|CHIP-8<br>S-CHIP
|Low
+
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{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
+
|00SChip8
|-
+
|PureBasic
|CHIP-36
+
|[https://00laboratories.com/project/00schip8 2016]<br>[https://github.com/00laboratories/00SChip8 git]
|align=left|{{Icon|Java}}
+
|CHIP-8<br>S-CHIP
|[https://github.com/Le36/chip36 git]
+
|High-Mid
|CHIP-8<br>S-CHIP<br>XO-CHIP
+
|{{}}
|High
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|SnxChip8
+
|Project Cherry
|align=left|{{Icon|Java}}
+
|FreeBASIC
|[https://code.google.com/archive/p/snx-chip8/downloads ?]
+
|[https://github.com/Sarania/Project-Cherry git]
|CHIP-8
+
|CHIP-8<br>S-CHIP
 
|Mid
 
|Mid
|{{}}
+
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|SuperCHIP Emulator
+
|VB Chip-8
|align=left|{{Icon|Java}}
+
|Visual Basic 6
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
+
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
 
|Mid
 
|Mid
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{~}}
 
|-
 
|-
|DALE-8A
+
|VChip 8
|AWK
+
|Visual Basic 6
|[https://github.com/farooqkz/DALE-8A git]
+
|[https://github.com/Planet-Source-Code/raziel-vchip-8-chip-8-emulator-update-v1-0-1__1-47851/ git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|chip-8-vba
 +
|Visual Basic for Applications
 +
|[https://github.com/rndtrash/chip-8-vba git]
 
|CHIP-8
 
|CHIP-8
|High-Mid
+
|Mid<abbr title="Code review, not ROM tested">*</abbr>
|{{PublicDomain}}
+
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
 
|-
 
|-
|awk-chip8
+
|Chip8VB
|gawk
+
|Visual Basic .NET
|[https://github.com/patsie75/awk-chip8 git]
+
|[https://github.com/neethan/Chip8VB git]
|CHIP-8<br>S-CHIP
+
|CHIP-8
|Mid
+
|Low<abbr title="Code review, not ROM tested">*</abbr>  
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{}}
 
|-
 
|-
|fc8
+
|Chip8 SmallBasic
|Fortran
+
|SmallBasic
|[https://github.com/ivan-pi/fc8 git]
+
|[https://github.com/pixelomer/Chip8-SmallBasic git]
 
|CHIP-8
 
|CHIP-8
|High
+
|Low<abbr title="Code review, not ROM tested">*</abbr>
|{{}}
+
|{{?}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
 
|-
 
|-
|AuChip
+
|WAVE Multi-Emulator
|Processing
+
|Scratch
|[https://github.com/GamingMadster/AuChip git]
+
|[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
+
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://scratch.mit.edu/studios/27152609/ Others]
 
|High
 
|High
|{{}}
+
|{{?}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
 
|-
 
|-
|00SChip8
+
|chip8
|PureBasic
+
|BlitzMax
|[https://00laboratories.com/project/00schip8 2016]<br>[https://github.com/00laboratories/00SChip8 git]
+
|[https://github.com/Hezkore/chip8 git]
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|High-Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Project Cherry
+
|emuchip8me
|FreeBASIC
+
|J2ME
|[https://github.com/Sarania/Project-Cherry git]
+
|[https://github.com/jborza/emuchip8me git]
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|Mid
+
|{{TBD}}
|{{NC}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|cl-chip8
 +
|Common Lisp
 +
|[https://github.com/sjl/cl-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Other
 
|-
 
|-
|Odin Chip-8 Emulator
+
|LOVE-8
|Odin
+
|LÖVE
|[https://github.com/MikaLaurila/odin-chip8emu 1.0]
+
|[https://github.com/tobiasvl/love-8 git]
 
|CHIP-8
 
|CHIP-8
|Mid
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8
+
|Chip-84 Rainmeter Edition
|Visual Basic .NET
+
|Rainmeter
|[https://github.com/DualBrain/vbPixelGameEngine/tree/main/samples/misc/Chip8 git]
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
|CHIP-8
 
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|chip8
 
|SpecBAS
 
|[https://github.com/ZXDunny/SpecBAS-Demos/blob/master/Toys/chip8 git]
 
|CHIP-8
 
|High
 
|{{PublicDomain}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|chip8
 
|BlitzMax
 
|[https://github.com/Hezkore/chip8 git]
 
 
|CHIP-8<br>S-CHIP
 
|CHIP-8<br>S-CHIP
|Mid
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
|-
+
|}
|VB Chip-8
+
 
|Visual Basic <!-- Visual Basic 6-->
+
==Descriptions==
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
+
 
|CHIP-8<br>S-CHIP
+
{{Placeholder}}
|Mid
+
'''PC/Multi-system'''
|{{?}}
+
 
|{{✗}}
+
Interpreters that support PC (x86), includes alternative systems the interpreter supports.<br>
|{{~}}
+
:'''Cadmium''' (PC, Web)
|-
+
::By far the most comprehensive interpreter for CHIP-8 and its extensions, with profiles and options for specific extensions and implementations, full list [https://github.com/gulrak/cadmium#supported-chip-8-variants here]. Cadmium does however have a hard to navigate GUI for a new users.
|Chip8 SmallBasic
+
:'''C-Octo'''
|SmallBasic
+
::Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. (PC, Raspberry Pi, PocketCHIP)
|[https://github.com/pixelomer/Chip8-SmallBasic git]
+
:'''CubeChip-SDL''' (PC)
|CHIP-8
+
::Drag and drop to load ROMs.  
|Low<abbr title="Code review, not ROM tested">*</abbr>
+
:'''JAXE'''  (PC, Libretro)
|{{?}}
+
::Good selections of options for emulation, Defaults to S-CHIP mod.
|{{✗}}
+
:'''chip8swemu''' (PC, G&W)
|{{✗}}
+
::Simple GUI with, easy to navigate.
|-
+
:'''[[DSP]]''' (PC)
|WAVE Multi-Emulator
+
::Hard to navigate GUI.
|Scratch
+
:'''Fish 'N' Chips''' (Windows)
|[https://scratch.mit.edu/projects/824826123 1.1.2]<br>[https://github.com/NinjaWeedle/Wave-Multi-Emulator git]
+
::Simple GUI with, easy to navigate.  
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://scratch.mit.edu/studios/27152609/ Others]
+
:'''InfoChip8''' (Windows)
|High
+
::Rainbow color palette. Nothing else notable, command line/Terminal.
|{{?}}
+
:'''shmip8'''  (PC)
|{{✗}}
+
::Needs ROM to be specified in command line/terminal.
|{{✗}}
+
:'''Vision-8''' (PC, Coleco, Amiga, MSX)
|-
+
::Blurry resolution scaling (Windows).
|VChip 8
+
:'''SVision-8''' (PC, Coleco, Amiga, MSX)
|Visual Basic <!-- Visual Basic 5 or 6 -->
+
::Adds S-CHIP support to Vision-8  
|[https://github.com/Planet-Source-Code/raziel-vchip-8-chip-8-emulator-update-v1-0-1__1-47851/ git]
+
:'''CHIP-8 Interpreter'''  (DOS)
|CHIP-8<br>S-CHIP
+
::Nothing notable, command line/Terminal.
|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-->
+
:'''C8'''  (DOS)
|{{?}}
+
::Nothing notable, command line/Terminal.
|{{✗}}
+
:'''Chip8'''  (DOS)
|{{✗}}
+
::Odd key-mapping. Nothing else notable, command line/Terminal.
|-
+
:'''DOS Chip-8 / VChip-8'''  (DOS)
|chip-8-vba
+
::Nothing notable, command line/Terminal.
|Visual Basic for Applications
+
:'''chip8-asm64-emu''' (Linux)
|[https://github.com/rndtrash/chip-8-vba git]
+
::Nothing notable, command line/Terminal.  
|CHIP-8
+
:'''OmniChip-8''' (PC, Commodore 64, Game Boy)
|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) -->
+
::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)
|{{PublicDomain}}
+
:'''CowChip''' (Windows)
|{{✗}}
+
::Sensitive to illegal function calls and crashes due to them.
|{{✗}}
+
:'''Chip8-DOS''' (DOS)
|-
+
::Nothing notable, command line/Terminal.  
|Chip8VB
+
:'''Pin8'''  (Haiku)
|Visual Basic .NET
+
::Placeholder text.
|[https://github.com/neethan/Chip8VB git]
+
:'''CHIP-8 Emulator'''  (KolibriOS)
|CHIP-8
+
::Placeholder text.
|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 -->
+
:'''CHIP-8''' (ZealOS)
|{{?}}
+
::Placeholder text.
|{{✗}}
+
:'''Emu OS''' (x86 CPU)
|{{✗}}
+
::Placeholder text.
|-
+
;Mobile / ARM
|Chip8 Interpreter
+
:'''Chip8''' (Android)
|PureBasic
+
::Touchscreen buttons for keys.
|[https://www.purebasic.fr/german/viewtopic.php?p=356188 ?]
+
:'''ChipChip''' (Android)
|CHIP-8
+
::Touchscreen buttons for keys.  
|{{TBD}}
+
:'''iPhone-Chip-8-Emulator''' (iOS)
|{{?}}
+
::Placeholder text.
|{{✗}}
+
:'''WinRT-CHIP8''' (Windows Phone)
|{{R}}
+
::Placeholder text.
|-
+
:'''PalmChip8'''  (PalmOS)
|emuchip8me
+
::Placeholder text.
|J2ME
+
:'''DALE-8''' (KaiOS)
|[https://github.com/jborza/emuchip8me git]
+
::Placeholder text.  
|CHIP-8<br>S-CHIP
+
:'''Pico-CHIP8''' (Raspberry Pi Pico)
|{{TBD}}
+
::Placeholder text.
|{{?}}
+
:'''MeltChip'''  (BlackBerry PlayBook)
|{{✗}}
+
::Placeholder text.
|{{R}}
+
'''<abbr title="Web browser">Web</abbr>
|-
+
:'''Octo'''
|PHP Chip-8 Emulator
+
::IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
|PHP
+
:'''Silicon8'''  
|[https://github.com/mario-deluna/php-chip8 git]
+
::allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
|CHIP-8
+
:'''Chip-8'''  
|{{TBD}}
+
::currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button
|{{✓}}
+
:'''Chip8.js'''
|{{✗}}
+
::Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
|{{R}}
+
:'''Flip8 Redux'''  
|-
+
::Can't load custom CHIP-8 binaries/ROMs.
|cl-chip8
+
'''Computers (PPC, m64k)
|Common Lisp
+
:'''Chip-8 for Suns''' (SunOS)  
|[https://github.com/sjl/cl-chip8 git]
+
::Placeholder text.  
|CHIP-8
+
:'''Crazy-8''' (Classic Mac OS)
|{{TBD}}
+
::Placeholder text.
|{{✓}}
+
:'''MacVision-8''' (Classic Mac OS)
|{{✗}}
+
::Placeholder text.  
|{{R}}
+
:'''ChipEm''' (Amiga)
|}
+
::Placeholder text.  
 
+
:'''Chip8''' (Amiga)
==Descriptions==
+
::Placeholder text.  
 
+
'''Home computers
{{Placeholder}}
+
:'''Chip-8''' (Atari 8-bit)
'''PC/Multi-system'''
+
::Placeholder text.  
 
+
:'''Chip09''' (Tandy CoCo 2, Dragon 32/64)
Interpreters that support PC (x86), includes alternative systems the interpreter supports.<br>
+
::Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].  
:'''Cadmium''' (PC, Web)
+
:'''CHIP-OTTO''' (ZX Spectrum, ZX Spectrum Next)
::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.
+
::Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape.  
:'''C-Octo''' (PC, Raspberry Pi, PocketCHIP)
+
:'''ZX Chip8''' (ZX Spectrum)
::Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP.
+
::Placeholder text.
:'''CubeChip-SDL''' (PC)
+
:'''C64 Chip-8''' (Commodore 64)
::Drag and drop to load ROMs.
+
::Placeholder text.
:'''JAXE''' (PC, Libretro)
+
:'''Chip-8 Emulator''' (Commodore 64)  
::Good selections of options for emulation, Defaults to S-CHIP mod.
+
::Placeholder text.
:'''Dorito''' (PC)
+
:'''MoeCHIP-8 for C64''' (Commodore 64)
:Placeholder text.
+
::Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler].
:'''chip8swemu''' (PC, G&W)
+
:'''Vic-20 Chip-8 Emulator''' (VIC-20)
::Simple GUI with, easy to navigate.
+
::Separate floppy disk for games, instructions in manual for custom ROMs.  
:'''[[DSP]]''' (PC)
+
:'''CHIP-8 Simulator BBC/Master''' (BBC Micro, BBC Master)
::Hard to navigate GUI.
+
::Placeholder text.  
:'''Fish 'N' Chips''' (Windows)
+
:'''Chip-8''' (RISC OS)
::Simple GUI with, easy to navigate.
+
::Placeholder text.  
:'''Pin8''' (Haiku)
+
'''Portable computers
::Can use either in-app buttons or keyboard keys for input.
+
:'''SCHIP''' (Windows CE)
:'''InfoChip8''' (Windows)
+
::Placeholder text.  
::Rainbow color palette, odd key-mapping. Nothing else notable, command line/Terminal.
+
:'''chip8''' (Sharp PC-1350, Sharp PC-1360, Sharp PC-2500)
:'''shmip8''' (PC)
+
::Placeholder text.
::Needs ROM to be specified in command line/terminal.
+
:'''CHIP-850''' (PC-G850)
:'''Vision-8''' (PC, Coleco, Amiga, MSX)
+
::Placeholder text.  
::Blurry resolution scaling (Windows).
+
:'''LXV8''' (HP 95LX, HP 100LX, HP 200LX)
:'''SVision-8''' (PC, Coleco, Amiga, MSX)
+
::Placeholder text.  
::Adds S-CHIP support to Vision-8
+
:'''CHIP8-100''' (TRS-80 Model 100)
:'''CHIP-8 Interpreter''' (DOS)
+
::Placeholder text.  
::Nothing notable, command line/Terminal.
+
:'''IC35 Chip8 emulator''' (Siemans IC35)
:'''C8''' (DOS)
+
::Placeholder text.  
::Nothing notable, command line/Terminal.
+
'''Console
:'''Chip8''' (DOS)
+
:'''Chip8 Xbox One''' (Xbox one)
::Odd key-mapping. Nothing else notable, command line/Terminal.
+
::Placeholder text.
:'''DOS Chip-8 / VChip-8''' (DOS)
+
:'''CHIP8 Emulator''' (Wii U)
::Nothing notable, command line/Terminal.
+
::Placeholder text.  
:'''chip8-asm64-emu''' (Linux)
+
:'''Chippy''' (Wii)
::Nothing notable, command line/Terminal.
+
::Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device.
:'''OmniChip-8''' (PC, Commodore 64, Game Boy)
+
:'''Chip 8 Emulator''' (GameCube)
::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)
+
::Placeholder text.
:'''CowChip''' (Windows)
+
:'''Chip8-n64''' (Nintendo 64)
::Sensitive to illegal function calls and crashes due to them.
+
::Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon].
:'''Chip8-DOS''' (DOS)
+
:'''PsChip8''' (PlayStation)
::Nothing notable, command line/Terminal.
+
::Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make
:'''CHIP-8 Emulator''' (KolibriOS)
+
:'''Super Chip8x'''  (Super Nintendo)
::Nothing notable, command line/Terminal.
+
::Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar].
:'''CHIP-8''' (ZealOS)
+
:'''CHIP8 TO SMD''' (Genesis / Mega Drive)
::Simple ROM selection, using the Escape key or double-clicking when the ROM is highlighted to run.
+
::Placeholder text.
:'''Emu OS''' (x86 CPU)
+
:'''CHIP8''' (PlayStation 2, PlayStation 3)
 +
::Placeholder text. (Switch)
 +
:'''Chip8-NX'''
 +
::Placeholder text.
 +
:'''Chip8x'''  (Xbox)
 +
::Good interface. Can load ROMs from disk, HDD or any other storage device
 +
:'''Chip8 Emulator'''  (PlayStation 4)
 +
::Placeholder text.
 +
:'''Chip8-3DO'''  (3DO)
 +
::Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev].
 +
:'''chip-64'''  (Nintendo 64)
 +
::Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass].
 +
:'''CHIP-8 GENESIS''' (Genesis / Mega Drive)
 +
::Placeholder text.
 +
:'''NES CHIP-8'''  (Nintendo Entertainment System)
 +
::Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65].
 +
:'''Sega Genesis CHIP-8'''  (Genesis / Mega Drive)
 +
::Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK]
 +
:'''CHIP-F8'''  (Channel F)
 +
::Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm].
 +
:'''Chip-8 XNA''' (Xbox 360)
 +
::Placeholder text.
 +
:'''Whack-a-Mole''' (Dreamcast)
 +
::Placeholder text.
 +
:'''CrabEmu''' (Dreamcast)
 +
::Placeholder text.
 +
:'''SMS Chip-8 interpreter'''  (Master System)
 +
::Placeholder text.
 +
:'''CHIP-8 emulator''' (Saturn)
 +
::Placeholder text.
 +
:'''chipce8''' (PC Engine / Turbo Grafx 16)
 +
::Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS].
 +
:'''Chippi''' (Intellivision)
 +
::Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. Written in IntyBASIC
 +
'''Handheld console
 +
:'''Chip8me''' (Nintendo DS)
 +
::Simple, easy to use GUI, loads ROMs from SD card.
 +
:'''DrChip 8''' (Game Boy Advance)
 +
::Placeholder text.
 +
:'''CEightY'''  (Pandora)
 +
::Placeholder text.
 +
:'''Chip-3DS''' (3DS)
 +
::Placeholder text.
 +
:'''MicroCHIP'''  (PlayStation Vita)
 +
::Simple ROM selection.
 +
:'''VITA-8'''  (PlayStation Vita)
 +
::Placeholder text.
 +
:'''PSPChip8''' (PlayStation Portable)
 +
::Basic ROM selection interface.
 +
:'''DreamChip'''  (PlayStation Portable)
 +
::Placeholder text.
 +
:'''GB-8''' (Game Boy)
 +
::Basic ROM selection interface. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.5.0 RGBDS v0.5.0].
 +
:'''damaged chip8'''  (Game Boy)
 +
::Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.3.10 RGBDS v0.3.10].
 +
:'''Vision-8 for Gameboy''' (Game Boy)
 +
::Needs recompilation for custom ROMs, using [https://gbdk.sourceforge.net/ GBDK].
 +
:'''Dingux-chip8''' (Dingoo)
 +
::Placeholder text.
 +
:'''gpchip ''' (Dingoo)
 +
::Placeholder text.
 +
:'''Chips1''' (WonderSwan)
 +
::Placeholder text.  
 +
:'''Chip8Pd''' (Playdate)
 
::Placeholder text.
 
::Placeholder text.
;Mobile / ARM
+
:'''C8''' (GP32)
:'''Chip8''' (Android)
 
::Touchscreen buttons for keys.
 
:'''ChipChip''' (Android)
 
::Touchscreen buttons for keys.
 
:'''iPhone-Chip-8-Emulator''' (iOS)
 
 
::Placeholder text.
 
::Placeholder text.
:'''WinRT-CHIP8''' (Windows Phone)
+
:'''EFCS''' (GP2X)
 
::Placeholder text.
 
::Placeholder text.
:'''PalmChip8''' (PalmOS)
+
:'''Chip8''' (Lynx)
 +
::Placeholder text.
 +
:'''Chip-N''' (N-Gage)
 +
::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.
 
::Placeholder text.
:'''DALE-8''' (KaiOS)
+
:'''schip8fx''' (Casio AFX, Casio fx-9860G)
 
::Placeholder text.
 
::Placeholder text.
:'''Pico-CHIP8''' (Raspberry Pi Pico)
+
:'''C8SALT''' (TI-83+, TI-84+, TI-84+ CE)
 +
::Placeholder text. Written in TI-BASIC.
 +
:'''Chip-84''' (TI-84+ CE)
 +
::Placeholder text.
 +
:'''Chip84CE''' (TI-84+ CE)
 +
::Placeholder text.
 +
:'''Chip8-TI68k'''  (TI-68k)
 
::Placeholder text.
 
::Placeholder text.
:'''MeltChip''' (BlackBerry PlayBook)
+
:'''Chip83''' (TI-83)
 +
::Placeholder text.
 +
:'''Chip8/SChip8 Emulation Library'''  (TI-92, TI-92+)
 
::Placeholder text.
 
::Placeholder text.
'''<abbr title="Web browser">Web</abbr>
+
:'''CP300 Chip8''' (Casio ClassPad 300)
:'''Octo'''
+
::Placeholder text.  
::IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
+
:'''Vinegar''' (TI-83, TI-83+)
:'''Silicon8'''
+
::Placeholder text.
::allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
+
:'''uChip8''' (TI-85)
:'''Chip-8'''
+
::Placeholder text.  
::currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button
+
:'''HP Prime Chip8 Emulator''' (HP Prime)
:'''Chip8.js'''
+
::Placeholder text.  
::Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
+
:'''CHIP-8''' (N0110)
:'''Flip8 Redux'''
 
::Can't load custom CHIP-8 binaries/ROMs.
 
'''Computers (PPC, m64k)
 
:'''Chip-8 for Suns''' (SunOS)
 
 
::Placeholder text.
 
::Placeholder text.
:'''Crazy-8''' (Classic Mac OS)
+
'''Microcontrollers
 +
:'''8boy''' (Arduino)
 +
::Placeholder text.
 +
:'''ESPboy CHIP8''' (ESPboy)
 +
::Placeholder text.
 +
:'''ESP32TinyChip8''' (ESP32)
 
::Placeholder text.
 
::Placeholder text.
:'''MacVision-8''' (Classic Mac OS)
+
:'''chip8-esp8266 ''' (ESP8266)
 +
::Placeholder text.
 +
:'''Tjipp8'''  (PIC16F17xx)
 
::Placeholder text.
 
::Placeholder text.
:'''ChipEm''' (Amiga)
+
:'''Chip-8 STM32''' (STM32)
 +
::Placeholder text.
 +
:'''chip8-stm32''' (STM32)
 +
::Placeholder text.
 +
:'''chip8stm32''' (STM32)
 +
::Placeholder text.
 +
:'''TIVA8 '''  (TM4C123)
 
::Placeholder text.
 
::Placeholder text.
:'''Chip8''' (Amiga)
+
:'''ByteBoy''' (MSP430)
 
::Placeholder text.
 
::Placeholder text.
'''Home computers
+
'''Firmware
:'''Chip-8''' (Atari 8-bit)
+
:'''CHIP-8 UEFI''' (UEFI)
::Placeholder text.
+
::Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II].
:'''Chip09''' (Tandy CoCo 2, Dragon 32/64)
+
:'''GPCHIP''' (Miyoo)
::Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].
+
::Placeholder text.  
:'''CHIP-OTTO''' (ZX Spectrum, ZX Spectrum Next)
+
:'''PluginChip8''' (Rockbox)
::Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape.
+
::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.  
:'''ZX Chip8''' (ZX Spectrum)
+
'''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.
 
::Placeholder text.
:'''C64 Chip-8''' (Commodore 64)
+
:'''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'''
 +
:'''flipper-chip''' (Flipper Zero)
 +
::does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref>
 +
'''FPGA
 +
:'''ICED Potato''' (ICE40UP5K)
 +
::Placeholder text.
 +
:'''CHIP-8 console on FPGA'''  (TinyFPGA BX)
 
::Placeholder text.
 
::Placeholder text.
:'''Chip-8 Emulator''' (Commodore 64)
+
:'''FpChip8''' (Altera DE1)
::Placeholder text.
 
:'''MoeCHIP-8 for C64''' (Commodore 64)
 
::Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler].
 
:'''Vic-20 Chip-8 Emulator''' (VIC-20)
 
::Separate floppy disk for games, instructions in manual for custom ROMs.
 
:'''CHIP-8 Simulator BBC/Master''' (BBC Micro, BBC Master)
 
::Placeholder text.
 
:'''Chip-8''' (RISC OS)
 
::Placeholder text.
 
'''Portable computers
 
:'''SCHIP''' (Windows CE)
 
::Placeholder text.
 
:'''chip8''' (Sharp PC-1350, Sharp PC-1360, Sharp PC-2500)
 
::Placeholder text.
 
:'''CHIP-850''' (PC-G850)
 
::Placeholder text.
 
:'''LXV8''' (HP 95LX, HP 100LX, HP 200LX)
 
::Placeholder text.
 
:'''CHIP8-100''' (TRS-80 Model 100)
 
::Placeholder text.
 
:'''IC35 Chip8 emulator''' (Siemans IC35)
 
::Placeholder text.
 
'''Console'''
 
:'''Chip8 Xbox One''' (Xbox one)
 
::Placeholder text.
 
:'''CHIP8 Emulator''' (Wii U)
 
::Placeholder text.
 
:'''Chippy''' (Wii)
 
::Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. Unless you use an ancient HBC, you might receive a invalid elf error. The [https://wiibrew.org/wiki/ELF_to_DOL_Converter elf-dol_converter] should workaround this.
 
:'''Chip 8 Emulator''' (GameCube)
 
::Placeholder text.
 
:'''Chip8-n64''' (Nintendo 64)
 
::Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon].
 
:'''PsChip8''' (PlayStation)
 
::Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make
 
:'''Super Chip8x''' (Super Nintendo)
 
::Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar].
 
:'''CHIP8''' (PlayStation 2, PlayStation 3)
 
::Placeholder text.
 
:'''Chippi+''' (Intellivision)
 
::Comes bundled with CHIP-8 ROMs, aswell as a python program to convert them to ECS tapes. The interpreter is written in [https://nanochess.org/intybasic.html IntyBASIC].
 
:'''CHIP8 TO SMD''' (Genesis / Mega Drive)
 
::Placeholder text.
 
:'''Chip8-NX''' (Switch)
 
::Placeholder text.
 
:'''Chip8x''' (Xbox)
 
::Good interface. Can load ROMs from disk, HDD or any other storage device
 
:'''Chip8 Emulator''' (PlayStation 4)
 
::Placeholder text.
 
:'''Chip8-3DO''' (3DO)
 
::Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev].
 
:'''chip-64''' (Nintendo 64)
 
::Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass].
 
:'''CHIP-8 GENESIS''' (Genesis / Mega Drive)
 
::Placeholder text.
 
:'''NES CHIP-8''' (Nintendo Entertainment System)
 
::Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65].
 
:'''Sega Genesis CHIP-8''' (Genesis / Mega Drive)
 
::Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK]
 
:'''CHIP-F8''' (Channel F)
 
::Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm].
 
:'''Chip-8 XNA''' (Xbox 360)
 
::Placeholder text.
 
:'''Whack-a-Mole''' (Dreamcast)
 
::Placeholder text.
 
:'''CrabEmu''' (Dreamcast)
 
::Placeholder text.
 
:'''SMS Chip-8 interpreter''' (Master System)
 
::Placeholder text.
 
:'''CHIP-8 emulator''' (Saturn)
 
::Placeholder text.
 
:'''chipce8''' (PC Engine / Turbo Grafx 16)
 
::Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS].
 
'''Handheld console'''
 
:'''Chip8me''' (Nintendo DS)
 
::Simple, easy to use GUI, loads ROMs from SD card..
 
:'''CEightY''' (Pandora)
 
::Placeholder text.
 
:'''Chip-3DS''' (3DS)
 
::Placeholder text.
 
:'''GB-Chip8''' (Game Boy)
 
::Uses a included DOS program (Use [[DOSBox]] or [[PC_Emulator_Comparisons|Similar software]] to run this.), to save the ROMs to a Game Boy ROM file, with up to 11 ROMs being able to be saved onto it, with key customization available in the menu.
 
:'''Vision-8 for Gameboy''' (Game Boy)
 
::Uses a included DOS program (Use [[DOSBox]] or [[PC_Emulator_Comparisons|Similar software]] to run this.), to save the ROMs to a battery save file, with up to 7 ROMs being able to be saved onto it, with key customization for each CHIP-8 ROM. To exit current the ROM and go back to menu press <code>A</code>, <code>B</code>, <code>Start</code> and <code>Select</code>
 
:'''MicroCHIP''' (PlayStation Vita)
 
::Simple ROM selection.
 
:'''PSP-Chip8''' (PlayStation Portable)
 
::Basic ROM selection interface.
 
:'''Chip-8 Emulator''' (PlayStation Portable)
 
::Placeholder text.
 
:'''VITA-8''' (PlayStation Vita)
 
::Placeholder text.
 
:'''DreamChip''' (PlayStation Portable)
 
::Placeholder text.
 
:'''GB-8''' (Game Boy)
 
::Basic ROM selection interface, to exit current the ROM and go back to menu press <code>A</code>, <code>B</code>, <code>Start</code> and <code>Select</code> at the same time. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.5.0 RGBDS v0.5.0].
 
:'''damaged chip8''' (Game Boy)
 
::Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.3.10 RGBDS v0.3.10].
 
:'''Cobalt''' (Game Boy)
 
::No ROM selection, have to edit /src/rom.s and re-compile. Needs [https://github.com/gbdev/hardware.inc hardware.inc] to compile, Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS].
 
:'''DrChip 8''' (Game Boy Advance)
 
::Pressing <code>L</code> and <code>R</code> triggers to exit to menu, Can't insert custom ROMs.
 
:'''Chip8Adv'' (Game Boy Advance)
 
::Placeholder text.
 
:'''Dingux-chip8''' (Dingoo)
 
::Placeholder text.
 
:'''gpchip ''' (Dingoo)
 
::Placeholder text.
 
:'''Chips1''' (WonderSwan)
 
::Placeholder text.
 
:'''Chip8Pd''' (Playdate)
 
::Placeholder text.
 
:'''C8''' (GP32)
 
::Placeholder text.
 
:'''EFCS''' (GP2X)
 
::Placeholder text.
 
:'''Chip8''' (Lynx)
 
::Placeholder text.
 
:'''Chip-N''' (N-Gage)
 
::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.
 
::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.
 +
:'''chip8emu-agk''' (AppGameKit 2)
 +
::Placeholder text. Written in AppGameKit 2 BASIC
 +
:'''Godot CHIP-8 Emulator''' (Godot)
 +
::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.
 +
'''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.
 +
:'''00SChip8''' (PureBasic)
 +
::Simple GUI.
 +
:'''Project Cherry''' (FreeBASIC)
 +
::Nothing notable, command line/Terminal.
 +
:'''VB Chip-8''' (Visual Basic 6)
 +
::Remappable keys, slows down when debug option is enabled.
 +
:'''VChip 8''' (Visual Basic 6)
 +
::Placeholder text.
 +
:'''chip-8-vba''' (Visual Basic for Applications)
 +
::Placeholder text.
 +
:'''Chip8VB''' (Visual Basic .NET)
 +
::Placeholder text.
 +
:'''Chip8 SmallBasic''' (SmallBasic)
 +
::Placeholder text.
 +
:'''WAVE Multi-Emulator''' (Scratch)
 +
::Placeholder text.
 +
:'''chip8''' (BlitzMax)
 +
::Placeholder text.
 +
:'''emuchip8me''' (J2ME)
 +
::Placeholder text.
 +
:'''cl-chip8''' (Common Lisp)
 +
::Placeholder text.
 +
:'''Other
 +
'''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.
 
:'''LOVE-8''' (LÖVE)
 
:'''LOVE-8''' (LÖVE)
 
::Placeholder text.
 
::Placeholder text.
'''Other'''
 
:'''chip8.deck''' (Decker)
 
::Placeholder text.
 
:'''CHIP-8 Interpreter''' (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]]

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)