Difference between revisions of "CHIP-8 emulators"

From Emulation General Wiki
Jump to navigation Jump to search
m (S-CHIP)
m (Add more CHIP-8 interpreters written for FPGA)
 
(32 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|title = CHIP-8
 
|title = CHIP-8
 
|image = PONG CHIP8.png
 
|image = PONG CHIP8.png
|imagecaption = Screenshot of Pong implemented in CHIP-8
+
|imagecaption = CHIP-8 implemention of ''[[wikipedia:Pong|Pong]]''
 
|developer = Joseph Weisbecker
 
|developer = Joseph Weisbecker
|release = 1977<ref>Mentioned in [https://archive.org/details/super-elf-manual/page/126/mode/2up Super ELF Manual], in 1977</ref>
+
|release = 1977 or 1978
 
|emulated = {{✓}}
 
|emulated = {{✓}}
 
}}
 
}}
 +
<!-- WIP: Needs [[accuracy testing]] and checking for [[licensing]] and [[#Descriptions|Descriptions]] added-->
 
{{WIP}}
 
{{WIP}}
:''' ''WIP Note''': needs [[accuracy testing]] and checking for [[licensing]]''
+
:''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 interpreters of CHIP-8.''
+
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an [[wikipedia:Interpreter_(computing)|interpreted]] [[wikipedia:Programming_language|programming language]], developed by Joseph Weisbecker.  
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an [[wikipedia:Interpreter_(computing)|interpreted]] [[wikipedia:Programming_language|programming language]], developed by Joseph Weisbecker. CHIP-8 interpreters have been official endorsed/made by some hardware developers, while most interpreters are considered [[wikipedia:Homebrew_(video_games)|homebrew]] or hobbyist software.
+
 
;Adoption
+
CHIP-8 was 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 implentations see [[#Interpreters|interpreters]]
 +
 
 +
===Adoption===
 
: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.
+
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 [[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]'
  
This is due to systems like the [[wikipedia:COSMAC_VIP|COSMAC VIP]] including CHIP-8 programs in instruction manuals.<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 '{{hovertext|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 'S-CHIP' interpreter released on [[wikipedia:HP_49/50_series#HP_49G|HP-49G]], with the 'S-CHIP' extension being a derivative of CHIP-48.<ref name=SCHIP_11_DOC>[http://devernay.free.fr/hacks/chip8/schip.txt S-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.
  
Since then there have been other communities that have created and ported interpreters, devices such as home computers and consoles have been hardware targeted by some software developers. 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 (XO-CHIP was created in 2014<ref>[https://chip-8.github.io/extensions/#xo-chip CHIP-8 extensions and compatibility#XO-CHIP]</ref>), which has ran from 2014-2023. Octojam had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.
+
===CHIP-8 extensions===
;CHIP-8 extensions
+
:For detailed information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility]
:For information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility] by the CHIP-8 Research Facility
 
 
:Extensions to CHIP-8 have existed since the 1970s.
 
: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>  
 
CHIP-8, and its extensions are based on implementing [[wikipedia:Opcode|opcodes]] in interpreters.<ref>https://chip-8.github.io/extensions/</ref>  
Line 27: Line 33:
  
 
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.
 
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.
;Computers with supporting CHIP-8
+
 
 +
;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}}
 
{{for|more information on these computers|List of computers}}
 
:Devices with official/endorsed or other well-known CHIP-8 support.
 
: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].
 
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;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 99: Line 155:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|shmip8
+
|Fish 'N' Chips
|align=left|{{Icon|Windows|Linux}}
+
|align=left|{{Icon|Windows}}
|[https://github.com/shmolyneaux/shmip8 git]
+
|[https://web.archive.org/web/20120916111343/http://members.chello.nl/~s.morsink/ 1.15]
 +
|{{✗}}
 +
|Mid
 +
|{{?}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|InfoChip8
 +
|align=left|{{Icon|Windows}}
 +
|[https://web.archive.org/web/20060620133903/http://www.geocities.co.jp/SiliconValley/5604/infochip8.html 0.1J]
 +
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|shmip8
 +
|align=left|{{Icon|Windows|Linux}}
 +
|[https://github.com/shmolyneaux/shmip8 git]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
Line 112: Line 186:
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{✗}}
 
|{{✗}}
|Mid
+
|High-Mid
 +
|{{NC}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|SVision-8
 +
|align=left|{{Icon|Windows|DOS|UNIX}}
 +
|[http://devernay.free.fr/hacks/chip8/ ?]
 +
|{{✗}}
 +
|High-Mid
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
Line 126: Line 209:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|chip8-asm64-emu
+
|Chip8
|align=left|{{Icon|Linux}}
+
|align=left|{{Icon|DOS}}
|[https://github.com/Lonami/chip8-asm64-emu git]
+
|[https://www.pong-story.com/chip8/ 2.2.0]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 
|-
 
|-
|OmniChip-8
+
|DOS Chip-8 / VChip-8
 +
|align=left|{{Icon|DOS}}
 +
|[https://web.archive.org/web/20060618210558/http://members.aol.com/autismuk/chip8/ 1.1]
 +
|{{✗}}
 +
|Low-Mid
 +
|{{?}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|chip8-asm64-emu
 +
|align=left|{{Icon|Linux}}
 +
|[https://github.com/Lonami/chip8-asm64-emu git]
 +
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|OmniChip-8
 
|align=left|{{Icon|Windows|Linux}}
 
|align=left|{{Icon|Windows|Linux}}
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|[https://github.com/Eggbertx/OmniChip-8 git]
Line 169: Line 270:
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
 
|CHIP-8 Emulator
 
|CHIP-8 Emulator
Line 178: Line 279:
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
 
|CHIP-8
 
|CHIP-8
Line 187: Line 288:
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
 
|Emu OS
 
|Emu OS
Line 196: Line 297:
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|}
 
|}
 +
 +
=== Mobile \ ARM ===
 +
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 207: Line 311:
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
!colspan="10"|Computers / m68k, PPC
+
!colspan="10"|Mobile / ARM
 
|-
 
|-
|Crazy-8
+
|Chip8
|align=left|{{Icon|Classic Mac OS}}
+
|align=left|{{Icon|APK}}
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
+
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]
|{{TBD}}
+
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|MacVision-8
+
|ChipChip
|align=left|{{Icon|Classic Mac OS}}
+
|align=left|{{Icon|APK}}
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
+
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
|{{TBD}}
+
|Mid
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|C-Octo
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/JohnEarnest/c-octo git]
 +
|High
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 
|-
 
|-
|Chip8
+
|iPhone-Chip-8-Emulator
|align=left|{{Icon|AmigaOS}}
+
|align=left|{{Icon|iOS}}
|[https://aminet.net/package/dev/lang/Chip8 ?]
+
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
 
|{{TBD}}
 
|{{TBD}}
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{✗}}
 +
|{{~}}
 
|-
 
|-
|Vision-8
+
|PalmChip8
|align=left|{{Icon|AmigaOS}}
+
|align=left|{{Icon|Palm}}
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
+
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
 
|{{TBD}}
 
|{{TBD}}
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{✗}}
 +
|{{R}}
 
|-
 
|-
!colspan="10"|Home computers
+
|DALE-8
 +
|align=left|{{Icon|KaiOS}}
 +
|[https://gitlab.com/suborg/dale-8 git]
 +
|{{TBD}}
 +
|{{PublicDomain}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Chip-8
+
|Pico-CHIP8
|Atari 8-bit
+
|align=left|{{Icon|rpi}}
|[https://github.com/pkali/Chip-8 git]
+
|[https://github.com/Y2K-x/pico-chip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip09
+
|MeltChip
|Tandy CoCo 2<br>Dragon 32/64
+
|BlackBerry PlayBook
|[https://github.com/ebonhand09/Chip09 git]
+
|[https://github.com/karolprzyb/MeltChip/ git]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|}
 +
 
 +
===Browser===
 +
 
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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]]
 
|-
 
|-
|Vision-8
+
!colspan="10"|Web browsers
|align=left|{{Icon2|ColecoVision|ADAM}}
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{TBD}}
 
|{{NC}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|CHIP-OTTO
+
|Octo
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>Cambridge Z88
+
|align=left|{{Icon|Web}}
|[https://retrobits.itch.io/chip-otto ?]
+
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
|{{TBD}}
+
|High
|{{}}
+
|{{✓}}
|{{}}
+
|{{✓}}
|{{?}}
+
|{{✓}}
 +
|-
 +
|Cadmium
 +
|align=left|{{Icon|Web}}
 +
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 +
|Cycle
 +
|{{}}
 +
|{{}}
 +
|{{}}
 
|-
 
|-
|C64 Chip-8
+
|Silicon8
|align=left|{{Icon|C64}}
+
|align=left|{{Icon|Web}}
|[https://github.com/kschuetz/c64-chip8 git]
+
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
|{{TBD}}
+
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|OmniChip-8
+
|Chip-8
|align=left|{{Icon|C64}}
+
|align=left|{{Icon|Web}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://binji.github.io/raw-wasm/chip8/ Website]<br>[https://github.com/binji/raw-wasm/ git]
|{{TBD}}
+
|High
 +
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
 
|-
 
|-
|Chip-8 Emulator
+
|Chip8.js
|align=left|{{Icon|C64}}
+
|align=left|{{Icon|Web}}
|[https://csdb.dk/release/?id=17306 ?]
+
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|-
 
|MoeCHIP-8 for C64
 
|align=left|{{Icon|C64}}
 
|[https://github.com/jomag/moechip8 git]
 
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|Vic-20 Chip-8 Emulator
+
|Flip8 Redux
|align=left|{{Icon2|VIC-20}}
+
|align=left|{{Icon|Web}}
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
+
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|{{?}}
 
|-
 
|CHIP-8 Simulator BBC/Master
 
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
 
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
 
|{{TBD}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|}
|-
+
 
|Chippi
+
===Other computers===
|Intellivision
+
 
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
+
{| class="wikitable" style="text-align:center;"
|{{TBD}}
+
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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"|Computers / m68k, PPC
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
 +
|High-Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}
|{{?}}
 
 
|-
 
|-
|Chip-8
+
|Chip-8 for Suns
|align=left|{{Icon|RiscOS}}
+
|SunOS
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
+
|[https://www.hpcalc.org/details/8564 ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Portable computers / Pocket computers
+
|Crazy-8
|-
+
|align=left|{{Icon|Classic Mac OS}}
|chip8
+
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
|Sharp PC-1350<br>PC-1360<br>PC-2500
 
|[https://github.com/puehred/chip8 git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|-
 +
|MacVision-8
 +
|align=left|{{Icon|Classic Mac OS}}
 +
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
 +
|{{TBD}}
 +
|{{NC}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP8-100
+
|ChipEm
|TRS-80 Model 100
+
|align=left|{{Icon|AmigaOS}}
|[https://github.com/marinuso/chip8-100 git]
+
|[https://aminet.net/package/misc/emu/ChipEm 0.4 Beta]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
|}
 
===Other devices===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Latest Version
 
! 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"|Mobile / ARM
 
 
|-
 
|-
 
|Chip8
 
|Chip8
|align=left|{{Icon|APK}}
+
|align=left|{{Icon|AmigaOS}}
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]
+
|[https://aminet.net/package/dev/lang/Chip8 ?]
|High
+
|{{TBD}}
|{{}}
+
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 +
|-
 +
!colspan="10"|Home computers
 
|-
 
|-
|ChipChip
+
|Chip-8
|align=left|{{Icon|APK}}
+
|Atari 8-bit
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
+
|[https://github.com/pkali/Chip-8 git]
|Mid
+
|{{TBD}}
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|Chip09
|align=left|{{Icon|iOS}}
+
|Tandy CoCo 2<br>Dragon 32/64
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
+
|[https://github.com/ebonhand09/Chip09 git]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon2|ColecoVision|ADAM}} MSX
 +
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 
|-
 
|-
|C-Octo
+
|SVision-8
|align=left|{{Icon|rpi}}
+
|align=left|{{Icon2|ADAM}} MSX
|[https://github.com/JohnEarnest/c-octo git]
+
|[http://devernay.free.fr/hacks/chip8/ ?]
|High
+
|{{TBD}}
|{{}}
+
|{{NC}}
|{{}}
+
|{{}}
|{{}}
+
|{{R}}
 
|-
 
|-
|PalmChip8
+
|CHIP-OTTO
|align=left|{{Icon|Palm}}
+
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>Cambridge Z88
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
+
|[https://retrobits.itch.io/chip-otto ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|DALE-8
+
|ZX Chip8
|align=left|{{Icon|KaiOS}}
+
|align=left|{{Icon2|ZXS}}
|[https://gitlab.com/suborg/dale-8 git]
+
|[https://github.com/alvaroalea/chip8_4_speccy git]
 
|{{TBD}}
 
|{{TBD}}
|{{✓}}<ref Group=N>[https://gitlab.com/suborg/dale-8 DALE-8 is public domain]</ref>
+
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Pico-CHIP8
+
|C64 Chip-8
|align=left|{{Icon|rpi}}
+
|align=left|{{Icon|C64}}
|[https://github.com/Y2K-x/pico-chip8 git]
+
|[https://github.com/kschuetz/c64-chip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|MeltChip
+
|OmniChip-8
|BlackBerry PlayBook
+
|align=left|{{Icon|C64}}
|[https://github.com/karolprzyb/MeltChip/ git]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}
 +
|{{R}}
 +
|-
 +
|Chip-8 Emulator
 +
|align=left|{{Icon|C64}}
 +
|[https://csdb.dk/release/?id=17306 ?]
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|MoeCHIP-8 for C64
 +
|align=left|{{Icon|C64}}
 +
|[https://github.com/jomag/moechip8 git]
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
!colspan="10"|Consoles
+
|Vic-20 Chip-8 Emulator
|-
+
|align=left|{{Icon2|VIC-20}}
|[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
+
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
|align=left|{{Icon|XboxOne}}
+
|{{TBD}}
|[https://github.com/wiired24/ProjectPegasus/ ?]
+
|{{}}
|Mid
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8x
+
|CHIP-8 Simulator BBC/Master
|align=left|{{Icon|Xbox}}
+
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
+
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|CHIP8 Emulator
+
|Chip-8
|align=left|{{Icon|WiiU}}
+
|align=left|{{Icon|RiscOS}}
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
+
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
|Mid
+
|{{TBD}}
|{{}}
+
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Portable computers / Pocket computers
 +
|-
 +
|SCHIP
 +
|{{Icon|WinCE}}
 +
|[https://web.archive.org/web/20000307191326/http://www.orbworks.com/PalmOS/schip.html 1.0]
 +
|{{TBD}}
 +
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chippy
+
|chip8
|align=left|{{Icon|Wii}}
+
|Sharp PC-1350<br>PC-1360<br>PC-2500
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
+
|[https://github.com/puehred/chip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip 8 Emulator
+
|CHIP-850
|align=left|{{Icon|GameCube}}
+
|PC-G850
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
+
|[https://ver0.sakura.ne.jp/g800/index.html#chip850 ?]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|LXV8
 +
|HP 95LX<br>HP 100LX<br>HP200LX
 +
|[https://web.archive.org/web/20210122140544/http://guofu.sdf.org/chip8.html ?]
 +
|Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8-n64
+
|CHIP8-100
|align=left|{{Icon|N64}}
+
|TRS-80 Model 100
|[https://github.com/joshiggins/chip8-n64 git]
+
|[https://github.com/marinuso/chip8-100 git]
|Mid
 
|{{✓}}
 
|{{✗}}
 
|{{✓}}
 
|-
 
|chip-64
 
|align=left|{{Icon|N64}}
 
|[https://github.com/TesseracT33/chip-64 git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|PsChip8
+
|IC35 Chip8 emulator
|align=left|{{Icon|PS1}}
+
|Siemans IC35
|[https://github.com/dhustkoder/pschip8 git]
+
|[https://web.archive.org/web/20030629104258/http://domfree.de/ic35/chip8.htm 0.1]
|Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 +
|}
 +
 
 +
===Consoles===
 +
 
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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]]
 
|-
 
|-
|Super Chip8x
+
!colspan="10"|Consoles
|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://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
 +
|align=left|{{Icon|XboxOne}}
 +
|[https://github.com/wiired24/ProjectPegasus/ ?]
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|CHIP8 TO SMD
+
|CHIP8 Emulator
|align=left|{{Icon|MD}}
+
|align=left|{{Icon|WiiU}}
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
+
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
 
|Mid
 
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chippy
 +
|align=left|{{Icon|Wii}}
 +
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|CHIP-8 GENESIS
+
|Chip 8 Emulator
|align=left|{{Icon|MD}}
+
|align=left|{{Icon|GameCube}}
|[https://github.com/Fhoughton/chip8-genesis/ git]
+
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 
|-
 
|-
|NES-CHIP-8
+
|Chip8-n64
|align=left|{{Icon2|NES}}
+
|align=left|{{Icon|N64}}
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
+
|[https://github.com/joshiggins/chip8-n64 git]
|High<ref Group=N name=NES>most accuracy tests show that it is accurate, other tests can't be done due to controller inputs. Controller inputs are mapped to the Dpad and some games and demos are unplayable due to this.</ref>
+
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|PsChip8
 +
|align=left|{{Icon|PS1}}
 +
|[https://github.com/dhustkoder/pschip8 git]
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Super Chip8x
 +
|align=left|{{Icon|SNES}}
 +
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|CHIP8 TO SMD
 +
|align=left|{{Icon|MD}}
 +
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 +
|Mid
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{}}<ref Group=N name=NES>most accuracy tests show that it is accurate, other tests can't be done due to controller inputs. Controller inputs are mapped to the Dpad and some games and demos are unplayable due to this.</ref>
+
|{{}}
 
|-
 
|-
 
|Chip8-NX
 
|Chip8-NX
Line 539: Line 743:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|Chip8 Emulator
+
|Chip8x
|align=left|{{Icon|PS4}}
+
|align=left|{{Icon|Xbox}}
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
+
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
|Low
+
|Low-Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
|-
 
|CHIP8
 
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
 
|[https://github.com/jmgk77/CHIP8 v1]
 
|Mid
 
|{{?}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
 
|Chip8-3DO
 
|Chip8-3DO
Line 563: Line 759:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|Whack-a-Mole
+
|Chip8 Emulator
|align=left|{{Icon|DC}}
+
|align=left|{{Icon|PS4}}
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
+
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
|{{TBD}}
+
|Low
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|CrabEmu
+
|chip-64
|align=left|{{Icon|DC}}
+
|align=left|{{Icon|N64}}
|[https://dreamcast.wiki/CrabEmu 0.2.0]
+
|[https://github.com/TesseracT33/chip-64 git]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|SMS Chip-8 interpreter
+
|CHIP-8 GENESIS
|align=left|{{Icon2|SMS}}
+
|align=left|{{Icon|MD}}
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
+
|[https://github.com/Fhoughton/chip8-genesis/ git]
 
|{{TBD}}
 
|{{TBD}}
|{{✓}}
 
|{{✗}}
 
 
|{{?}}
 
|{{?}}
|-
 
|CHIP-8 emulator
 
|align=left|{{Icon|Saturn}}
 
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
 
|{{TBD}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|chipce8
+
|NES-CHIP-8
|align=left|{{Icon2|PCE}}
+
|align=left|{{Icon2|NES}}
|[https://github.com/trapexit/chipce8 git]
+
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
|{{TBD}}
+
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}<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
Line 611: Line 799:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
!colspan="10"|Handhelds
+
|CHIP8
|-
+
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
|Chip8me
+
|[https://github.com/jmgk77/CHIP8 v1]
|align=left|{{Icon|NDS}}
+
|Mid
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
+
|{{?}}
|{{TBD}}
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|DrChip 8
+
|Chip-8 XNA
|align=left|{{Icon|GBA}}
+
|align=left|{{Icon|Xbox360}}
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
+
|[https://github.com/Zepheus/chip8_xna git]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✓}}
 
 
|-
 
|-
|Chip-3DS
+
|Whack-a-Mole
|align=left|{{Icon|3DS}}
+
|align=left|{{Icon|DC}}
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
+
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
|Mid
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 
|-
 
|-
|[https://github.com/Hacktix/GB-8 GB-8]
+
|CrabEmu
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon|DC}}
|[https://github.com/Hacktix/GB-8/releases git]
+
|[https://dreamcast.wiki/CrabEmu 0.2.0]
|Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|damaged chip8
+
|Sega Genesis CHIP-8
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon|MD}}
|[https://github.com/lancekindle/damaged-chip8 git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|SMS Chip-8 interpreter
 +
|align=left|{{Icon2|SMS}}
 +
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Vision-8 for Gameboy
+
|CHIP-8 emulator
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon|Saturn}}
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
+
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
 
|{{TBD}}
 
|{{TBD}}
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|OmniChip-8
+
|chipce8
|align=left|{{Icon2|GB}}
+
|align=left|{{Icon2|PCE}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://github.com/trapexit/chipce8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|PSPChip8
+
|Chippi
|align=left|{{Icon|PSP}}
+
|Intellivision
|[https://gbatemp.net/download/pspchip8.28298 1.0]
+
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
|Low
+
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 +
|-
 +
!colspan="10"|Handhelds
 
|-
 
|-
|DreamChip
+
|Chip8me
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|NDS}}
|[https://archive.org/details/dream-chipv-4.0.7z V4]
+
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
|Low
+
|Mid
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 
|-
 
|-
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
+
|DrChip 8
|align=left|{{Icon|Vita}}
+
|align=left|{{Icon|GBA}}
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]
+
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
|-
 
|VITA-8
 
|align=left|{{Icon|Vita}}
 
|[https://github.com/xerpi/VITA-8/tree/sw-render git]
 
|{{TBD}}
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
 
|CEightY
 
|CEightY
Line 709: Line 896:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Dingux-chip8
+
|Chip-3DS
|align=left|{{Icon|Dingoo}}
+
|align=left|{{Icon|3DS}}
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
+
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
|{{TBD}}
+
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|gpchip
+
|PSPChip8
|align=left|{{Icon|Dingoo}}
+
|align=left|{{Icon|PSP}}
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
+
|[https://gbatemp.net/download/pspchip8.28298 1.0]
|{{TBD}}
+
|Low
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|Chips1
+
|DreamChip
|align=left|{{Icon2|WonderSwan}}
+
|align=left|{{Icon|PSP}}
|[https://github.com/asiekierka/chips1 git]
+
|[https://archive.org/details/dream-chipv-4.0.7z V4]
|{{TBD}}
+
|Low
|{{✓}}
+
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GB-8
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/Hacktix/GB-8/releases git]
 +
|High
 +
|{{}}
 +
|{{✗}}
 +
|{{✗}}<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
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/lancekindle/damaged-chip8 git]
 +
|High
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{}}<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>
 
|-
 
|-
|Chip8Pd
+
|Vision-8 for Gameboy
|align=left|{{Icon2|Playdate}}
+
|align=left|{{Icon2|GB}}
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
+
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|C8
+
|OmniChip-8
|align=left|{{Icon|GP32}}
+
|align=left|{{Icon2|GB}}
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{✓}}
 +
|{{✓}}
 +
|{{R}}
 +
|-
 +
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
 +
|align=left|{{Icon|Vita}}
 +
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|EFCS
+
|VITA-8
|align=left|{{Icon|GP2X}}
+
|align=left|{{Icon|Vita}}
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
+
|[https://github.com/xerpi/VITA-8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8
+
|Dingux-chip8
|align=left|{{Icon2|Lynx}}
+
|align=left|{{Icon|Dingoo}}
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
+
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip-8-Pokitto
+
|gpchip
|Pokitto
+
|align=left|{{Icon|Dingoo}}
|[https://github.com/spinalcode/Chip-8-Pokitto git]
+
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|CHIP-8 mini
+
|Chips1
|align=left|{{Icon2|PokeMini}}
+
|align=left|{{Icon2|WonderSwan}}
|[https://github.com/tobiasvl/chip-8-mini git]
+
|[https://github.com/asiekierka/chips1 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
|-
 
!colspan="10"|Calculators
 
|-
 
|Chip8Emu
 
|align=left|{{Icon|Nspire}}
 
|[https://tiplanet.org/forum/archives_voir.php?id=1171696  1.2.2]
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 
|-
 
|-
| Schip8fx
+
|Chip8Pd
|Casio AFX<br>Fx-9860
+
|align=left|{{Icon2|Playdate}}
| [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://github.com/PixelPhobicGames/Chip8-PlayDate git]
|Mid
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|C8SALT
+
|C8
|TI-84 series
+
|align=left|{{Icon|GP32}}
|[https://github.com/NinjaWeedle/C8SALT git]
+
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip-84
+
|EFCS
|align=left|{{Icon|TI84+CE}}
+
|align=left|{{Icon|GP2X}}
|[https://github.com/Chip-84/chip-84 git]
+
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip84CE
+
|Chip8
|align=left|{{Icon|TI84+CE}}
+
|align=left|{{Icon2|Lynx}}
|[https://github.com/kyleleong/chip84ce git]
+
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chip-N
 +
|N-Gage
 +
|[http://bengirce.tripod.com/Emulation/crazychip.html 0.1]
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Chip8-TI68k
+
|CHIP/8
|TI-68k
+
|P/ECE
|[https://github.com/n8pjl/chip8-ti68k git]
+
|[https://www.piece-me.org/ ?]
 
|{{TBD}}
 
|{{TBD}}
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
| CHIP48
+
|Chip-8-Pokitto
| HP48GX<br>HP48SX
+
|Pokitto
| [https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
+
|[https://github.com/spinalcode/Chip-8-Pokitto git]
 
|{{TBD}}
 
|{{TBD}}
| {{✗}}
+
|{{?}}
| {{✗}}
+
|{{✗}}
| {{}}
+
|{{R}}
 +
|-
 +
|CHIP-8 mini
 +
|align=left|{{Icon2|PokeMini}}
 +
|[https://github.com/tobiasvl/chip-8-mini git]
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|}
 +
 
 +
===Other devices===
 +
 
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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"|Calculators
 
|-
 
|-
| S-CHIP
+
| SUPER-CHIP
 
| HP48SX
 
| HP48SX
 
| [https://www.hpcalc.org/details/854 1.1]
 
| [https://www.hpcalc.org/details/854 1.1]
Line 847: Line 1,078:
 
| {{✓}}
 
| {{✓}}
 
|-
 
|-
|Vinegar
+
| CHIP48
|TI-83<br>TI-83 Plus
+
| HP48GX<br>HP48SX
|[https://benryves.com/bin/vinegar/ 1.1]
+
| [https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
 
|{{TBD}}
 
|{{TBD}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
|-
 +
|Chip8Emu
 +
|align=left|{{Icon|Nspire}}
 +
|[https://tiplanet.org/forum/archives_voir.php?id=1171696  1.2.2]
 +
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|CHIP-8
+
| Schip8fx
|N0110
+
|Casio AFX<br>Fx-9860
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
+
| [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]
|{{TBD}}
+
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Microcontrollers
+
|C8SALT
|-
+
|TI-84 series
|8boy
+
|[https://github.com/NinjaWeedle/C8SALT git]
|align=left|{{Icon|Arduino}}
 
|[https://github.com/jblebrun/8boy git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|ESPboy CHIP8
+
|Chip-84
|ESPboy
+
|align=left|{{Icon|TI84+CE}}
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
+
|[https://github.com/Chip-84/chip-84 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chip84CE
 +
|align=left|{{Icon|TI84+CE}}
 +
|[https://github.com/kyleleong/chip84ce git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|ESP32TinyChip8
+
|Chip8-TI68k
|ESP32
+
|TI-68k
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
+
|[https://github.com/n8pjl/chip8-ti68k git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 +
|-
 +
|Chip83
 +
|TI-83
 +
|[https://www.ticalc.org/archives/files/fileinfo/69/6938.html 0.1]
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|chip8-esp8266
+
|Chip8/SChip8 Emulation Library
|ESP8266
+
|TI-92<br>TI-92 Plus
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
+
|[https://www.ticalc.org/archives/files/authors/2/258.html 0.9 Beta]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Tjipp8
+
|CP300 Chip8
|PIC16F17xx
+
|Casio ClassPad 300
|[https://github.com/mengstr/Tjipp8 git]
+
|[https://web.archive.org/web/20071015071105/http://classpad.org/games.html?id=5&cat=22 1.03]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip-8 STM32
+
|Vinegar
|STM32
+
|TI-83<br>TI-83 Plus
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
+
|[https://benryves.com/bin/vinegar/ 1.1]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|chip8-stm32
+
|uChip8
|STM32
+
|TI-85
|[https://github.com/sash13/chip8-stm32 git]
+
|[https://www.ticalc.org/archives/files/fileinfo/67/6710.html 0.1]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|TIVA8
+
|HP Prime Chip8 Emulator
|TM4C123
+
|HP Prime
|[https://github.com/shii-ro/TIVA8 git]
+
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|ByteBoy
+
|CHIP-8
|MSP430
+
|N0110
|[https://github.com/anthonybuo/ByteBoy git]
+
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Firmware
+
!colspan="10"|Microcontrollers
 
|-
 
|-
|CHIP-8 UEFI
+
|8boy
|align=left|{{Icon|UEFI}}
+
|align=left|{{Icon|Arduino}}
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
+
|[https://github.com/jblebrun/8boy git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|GPCHIP
+
|ESPboy CHIP8
|Miyoo
+
|ESPboy
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
+
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 
|-
 
|-
|PluginChip8
+
|ESP32TinyChip8
|align=left|{{Icon2|RockBox}}
+
|ESP32
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
+
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 
|-
 
|-
!colspan="10"|Fantasy computers/consoles
+
|chip8-esp8266
 +
|ESP8266
 +
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|minimicro-chip8
+
|Tjipp8
|MiniMicro
+
|PIC16F17xx
|[https://github.com/JoeStrout/minimicro-chip8 git]
+
|[https://github.com/mengstr/Tjipp8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|CHIP-8 Emulator
+
|Chip-8 STM32
|align=left|{{Icon2|PICO-8}}
+
|STM32
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
+
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
|{{}}
+
|{{R}}
 
|-
 
|-
|CHIP-80
+
|chip8-stm32
|align=left|{{Icon2|TIC-80}}
+
|STM32
|[https://tic80.com/play?cart=953 Update 4]
+
|[https://github.com/sash13/chip8-stm32 git]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|Chip-8 emulator
+
|chip8stm32
|Vircon32
+
|STM32
|[https://vircon32.itch.io/chip-8-emulator ?]
+
|[https://github.com/AlfonsoJLuna/chip8stm32 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Other
+
|TIVA8
|-
+
|TM4C123
|flipper-chip
+
|[https://github.com/shii-ro/TIVA8 git]
|Flipper Zero
 
|[https://github.com/dwdraugr/flipper-chip git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|ByteBoy
 +
|MSP430
 +
|[https://github.com/anthonybuo/ByteBoy git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Firmware
 
|-
 
|-
|CHIP-8 console on FPGA
+
|CHIP-8 UEFI
|TinyFPGA BX
+
|align=left|{{Icon|UEFI}}
|[https://github.com/pwmarcz/fpga-chip8 git]
+
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|ICED Potato
+
|GPCHIP
|ICE40UP5K
+
|Miyoo
|[https://github.com/Hypnotron/iced-potato git]
+
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|chip8swemu
+
|PluginChip8
|align=left|Game & Watch: Super Mario Bros
+
|align=left|{{Icon2|RockBox}}
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
+
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
|Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{?}}
 
|{{✓}}
 
|{{✓}}
|}
 
===Other platforms===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Latest Version
 
! 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"|Web browsers
+
!colspan="10"|Fantasy computers/consoles
 
|-
 
|-
|[https://johnearnest.github.io/Octo/ Octo]
+
|CHIP-8 Emulator
|align=left|{{Icon|Web}}
+
|align=left|{{Icon2|PICO-8}}
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
+
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
|High
+
|{{TBD}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
 
|-
 
|-
|Cadmium
+
|CHIP-80
|align=left|{{Icon|Web}}
+
|align=left|{{Icon2|TIC-80}}
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
+
|[https://tic80.com/play?cart=953 Update 4]
|Cycle
+
|{{TBD}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
|{{}}
+
|{{}}
 
|-
 
|-
|Silicon8
+
|CHIP8 Emulator
|align=left|{{Icon|Web}}
+
|LowRes NX
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
+
|[https://lowresnx.inutilis.com/topic.php?id=1648 ?]
|High
+
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8.js
+
|Chip-8 emulator
|align=left|{{Icon|Web}}
+
|Vircon32
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
+
|[https://vircon32.itch.io/chip-8-emulator ?]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 
|-
 
|-
|Flip8 Redux
+
|chip8uxn
|align=left|{{Icon|Web}}
+
|Uxn
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
+
|[https://git.sr.ht/~rabbits/chip8uxn git]
 
|{{TBD}}
 
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|-
+
|minimicro-chip8
!colspan="10"|Text editor
+
|MiniMicro
|-
+
|[https://github.com/JoeStrout/minimicro-chip8 git]
|chip-8.nvim
 
|NeoVim
 
|[https://github.com/rktjmp/chip-8.nvim git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|-
 +
!colspan="10"|Other
 
|-
 
|-
|chip8.el
+
|chip8swemu
|Emacs
+
|align=left|Game & Watch: Super Mario Bros
|[https://depp.brause.cc/chip8.el/ git]
+
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
|{{TBD}}
+
|Mid
 +
|{{✓}}
 +
|{{}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
|{{?}}
 
 
|-
 
|-
!colspan="10"|Game Engine / Mod
+
|flipper-chip
|-
+
|Flipper Zero
|chip8emu-agk
+
|[https://github.com/dwdraugr/flipper-chip git]
|AppGameKit 2
 
|[https://github.com/thaolt/chip8emu-agk git]
 
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|CHIP8-GM
+
|ICED Potato
|GameMaker
+
|ICE40UP5K
|[https://github.com/Dudeidu/CHIP8-GM git]
+
|[https://github.com/Hypnotron/iced-potato git]
|High-Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|FPGA
 +
|-
 +
|CHIP-8 console on FPGA
 +
|TinyFPGA BX
 +
|[https://github.com/pwmarcz/fpga-chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Godot CHIP-8 Emulator
+
|FpChip8
|Godot (GDScript)
+
|Altera DE1
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
+
|[https://github.com/VitorVilela7/FpChip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|E2-CHIP-8-interpreter
+
|FPGA Chip-8 Emulator
|Garry's Mod
+
|Zedboard FPGA
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
+
|[https://github.com/tweger1999/FPGA_Chip_8_Emulator git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8Unity
+
|Clash CHIP-8
|Unity
+
|Nexys A7-50T
|[https://github.com/jarkkopa/Chip8Unity git]
+
|[https://github.com/gergoerdi/clash-chip8 git]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8Interpreter4Unity
+
|FPGA SuperChip
|Unity
+
|Digilent Nexys 3<br>MiST
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
+
|[https://github.com/gbraad/fpga-chip8 git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|[https://web.archive.org/web/20160906054553/https://www.computercraft.info/forums2/index.php?/topic/27446-blit-8-a-chip-8-emulator-for-cc/ Blit-8]
+
|CHIP-8 for FPGA
|Minecraft
+
|Arty A7-100T
|[https://pastebin.com/2h0b6L2B 1.0]
+
|[https://github.com/matthijsvanvliet/CHIP8-FPGA git]
 
|{{TBD}}
 
|{{TBD}}
|{{}}
+
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|}
 +
===Other platforms===
 +
 
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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"|Text editor
 
|-
 
|-
|Megazeux CHIP-8 Emulator
+
|chip-8.nvim
|Megazeux
+
|NeoVim
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
+
|[https://github.com/rktjmp/chip-8.nvim git]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Other
+
|chip8.el
 +
|Emacs
 +
|[https://depp.brause.cc/chip8.el/ git]
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Game Engine / Mod
 
|-
 
|-
|SuperCHIP emulator
+
|CHIP8-GM
|{{Icon|Java}}
+
|GameMaker
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
+
|[https://github.com/Dudeidu/CHIP8-GM git]
|{{TBD}}
+
|High-Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|Chip-84 Rainmeter Edition
+
|chip8emu-agk
|Rainmeter
+
|AppGameKit 2
|[https://github.com/Chip-84/chip-84-rainmeter git]
+
|[https://github.com/thaolt/chip8emu-agk git]
 
|{{TBD}}
 
|{{TBD}}
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|cl-chip8
+
|Godot CHIP-8 Emulator
|Common Lisp
+
|Godot (GDScript)
|[https://github.com/sjl/cl-chip8 git]
+
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
 
|{{TBD}}
 
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
|}
 
 
 
==Extension support==
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Computer
+
|E2-CHIP-8-interpreter
 +
|Garry's Mod
 +
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
 +
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
! Interpreter
+
|Chip8Unity
! CHIP-8
+
|Unity
! S-CHIP
+
|[https://github.com/jarkkopa/Chip8Unity git]
! XO-CHIP
+
|{{TBD}}
! Other
 
|-
 
|Cadmium
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadmium supported CHIP-8 variants] - Cadmium Github</ref>
 
|-
 
|C-Octo
 
|{{✓}}
 
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CubeChip-SDL
+
|Chip8Interpreter4Unity
 +
|Unity
 +
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
 +
|{{TBD}}
 +
|{{PublicDomain}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|[https://web.archive.org/web/20160906054553/https://www.computercraft.info/forums2/index.php?/topic/27446-blit-8-a-chip-8-emulator-for-cc/ Blit-8]
 +
|Minecraft
 +
|[https://pastebin.com/2h0b6L2B 1.0]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Megazeux CHIP-8 Emulator
 +
|Megazeux
 +
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
 +
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Programming language
 +
|-
 +
|CHIP-36
 +
|{{Icon|Java}}
 +
|[https://github.com/Le36/chip36 git]
 +
|High
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 
 
|-
 
|-
|JAXE
+
|SnxChip8
|{{}}
+
|{{Icon|Java}}
 +
|[https://web.archive.org/web/20160606234740/https://code.google.com/p/snx-chip8/downloads/list ?]
 +
|Mid
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 
 
|-
 
|-
|chip8swemu
+
|00SChip8
 +
|PureBasic
 +
|[https://github.com/00laboratories/00SChip8 git]<br>[https://00laboratories.com/project/00schip8 2016]
 +
|High-Mid
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|Project Cherry
 +
|FreeBASIC
 +
|[https://github.com/Sarania/Project-Cherry git]
 +
|Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{}}
 
|-
 
|-
|[[DSP]]
+
|VB Chip-8
|{{✓}}
+
|Visual Basic
|{{✓}}<ref>[https://github.com/leniad/dsp-emulator/blob/master/src/misc/init_games.pas dsp-emulator/src/misc/init_games.pas] - DSP GitHub</ref>
+
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 +
|-
 +
|Chip8 SmallBasic
 +
|SmallBasic
 +
|[https://github.com/pixelomer/Chip8-SmallBasic git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|shmip8
+
|chip-8-vba
 +
|Visual Basic
 +
|[https://github.com/rndtrash/chip-8-vba git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|Vision-8
+
|chip8
 +
|BlitzMax
 +
|[https://github.com/Hezkore/chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|DALE-8A
 +
|AWK
 +
|[https://github.com/farooqkz/DALE-8A git]
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|awk-chip8
 +
|gawk
 +
|[https://github.com/patsie75/awk-chip8 git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP-8 Interpreter (DOS)
+
|WAVE Multi-Emulator
|{{✓}}
+
|Scratch
|{{}}
+
|[https://scratch.mit.edu/projects/824826123 1.1.2]<br>[https://github.com/NinjaWeedle/Wave-Multi-Emulator git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|chip8-asm64-emu
+
|SuperCHIP emulator
 +
|{{Icon|Java}}
 +
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|OmniChip-8
+
|emuchip8me
|{{✓}}
+
|J2ME
|{{}}
+
|[https://github.com/jborza/emuchip8me git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CowChip
+
|cl-chip8
 +
|Common Lisp
 +
|[https://github.com/sjl/cl-chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|Chip8-DOS
+
!colspan="10"|Other
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|Pin8
+
|LOVE-8
|{{✓}}
+
|LÖVE
|{{}}
+
|[https://github.com/tobiasvl/love-8 git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP-8 emulator (KolibriOS)
+
|Chip-84 Rainmeter Edition
|{{✓}}
+
|Rainmeter
|{{}}
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|}
 +
==Extension support==
 +
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Computer
 
|-
 
|-
|CHIP-8 (ZealOS)
+
! Interpreter
|{{✓}}
+
! CHIP-8
|{{✗}}
+
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
|{{✗}}
+
! XO-CHIP
|{{✗}}
+
! <abbr title="Other extensions">Other</abbr>
 
|-
 
|-
|Emu OS
+
|Cadmium
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadmium supported CHIP-8 variants] - Cadmium Github</ref>
 +
|-
 +
|C-Octo
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|Crazy-8
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
 
|-
 
|-
|MacVision-8
+
|CubeChip-SDL
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 +
|-
 +
|JAXE
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 +
|-
 +
|chip8swemu
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 (Amiga)
+
|[[DSP]]
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}<ref>[https://github.com/leniad/dsp-emulator/blob/master/src/misc/init_games.pas dsp-emulator/src/misc/init_games.pas] - DSP GitHub</ref>
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 (Atari 8-bit)
+
|Fish 'N' Chips
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,333: Line 1,706:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip09
+
|InfoChip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,339: Line 1,712:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-OTTO
+
|shmip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,345: Line 1,718:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C64 Chip-8
+
|Vision-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,351: Line 1,724:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 Emulator (Commodore 64)
+
|SVision-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Interpreter (DOS)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,357: Line 1,736:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|MoeCHIP-8 for C64
+
|Chip8 (DOS)
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DOS Chip-8 / VChip-8
 +
|{{✓}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Vic-20 Chip-8 Emulator
+
|chip8-asm64-emu
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,369: Line 1,754:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|OmniChip-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,375: Line 1,760:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chippi
+
|CowChip
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,381: Line 1,766:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 (RISC OS)
+
|Chip8-DOS
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,387: Line 1,772:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8-100
+
|Pin8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Mobile
+
|CHIP-8 emulator (KolibriOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 
|-
 
|-
! Interpreter
+
|CHIP-8 (ZealOS)
! CHIP-8
+
|{{✓}}
! S-CHIP
+
|{{✗}}
! XO-CHIP
+
|{{✗}}
! Other
+
|{{✗}}
 
|-
 
|-
|ChipChip
+
|Emu OS
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
+
|{{✗}}
 +
|{{✗}}
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|Chip-8 for Suns
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PalmChip8
+
|Crazy-8
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,422: Line 1,808:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DALE-8
+
|MacVision-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,428: Line 1,814:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Pico-CHIP8
+
|ChipEm
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,434: Line 1,820:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|MeltChip
+
|Chip8 (Amiga)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Console
+
|Chip-8 (Atari 8-bit)
|-
+
|{{✓}}
! Interpreter
+
|{{✓}}
! CHIP-8
+
|{{✗}}
! S-CHIP
+
|{{✗}}
! XO-CHIP
 
! Other
 
 
|-
 
|-
|Chip8 Xbox One
+
|Chip09
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,457: Line 1,838:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8x
+
|CHIP-OTTO
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8 Emulator (Wii U)
+
|ZX Chip8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chippy
+
|C64 Chip-8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip 8 Emulator (GameCube)
+
|Chip-8 Emulator (Commodore 64)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,481: Line 1,862:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-n64
+
|MoeCHIP-8 for C64
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,487: Line 1,868:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chip-64
+
|Vic-20 Chip-8 Emulator
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,493: Line 1,874:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PsChip8
+
|CHIP-8 Simulator BBC/Master
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,499: Line 1,880:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Super-Chip8x
+
|Chip-8 (RISC OS)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,505: Line 1,886:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8 TO SMD
+
|SCHIP (Windows CE)
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,511: Line 1,892:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 GENESIS
+
|CHIP-850
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,517: Line 1,898:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|NES-CHIP-8
+
|LXV8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,523: Line 1,904:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-NX
+
|CHIP8-100
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,529: Line 1,910:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 emulator (PS4)
+
|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
 
|-
 
|-
|Chip8 (PS2/PS3)
+
|ChipChip
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
|{{✗}}
 
 
|-
 
|-
|Chip8-3DO
+
|iPhone-Chip-8-Emulator
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Whack-a-Mole
+
|PalmChip8
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CrabEmu
+
|DALE-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,559: Line 1,951:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 emulator (DreamCast)
+
|Pico-CHIP8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,565: Line 1,957:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 emulator (Saturn)
+
|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
 
|-
 
|-
|SMS Chip-8 interpreter
+
|Chip8 Xbox One
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,577: Line 1,980:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chipce8
+
|CHIP8 Emulator (Wii U)
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|CHIP-F8
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8me
+
|Chippy
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,595: Line 1,992:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DrChip 8
+
|Chip 8 Emulator (GameCube)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,601: Line 1,998:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-3DS
+
|Chip8-n64
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,607: Line 2,004:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|GB-8
+
|PsChip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,613: Line 2,010:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|damaged chip8
+
|Super-Chip8x
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,619: Line 2,016:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 Emulator (PSP)
+
|CHIP8 TO SMD
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DreamChip
+
|Chip8-NX
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,631: Line 2,028:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|MicroCHIP
+
|Chip8x
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,637: Line 2,034:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|VITA-8
+
|Chip8-3DO
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,643: Line 2,040:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CEightY
+
|Chip-8 emulator (PS4)
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Dingux-Chip8
+
|chip-64
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,655: Line 2,052:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|gpchip (Dingoo)
+
|CHIP-8 GENESIS
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,661: Line 2,058:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chips1
+
|NES-CHIP-8
|{{✓}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Pd
+
|CHIP-F8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,673: Line 2,070:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C8
+
|Chip8 (PS2/PS3)
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|EFCS
+
|Chip8 XNA
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,685: Line 2,082:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 (Lynx)
+
|Whack-a-Mole
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8-Pokitto
+
|CrabEmu
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,697: Line 2,094:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 mini
+
|Sega Genesis CHIP-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
|-
 
!colspan="5"|Calculator
 
|-
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
 
|-
 
|-
|Chip8Emu
+
|CHIP-8 emulator (Dreamcast)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,720: Line 2,106:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Schip8fx
+
|CHIP-8 emulator (Saturn)
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C8SALT
+
|SMS Chip-8 interpreter
 
|{{✓}}
 
|{{✓}}
|{{~}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-84
+
|chipce8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip84CE
+
|Chippi
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,744: Line 2,130:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-TI68k
+
|Chip8me
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,750: Line 2,136:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP48
+
|DrChip 8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,756: Line 2,142:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|S-CHIP
+
|CEightY
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,762: Line 2,148:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Vinegar
+
|Chip-3DS
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 (N0110)
+
|GB-8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
+
|{{✗}}
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Microcontroller
+
|damaged chip8
|-
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
|8boy
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|-
 
|ESPboy CHIP8
 
|{{✓}}
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ESP32TinyChip8
+
|Chip8 Emulator (PSP)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,803: Line 2,172:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chip8-esp8266
+
|DreamChip
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,809: Line 2,178:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Tjipp8
+
|MicroCHIP
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 STM32
+
|VITA-8  
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
 
|-
 
|CHIP 8 emulator (STM32)
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,827: Line 2,190:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|TIVA8
+
|Dingux-Chip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,833: Line 2,196:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ByteBoy
+
|gpchip (Dingoo)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Firmware
+
|Chips1
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 
|-
 
|-
! Interpreter
+
|Chip8Pd
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
|CHIP-8 UEFI
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,856: Line 2,214:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|GPCHIP (Miyoo)
+
|C8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|EFCS
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,862: Line 2,226:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PluginChip8
+
|Chip8 (Lynx)
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
|-
 
!colspan="5"|Fantasy Computer/Console
 
|-
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
 
|-
 
|-
|minimicro-chip8
+
|Chip-N
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,887: Line 2,238:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 Emulator (PICO-8)
+
|CHIP/8
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-80
+
|Chip-8-Pokitto
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,899: Line 2,250:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 emulator (Vircon32)
+
|CHIP-8 mini
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,908: Line 2,259:
 
|- style="font-weight:bold;"
 
|- style="font-weight:bold;"
 
|-
 
|-
!colspan="5"|Other
+
!colspan="5"|Calculator
 
|-
 
|-
 
! Interpreter
 
! Interpreter
 
! CHIP-8
 
! CHIP-8
! S-CHIP
+
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
 
! XO-CHIP
 
! XO-CHIP
 
! Other
 
! Other
 
|-
 
|-
|chip8 (PC-1350/PC-1360/PC-2500)
+
|SUPER-CHIP
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|flipper-chip
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 console on FPGA
+
|CHIP48
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,934: Line 2,279:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ICED POTATO
+
|Chip8Emu
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
 
|-
 
|-
!colspan="5"|Browser
+
|Schip8fx
|-
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
|Octo
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Silicon8
+
|C8SALT
 
|{{✓}}
 
|{{✓}}
 
|{{~}}
 
|{{~}}
|{{~}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8.js
+
|Chip-84
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Flip8 Redux
+
|Chip84CE
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
 
{|class="mw-collapsible mw-collapsed wikitable"
 
|- style="font-weight:bold;"
 
|-
 
!colspan="5"|Program add-on/plugin
 
|-
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
|chip-8.nvim
 
|{{✓}}
 
|{{~}}
 
|{{~}}
 
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chip8.el
+
|Chip8-TI68k
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,998: Line 2,315:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chip8emu-agk
+
|Chip83
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 2,004: Line 2,321:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8-GM
+
|Chip8/SChip8 Emulation Library
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 2,010: Line 2,327:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Godot CHIP-8 Emulator
+
|CP300 Chip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 2,016: Line 2,333:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|E2-CHIP-8-interpreter
+
|Vinegar
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Unity
+
|uChip8
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Interpreter4Unity
+
|HP Prime Chip8 Emulator
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 2,034: Line 2,351:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Blit-8
+
|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
 
|-
 
|-
|Megazeux CHIP-8 Emulator
+
|8boy
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{~}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|SuperCHIP emulator
+
|ESPboy CHIP8
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESP32TinyChip8
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 
|-
 
|-
|Chip-84 Rainmeter Edition
+
|chip8-esp8266
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|cl-chip8
+
|Tjipp8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|}
+
|-
==Descriptions==
+
|Chip-8 STM32
{{Placeholder}}
+
|{{✓}}
;Multi-system (Includes PC)'''
+
|{{✓}}
* '''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)'''
+
|{{}}
* '''C-Octo''' Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. '''(PC, Raspberry Pi)'''
+
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
* '''CubeChip-SDL''' Drag and drop to load ROMs. '''(PC)'''
+
|-
* '''JAXE''' Good selections of options for emulation, Defaults to S-CHIP mod. '''(PC, Libretro)'''
+
|chip8-stm32
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
+
|{{✓}}
* '''[[DSP]]''' Hard to use and run games.'''(PC)'''
+
|{{✗}}
* '''shmip8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
+
|{{✗}}
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Gameboy, Coleco, Amiga)'''
+
|{{✗}}
* '''CHIP-8 Interpreter''' nothing notable, command line/Terminal. '''(DOS)'''
+
|-
* '''chip8-asm64-emu''' nothing notable, command line/Terminal. '''(Linux)'''
+
|chip8stm32
* '''OmniChip-8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
+
|{{✓}}
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(PC)'''
+
|{{✓}}
* '''Chip8-DOS''' nothing notable, command line/Terminal. '''(DOS)'''
+
|{{✗}}
* '''Pin8''' Placeholder text. '''(Haiku)'''
+
|{{✗}}
* '''CHIP-8 Emulator''' Placeholder text. '''(KolibriOS)'''
+
|-
* '''CHIP-8''' Placeholder text. '''(ZealOS)'''
+
|TIVA8
* '''Emu OS''' Placeholder text. '''(x86 CPU)'''
+
|{{✓}}
;Web
+
|{{✗}}
* '''Octo''' IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). '''(Web)'''
+
|{{✗}}
* '''Silicon8''' allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. '''(Web)'''
+
|{{✗}}
* '''Chip8.js''' Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. '''(Web)'''
+
|-
* '''Flip8 Redux''' Can't load custom CHIP-8 binaries/ROMs. '''(Web)'''
+
|ByteBoy
;Computers (PPC, m64k)
+
|{{✓}}
* '''Crazy-8''': Placeholder text. '''(Classic Mac OS)'''
+
|{{✗}}
* '''MacVision-8''': Placeholder text. '''(Classic Mac OS)'''
+
|{{✗}}
* '''Chip8''': Placeholder text '''(Amiga)'''
+
|{{✗}}
;Home computers
+
|}
* '''Chip-8''' Placeholder text. '''(Atari 8-bit)'''
+
{|class="mw-collapsible mw-collapsed wikitable"
* '''Chip09''' Needs recompilation for custom ROMs, using [http://www.lwtools.ca/ LWTOOLS]. '''(Tandy CoCo 2, Dragon 32/64)'''
+
|- style="font-weight:bold;"
* '''CHIP-OTTO''' Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape. '''(Amiga, ColecoVision, ADAM)'''
+
|-
* '''C64 Chip-8''' Placeholder text. '''(Commodore 64)'''
+
!colspan="5"|Firmware
* '''OmniChip-8''' Placeholder text. '''(Commodore 64)'''
+
|-
* '''Chip-8 Emulator''' Placeholder text '''(Commodore 64)'''
+
! Interpreter
* '''MoeCHIP-8 for C64''' Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler]. '''(Commodore 64)'''
+
! CHIP-8
* '''Vic-20 Chip-8 Emulator''' Separate floppy disk for games, instructions in manual for custom ROMs. '''(VIC-20)'''
+
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
* '''CHIP-8 Simulator BBC/Master''' Placeholder text. '''(BBC Micro, BBC Master)'''
+
! XO-CHIP
* '''Chippi''' Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. '''(Intellivision)'''
+
! Other
* '''Chip-8''' Placeholder text. '''(RISC OS)'''
+
|-
;Portable computers
+
|CHIP-8 UEFI
* '''CHIP8-100''' Placeholder text. '''(TRS-80 Model 100)'''
+
|{{✓}}
;Mobile / ARM
+
|{{✗}}
* '''ChipChip''' Placeholder text. '''(Android)'''
+
|{{✗}}
* '''Chip8''' Placeholder text. '''(Android)'''
+
|{{✗}}
* '''iPhone-Chip-8-Emulator''' Placeholder text. '''(iOS)'''
+
|-
* '''PalmChip8''' Placeholder text. '''(Palm)'''
+
|GPCHIP (Miyoo)
* '''DALE-8''' Placeholder text. '''(KaiOS)'''
+
|{{✓}}
* '''Pico-CHIP8''' Placeholder text. '''(Raspberry Pi Pico)'''
+
|{{✗}}
* '''MeltChip''' Placeholder text. '''(BlackBerry PlayBook)'''
+
|{{✗}}
;Console
+
|{{✗}}
* '''Chip8 Xbox One''' Placeholder text. '''(Xbox one)'''
+
|-
* '''Chip8x''' Good interface. '''(Xbox)'''
+
|PluginChip8
* '''CHIP8 Emulator''' Placeholder text '''(Wii U)'''
+
|{{✓}}
* '''Chippy''' Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. '''(Wii)'''
+
|{{✓}}
* '''Chip 8 Emulator''' Placeholder text. '''(GameCube)'''
+
|{{✗}}
* '''Chip8-n64''' Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon]. '''(Nintendo 64)'''
+
|{{✗}}
* '''chip-64''' Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass]. '''(Nintendo 64)'''
+
|}
* '''PsChip8''' Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make '''(PlayStation 1)'''
+
 
* '''Super Chip8x''' Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar]. '''(Super Nintendo)'''
+
{|class="mw-collapsible mw-collapsed wikitable"
* '''CHIP8 TO SMD''' Placeholder text. '''(Mega Drive)'''
+
|- style="font-weight:bold;"
* '''CHIP-8 GENESIS''' Placeholder text. '''(Genesis)'''
+
|-
* '''NES-CHIP-8''' Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65]. '''(Nintendo Entertainment System)'''
+
!colspan="5"|Fantasy Computer/Console
* '''Chip8-NX''' Placeholder text. '''(Switch)'''
+
|-
* '''Chip8 Emulator''' Placeholder text. '''(PlayStation 2)'''
+
! Interpreter
* '''CHIP8''' Placeholder text. '''(PlayStation 2, PlayStation 3)'''
+
! CHIP-8
* '''Chip8-3DO''' Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev]. '''(3DO)'''
+
! {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
* '''Whack-a-Mole''' Placeholder text. '''(Dreamcast)'''
+
! XO-CHIP
* '''CrabEmu''' Placeholder text. '''(Dreamcast)'''
+
! Other
* '''SMS Chip-8 interpreter''' Placeholder text. '''(Master System)'''
+
|-
* '''CHIP-8 emulator''' Placeholder text, '''(Saturn)'''
+
|CHIP-8 Emulator (PICO-8)
* '''chipce8''' Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS]. '''(PC Engine / Turbo Grafx 16)'''
+
|{{✓}}
* '''CHIP-F8''' Needs recompilation for custom ROMs, using  [https://dasm-assembler.github.io/ dasm]. '''(Channel F)'''
+
|{{✗}}
;Handheld console
+
|{{✗}}
* '''Chip8me''' Placeholder text. '''(Nintendo DS)'''
+
|{{✗}}
* '''DrChip 8''' Placeholder text. '''(Game Boy Advance)'''
+
|-
* '''Chip-3DS''' Placeholder text. '''(3DS)'''
+
|CHIP-80
* '''GB-8''' Basic ROM selection interface. Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS]. '''(Game Boy)'''
+
|{{✓}}
* '''damaged chip8''' Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS]. '''(Game Boy)'''
+
|{{✗}}
* '''Vision-8 for Gameboy''' Needs recompilation for custom ROMs, using [https://gbdk.sourceforge.net/ GBDK]. '''(Game Boy)'''
+
|{{✗}}
* '''OmniChip-8''' Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk]'''(Game Boy)'''
+
|{{✗}}
* '''PSPChip8''' Basic ROM selection interface. '''(PlayStation Portable)'''
+
|-
* '''DreamChip''' Placeholder text. '''(PlayStation Portable)'''
+
|CHIP8 Emulator (LowRes NX)
* '''MicroCHIP''' Simple ROM selection. '''(PlayStation Vita)'''
+
|{{✓}}
* '''VITA-8''' Placeholder text. '''(PlayStation Vita)'''
+
|{{✗}}
* '''CEightY''' Placeholder text. '''(Pandora)'''
+
|{{✗}}
* '''Dingux-chip8''' Placeholder text. '''(Dingoo)'''
+
|{{✗}}
* '''gpchip ''' Placeholder text. '''(Dingoo)'''
+
|-
* '''Chips1''' Placeholder text. '''(WonderSwan)'''
+
|Chip-8 emulator (Vircon32)
* '''Chip8Pd''' Placeholder text. '''(Playdate)'''
+
|{{✓}}
* '''C8''' Placeholder text. '''(GP32)'''
+
|{{✗}}
* '''EFCS''' Placeholder text. '''(GP2X)'''
+
|{{✗}}
* '''Chip8''' Placeholder text. '''(Lynx)'''
+
|{{✗}}
* '''Chip-8-Pokitto''' Placeholder text. '''(Pokitto)'''
+
|-
* '''CHIP-8 mini'''  Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS]. '''(Pokemon Mini)'''
+
|chip8uxn
;Calculator
+
|{{✓}}
* '''Chip8Emu''' Placeholder text. '''(TI-Nspire)'''
+
|{{✗}}
* '''schip8fx''' Placeholder text. '''(Casio AFX, Fx-9860)'''
+
|{{✗}}
* '''C8SALT''' Placeholder text. '''(TI-84+ CE)'''
+
|{{✗}}
* '''Chip-84''' Placeholder text. '''(TI-84+ CE)'''
+
|-
* '''Chip84CE''' Placeholder text. '''(TI-84+ CE)'''
+
|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
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8emu-agk
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Godot CHIP-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|E2-CHIP-8-interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Interpreter4Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Blit-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Megazeux CHIP-8 Emulator
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|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
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|00SChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Project Cherry
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}<ref>[https://github.com/Sarania/Project-Cherry/releases/tag/v1.0 Project Cherry 1.0 release page]</ref>
 +
|-
 +
|VB Chip-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 SmallBasic
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip-8-vba
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8 (BlitzMax)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DALE-8A
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|awk-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|WAVE Multi-Emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://scratch.mit.edu/studios/27152609/ Wave Emulator Collaboration page]</ref>
 +
|-
 +
|SuperCHIP emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|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
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 
 +
==Descriptions==
 +
 
 +
{{Placeholder}}
 +
;PC/Multi-system
 +
:Interpreters that support PC (x86), includes alternative systems the interpreter supports.
 +
* '''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)'''
 +
* '''C-Octo''' Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. '''(PC, Raspberry Pi)'''
 +
* '''CubeChip-SDL''' Drag and drop to load ROMs. '''(PC)'''
 +
* '''JAXE''' Good selections of options for emulation, Defaults to S-CHIP mod. '''(PC, Libretro)'''
 +
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
 +
* '''[[DSP]]''' Hard to use and run games.'''(PC)'''
 +
* '''Fish 'N' Chips''' Simple GUI with, easy to navigate. '''(Windows)'''
 +
* '''InfoChip8''' Rainbow color palette. nothing else notable, command line/Terminal. '''(Windows)'''
 +
* '''shmip8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
 +
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Coleco, Amiga, MSX)'''
 +
* '''SVision-8''' Adds S-CHIP support to Vision-8 '''(PC, Coleco, Amiga, MSX)'''
 +
* '''CHIP-8 Interpreter''' nothing notable, command line/Terminal. '''(DOS)'''
 +
* '''Chip8''' Odd key-mapping. nothing else notable, command line/Terminal. '''(DOS)'''
 +
* '''DOS Chip-8 / VChip-8''' nothing notable, command line/Terminal. '''(DOS)'''
 +
* '''chip8-asm64-emu''' nothing notable, command line/Terminal. '''(Linux)'''
 +
* '''OmniChip-8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
 +
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(Windows)'''
 +
* '''Chip8-DOS''' nothing notable, command line/Terminal. '''(DOS)'''
 +
* '''Pin8''' Placeholder text. '''(Haiku)'''
 +
* '''CHIP-8 Emulator''' Placeholder text. '''(KolibriOS)'''
 +
* '''CHIP-8''' Placeholder text. '''(ZealOS)'''
 +
* '''Emu OS''' Placeholder text. '''(x86 CPU)'''
 +
;Mobile / ARM
 +
* '''Chip8''' Touchscreen buttons for keys. '''(Android)'''
 +
* '''ChipChip''' Touchscreen buttons for keys. '''(Android)'''
 +
* '''iPhone-Chip-8-Emulator''' Placeholder text. '''(iOS)'''
 +
* '''PalmChip8''' Placeholder text. '''(Palm)'''
 +
* '''DALE-8''' Placeholder text. '''(KaiOS)'''
 +
* '''Pico-CHIP8''' Placeholder text. '''(Raspberry Pi Pico)'''
 +
* '''MeltChip''' Placeholder text. '''(BlackBerry PlayBook)'''
 +
;<abbr title="Web browser">Web</abbr>
 +
* '''Octo''' IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). '''(Web)'''
 +
* '''Silicon8''' allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. '''(Web)'''
 +
* '''Chip-8''' currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button '''(Web)'''
 +
* '''Chip8.js''' Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. '''(Web)'''
 +
* '''Flip8 Redux''' Can't load custom CHIP-8 binaries/ROMs. '''(Web)'''
 +
;Computers (PPC, m64k)
 +
* '''Chip-8 for Suns''' Placeholder text. '''(SunOS)'''
 +
* '''Crazy-8''' Placeholder text. '''(Classic Mac OS)'''
 +
* '''MacVision-8''' Placeholder text. '''(Classic Mac OS)'''
 +
* '''ChipEm''' Placeholder text. '''(Amiga)'''
 +
* '''Chip8''' Placeholder text '''(Amiga)'''
 +
;Home computers
 +
* '''Chip-8''' Placeholder text. '''(Atari 8-bit)'''
 +
* '''Chip09''' Needs recompilation for custom ROMs, using [http://www.lwtools.ca/ LWTOOLS]. '''(Tandy CoCo 2, Dragon 32/64)'''
 +
* '''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 (Next), Cambridge Z88)'''
 +
* '''ZX Chip8''' Placeholder text. '''(ZX Spectrum)
 +
* '''C64 Chip-8''' Placeholder text. '''(Commodore 64)'''
 +
* '''OmniChip-8''' Placeholder text. '''(Commodore 64)'''
 +
* '''Chip-8 Emulator''' Placeholder text '''(Commodore 64)'''
 +
* '''MoeCHIP-8 for C64''' Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler]. '''(Commodore 64)'''
 +
* '''Vic-20 Chip-8 Emulator''' Separate floppy disk for games, instructions in manual for custom ROMs. '''(VIC-20)'''
 +
* '''CHIP-8 Simulator BBC/Master''' Placeholder text. '''(BBC Micro, BBC Master)'''
 +
* '''Chip-8''' Placeholder text. '''(RISC OS)'''
 +
;Portable computers
 +
* '''SCHIP''' Placeholder text. '''(Windows CE)'''
 +
* '''chip8''' Placeholder text. '''(Sharp PC-1350, PC-1360, PC-2500)'''
 +
* '''CHIP-850''' Placeholder text. '''(PC-G850)'''
 +
* '''LXV8''' Placeholder text. '''(HP 95LX, HP 100LX, HP 200LX)'''
 +
* '''CHIP8-100''' Placeholder text. '''(TRS-80 Model 100)'''
 +
* '''IC35 Chip8 emulator''' Placeholder text. '''(Siemans IC35)'''
 +
;Console
 +
* '''Chip8 Xbox One''' Placeholder text. '''(Xbox one)'''
 +
* '''CHIP8 Emulator''' Placeholder text '''(Wii U)'''
 +
* '''Chippy''' Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. '''(Wii)'''
 +
* '''Chip 8 Emulator''' Placeholder text. '''(GameCube)'''
 +
* '''Chip8-n64''' Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon]. '''(Nintendo 64)'''
 +
* '''PsChip8''' Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make '''(PlayStation 1)'''
 +
* '''Super Chip8x''' Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar]. '''(Super Nintendo)'''
 +
* '''CHIP8 TO SMD''' Placeholder text. '''(Mega Drive)'''
 +
* '''Chip8-NX''' Placeholder text. '''(Switch)'''
 +
* '''Chip8x''' Good interface. Can load ROMs from disk, HDD or any other storage device '''(Xbox)'''
 +
* '''Chip8 Emulator''' Placeholder text. '''(PlayStation 4)'''
 +
* '''Chip8-3DO''' Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev]. '''(3DO)'''
 +
* '''chip-64''' Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass]. '''(Nintendo 64)'''
 +
* '''CHIP-8 GENESIS''' Placeholder text. '''(Genesis)'''
 +
* '''NES-CHIP-8''' Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65]. '''(Nintendo Entertainment System)'''
 +
* '''CHIP-F8''' Needs recompilation for custom ROMs, using  [https://dasm-assembler.github.io/ dasm]. '''(Channel F)'''
 +
* '''CHIP8''' Placeholder text. '''(PlayStation 2, PlayStation 3)'''
 +
* '''Chip-8 XNA''' Placeholder text. '''(Xbox 360)'''
 +
* '''Whack-a-Mole''' Placeholder text. '''(Dreamcast)'''
 +
* '''CrabEmu''' Placeholder text. '''(Dreamcast)'''
 +
* '''Sega Genesis CHIP-8''' Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK] '''(Genesis)'''
 +
* '''SMS Chip-8 interpreter''' Placeholder text. '''(Master System)'''
 +
* '''CHIP-8 emulator''' Placeholder text. '''(Saturn)'''
 +
* '''chipce8''' Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS]. '''(PC Engine / Turbo Grafx 16)'''
 +
* '''Chippi''' Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. Written in IntyBASIC '''(Intellivision)'''
 +
;Handheld console
 +
* '''Chip8me''' Simple, easy to use GUI, loads ROMs from SD card. '''(Nintendo DS)'''
 +
* '''DrChip 8''' Placeholder text. '''(Game Boy Advance)'''
 +
* '''CEightY''' Placeholder text. '''(Pandora)'''
 +
* '''Chip-3DS''' Placeholder text. '''(3DS)'''
 +
* '''PSPChip8''' Basic ROM selection interface. '''(PlayStation Portable)'''
 +
* '''DreamChip''' Placeholder text. '''(PlayStation Portable)'''
 +
* '''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)'''
 +
* '''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)'''
 +
* '''Vision-8 for Gameboy''' Needs recompilation for custom ROMs, using [https://gbdk.sourceforge.net/ GBDK]. '''(Game Boy)'''
 +
* '''OmniChip-8''' Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk]'''(Game Boy)'''
 +
* '''MicroCHIP''' Simple ROM selection. '''(PlayStation Vita)'''
 +
* '''VITA-8''' Placeholder text. '''(PlayStation Vita)'''
 +
* '''Dingux-chip8''' Placeholder text. '''(Dingoo)'''
 +
* '''gpchip ''' Placeholder text. '''(Dingoo)'''
 +
* '''Chips1''' Placeholder text. '''(WonderSwan)'''
 +
* '''Chip8Pd''' Placeholder text. '''(Playdate)'''
 +
* '''C8''' Placeholder text. '''(GP32)'''
 +
* '''EFCS''' Placeholder text. '''(GP2X)'''
 +
* '''Chip8''' Placeholder text. '''(Lynx)'''
 +
* '''Chip-N''' Placeholder text. '''(N-Gage)'''
 +
* '''CHIP/8''' Placeholder text. '''(P/ECE)'''
 +
* '''Chip-8-Pokitto''' Placeholder text. '''(Pokitto)'''
 +
* '''CHIP-8 mini'''  Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS]. '''(Pokemon Mini)'''
 +
;Calculator
 +
* '''SUPER-CHIP''' Placeholder text. '''(49G)'''
 +
* '''CHIP48''' Placeholder text. '''(HP48GX, GP48SX)'''
 +
* '''Chip8Emu''' Placeholder text. '''(TI-Nspire)'''
 +
* '''schip8fx''' Placeholder text. '''(Casio AFX, Fx-9860)'''
 +
* '''C8SALT''' Placeholder text. Written in TI-BASIC '''(TI-84+ CE)'''
 +
* '''Chip-84''' Placeholder text. '''(TI-84+ CE)'''
 +
* '''Chip84CE''' Placeholder text. '''(TI-84+ CE)'''
 
* '''Chip8-TI68k''' Placeholder text. '''(TI68k)'''
 
* '''Chip8-TI68k''' Placeholder text. '''(TI68k)'''
* '''CHIP48''' Placeholder text. '''(HP48GX, GP48SX)'''
+
* '''Chip83''' Placeholder text. '''(TI-83)'''
* '''S-CHIP''' Placeholder text. '''(49G)'''
+
* '''Chip8/SChip8 Emulation Library''' Placeholder text. '''(TI-92, TI-92 Plus)'''
 +
* '''CP300 Chip8''' Placeholder text. '''(Casio ClassPad 300)'''
 
* '''Vinegar''' Placeholder text. '''(TI-83, TI-83+)'''
 
* '''Vinegar''' Placeholder text. '''(TI-83, TI-83+)'''
 +
* '''uChip8''' Placeholder text. '''(TI-85)'''
 +
* '''HP Prime Chip8 Emulator''' Placeholder text. '''(HP Prime)'''
 
* '''CHIP-8''' Placeholder text. '''(N0110)'''
 
* '''CHIP-8''' Placeholder text. '''(N0110)'''
 
;Microcontrollers
 
;Microcontrollers
Line 2,180: Line 2,942:
 
* '''Chip-8 STM32''' Placeholder text. '''(STM32)'''
 
* '''Chip-8 STM32''' Placeholder text. '''(STM32)'''
 
* '''chip8-stm32''' Placeholder text. '''(STM32)'''
 
* '''chip8-stm32''' Placeholder text. '''(STM32)'''
 +
* '''chip8stm32''' Placeholder text. '''(STM32)'''
 
* '''TIVA8 ''' Placeholder text. '''(TM4C123)'''
 
* '''TIVA8 ''' Placeholder text. '''(TM4C123)'''
 
* '''ByteBoy''' Placeholder text. '''(MSP430)'''
 
* '''ByteBoy''' Placeholder text. '''(MSP430)'''
Line 2,187: Line 2,950:
 
* '''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)'''
 
* '''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)'''
 
;Fantasy consoles/computers
 
;Fantasy consoles/computers
* '''minimicro-chip8''' Placeholder text. '''(MiniMicro)'''
 
 
* '''CHIP-8 Emulator''' Can't load custom CHIP-8 binaries/ROMs. '''(PICO-8)'''
 
* '''CHIP-8 Emulator''' Can't load custom CHIP-8 binaries/ROMs. '''(PICO-8)'''
 
* '''CHIP-80''' Can't load custom CHIP-8 binaries/ROMs. '''(TIC-80)'''
 
* '''CHIP-80''' Can't load custom CHIP-8 binaries/ROMs. '''(TIC-80)'''
 +
* '''CHIP8 Emulator''' Placeholder text. '''(LowRes NX)'''
 
* '''Chip-8 emulator''' Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool. '''(Vircon32)'''
 
* '''Chip-8 emulator''' Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool. '''(Vircon32)'''
 +
* '''chip8uxn''' Placeholder text. '''(Uxn)'''
 +
* '''minimicro-chip8''' Placeholder text. '''(MiniMicro)'''
 
;Other
 
;Other
* '''chip8''' Placeholder text. '''(Sharp PC-1350, PC-1360, PC-2500)'''
+
* '''flipper-chip''' does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref> '''(Flipper Zero)'''
* '''flipper-chip''' does not support any controls/input.<ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref> '''(Flipper Zero)'''
+
* '''ICED Potato''' Placeholder text. '''(ICE40UP5K)'''
 
* '''CHIP-8 console on FPGA''' Placeholder text. '''(TinyFPGA BX)'''
 
* '''CHIP-8 console on FPGA''' Placeholder text. '''(TinyFPGA BX)'''
* '''ICED Potato''' Placeholder text. '''(ICE40UP5K)'''
+
* '''FpChip8''' Placeholder text. '''(Altera DE1)'''
 +
* '''FPGA Chip-8 Emulator''' Placeholder text. '''(Zedboard FPGA)'''
 +
* '''Clash CHIP-8''' Placeholder text. '''(Nexys A7-50T)'''
 +
* '''FPGA SuperChip''' Placeholder text. '''(Digilent Nexys 3, MiST)'''
 +
* '''CHIP-8 for FPGA''' Placeholder text. '''(Arty A7-100T)'''
 +
;Game Engine
 +
* '''CHIP8-GM''' <code>F1</code> to show prompts (buttons for actions) and other tool-tips.
 +
* '''chip8emu-agk''' Placeholder text. '''(AppGameKit 2)'''
 +
* '''Godot CHIP-8 Emulator''' Placeholder text. '''(Godot)'''
 +
* '''E2-CHIP-8-interpreter''' Placeholder text. '''(Garry's Mod)'''
 +
* '''Chip8Unity''' Placeholder text. '''(Unity)'''
 +
* '''Chip8Interpreter4Unity''' Placeholder text. '''(Unity)'''
 +
* '''Blit-8''' Placeholder text. '''(Minecraft)'''
 +
* '''Megazeux CHIP-8 Emulator''' Placeholder text. '''(Megazeux)'''
 +
;Programming languages
 +
* '''chip36''' Simple GUI. '''(Java)'''
 +
* '''SnxChip8''' nothing notable, command line/Terminal. '''(Java)'''
 +
* '''00SChip8''' Simple GUI. '''(PureBasic)'''
 +
* '''Project Cherry''' nothing notable, command line/Terminal. '''(FreeBASIC)'''
 +
* '''VB Chip-8''' Remappable keys, slows down when debug option is enabled. '''(Visual Basic)'''
 +
* '''Chip8 SmallBasic''' Placeholder text. '''(SmallBasic)'''
 +
* '''chip-8-vba''' Placeholder text. '''(SmallBasic)'''
 +
* '''chip8''' Placeholder text. '''(BlitzMax)'''
 +
* '''DALE-8A'''Placeholder text. '''(AWK)'''
 +
* '''awk-chip8'''Placeholder text. '''(gawk)'''
 +
* '''Wave-Multi-Emulator''' Placeholder text. '''(Scratch)'''
 +
* '''SuperCHIP emulator''' Placeholder text. '''(Java)'''
 +
* '''emuchip8me''' Placeholder text. '''(J2ME)'''
 +
* '''cl-chip8''' Placeholder text. '''(Common Lisp)'''
 +
;Other
 
* '''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-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)'''
 +
* '''LOVE-8''' Placeholder text. '''(LÖVE)'''
 
==See also==
 
==See also==
 +
 
* [[Fantasy console emulators]]
 
* [[Fantasy console emulators]]
 +
 
==External links==
 
==External links==
 +
 
* [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
 
* [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
 
* [https://johnearnest.github.io/chip8Archive/ CHIP-8 Archive] - CHIP-8, S-CHIP and XO-CHIP programs licensed under the [https://creativecommons.org/share-your-work/public-domain/cc0/ CC0] license.
 
* [https://johnearnest.github.io/chip8Archive/ CHIP-8 Archive] - CHIP-8, S-CHIP and XO-CHIP programs licensed under the [https://creativecommons.org/share-your-work/public-domain/cc0/ CC0] license.
 
* [https://www.zophar.net/pdroms/chip8.html CHIP-8 Public Domain ROMs - Zophar's Domain] - CHIP-8 and S-CHIP programs that are Public Domain.
 
* [https://www.zophar.net/pdroms/chip8.html CHIP-8 Public Domain ROMs - Zophar's Domain] - CHIP-8 and S-CHIP programs that are Public Domain.
 +
* [https://web.archive.org/web/20060506012205/http://www.geocities.co.jp/Playtown-Yoyo/6130/chip8.htm Let's Emu Chip-8 Emulator] Lists Windows CHIP-8 interpreters not listed here.
 +
* The GitHub topics: [https://github.com/topics/chip8-emulator CHIP-8 emulator], [https://github.com/topics/chip8 CHIP-8] and [https://github.com/topics/chip8-interpreter CHIP-8 interpreter]. Which may have intepreters not listed here.
 +
 
==References==
 
==References==
 
<references/>
 
<references/>
 
;Notes
 
;Notes
 
<references group=N />
 
<references group=N />
 +
 +
__NOTOC__
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]

Latest revision as of 11:07, 2 June 2024

CHIP-8
PONG CHIP8.png
CHIP-8 implemention of Pong
Developer Joseph Weisbecker
Release date 1977 or 1978
Emulated
Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of CHIP-8 interpreters.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker.

CHIP-8 was designed to be easy to program for and to use less resources than programming languages like BASIC. [1]

Microcomputers with CHIP-8 support are listed here, for other implentations see interpreters

Adoption[edit]

There have been multiple communities that have used CHIP-8.

In the late 1970s to 1980s 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.[2] In these communities CHIP-8 programs and extensions were being shared with newsletters, like 'DREAMER' and 'VIPER magazine'

Later, in the 1990s CHIP-8 began to be popular on graphing calculators. This community started when a CHIP-8 interpreter called CHIP-48, the origin the 'CHIP-48' extension was released on the HP-48 in 1990. In 1991 the 'SUPER-CHIP' interpreter was created, with the 'SUPER-CHIP' extension being a derivative of CHIP-48.[3]

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 Octojam competition started with the creation of XO-CHIP, which was created in 2014[4]. Octojam ran from 2014-2023, [5] had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.

CHIP-8 extensions[edit]

For detailed information on CHIP-8 extensions see: CHIP-8 extensions and compatibility
Extensions to CHIP-8 have existed since the 1970s.

CHIP-8, and its extensions are based on implementing opcodes in interpreters.[6] 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 COSMAC VIP: CHIP-10, Hi-res CHIP-8, CHIP-8E, CHIP-8X
For the HP-48: CHIP-48, SUPER-CHIP (1.0 and 1.1)
For other platforms: XO-CHIP

Computers with CHIP-8 support[edit]

For more information on these computers, see List of computers.
Devices with official/endorsed or other well-known CHIP-8 support.

These devices include: DREAM 6800, COSMAC VIP, HUG1802/ETI-660, Oscom Nano, Telmac 1800, Telmac 2000, V-ELF, VIP2K Membership Card.


Contents
Extension support
Descriptions
See also
External links
References

Interpreters[edit]

Computers Windows, Linux, macOS, DOS, etc.
Mobile \ ARM Mobile / ARM devices
Web Browser Web browsers (Chrome, Firefox, etc.)
Other computers Classic Mac OS, Amiga, etc.
Consoles Home consoles, handheld consoles
Other devices Calculators, microcontrollers, firmware, etc.
Other platforms Plug-ins, extensions, addons, etc.

Computers[edit]


Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
PC / x86
Cadmium Windows Linux macOS 1.1.8 Cycle
C-Octo Windows Linux macOS git High
CubeChip-SDL Windows Linux macOS git High
JAXE Windows Linux [N 1] git
libretro core
High
chip8swemu Windows Linux git Mid
DSP Windows Linux macOS git Mid
Fish 'N' Chips Windows 1.15 Mid ?
InfoChip8 Windows 0.1J Mid ~
shmip8 Windows Linux git Mid ~
Vision-8 Windows MS-DOS UNIX 1.0 High-Mid NC ~
SVision-8 Windows MS-DOS UNIX ? High-Mid NC ~
CHIP-8 Interpreter MS-DOS git Mid ~
Chip8 MS-DOS 2.2.0 Mid ~
DOS Chip-8 / VChip-8 MS-DOS 1.1 Low-Mid ? ~
chip8-asm64-emu Linux git Mid
OmniChip-8 Windows Linux git Low
CowChip Windows 9x Windows 3.1 0.2 Low-Mid
Chip8-DOS MS-DOS git Low-Mid
Pin8 Haiku git TBD NC !
CHIP-8 Emulator KolibriOS git TBD !
CHIP-8 ZealOS git TBD !
Emu OS x86 CPUs git TBD !

Mobile \ ARM[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Mobile / ARM
Chip8 Android 0.7.1 High
ChipChip Android 1.8.0 Mid
C-Octo Linux ARM git High
iPhone-Chip-8-Emulator iOS git TBD ~
PalmChip8 PalmOS 1.0 TBD !
DALE-8 KaiOS git TBD PD !
Pico-CHIP8 Linux ARM git TBD !
MeltChip BlackBerry PlayBook git TBD !

Browser[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Web browsers
Octo Web Website
git
High
Cadmium Web Website
git
Cycle
Silicon8 Web Website
git
High
Chip-8 Web Website
git
High
Chip8.js Web Website
git
TBD ~
Flip8 Redux Web NewGrounds TBD

Other computers[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Computers / m68k, PPC
Vision-8 AmigaOS 1.0 High-Mid NC
Chip-8 for Suns SunOS ? TBD ? !
Crazy-8 Classic Mac OS 1.0.4 TBD !
MacVision-8 Classic Mac OS 1.0 TBD NC !
ChipEm AmigaOS 0.4 Beta TBD ? !
Chip8 AmigaOS ? TBD NC !
Home computers
Chip-8 Atari 8-bit git TBD !
Chip09 Tandy CoCo 2
Dragon 32/64
git TBD ? !
Vision-8 ColecoVision Coleco ADAM MSX 1.0 TBD NC !
SVision-8 Coleco ADAM MSX ? TBD NC !
CHIP-OTTO ZX Spectrum
ZX Spectrum Next
Cambridge Z88
? TBD !
ZX Chip8 ZX Spectrum git TBD !
C64 Chip-8 Commodore 64 git TBD !
OmniChip-8 Commodore 64 git TBD !
Chip-8 Emulator Commodore 64 ? TBD !
MoeCHIP-8 for C64 Commodore 64 git TBD ? !
Vic-20 Chip-8 Emulator VIC-20 1.11 TBD !
CHIP-8 Simulator BBC/Master BBC Micro
BBC Master
? TBD !
Chip-8 RiscOS 26-Jan-98 TBD ? !
Portable computers / Pocket computers
SCHIP Windows CE 1.0 TBD !
chip8 Sharp PC-1350
PC-1360
PC-2500
git TBD !
CHIP-850 PC-G850 ? TBD !
LXV8 HP 95LX
HP 100LX
HP200LX
? Mid NC !
CHIP8-100 TRS-80 Model 100 git TBD ? !
IC35 Chip8 emulator Siemans IC35 0.1 TBD !

Consoles[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Consoles
Chip8 Xbox One Xbox One ? Mid
CHIP8 Emulator Wii U 2.2 Mid
Chippy Wii 1.0 TBD
Chip 8 Emulator GameCube 1.0a TBD
Chip8-n64 Nintendo 64 git Mid
PsChip8 PlayStation git Mid
Super Chip8x Super Nintendo git
ROM
Mid
CHIP8 TO SMD Genesis 2.0 Mid
Chip8-NX Switch git Mid ~
Chip8x Xbox v5 Low-Mid ~
Chip8-3DO 3DO git Low-Mid ~
Chip8 Emulator PlayStation 4 POC Low ? ~
chip-64 Nintendo 64 git TBD
CHIP-8 GENESIS Genesis git TBD ?
NES-CHIP-8 Nintendo Entertainment System git
ROM
High [N 2]
CHIP-F8 Channel F git Mid ?
CHIP8 PlayStation 3
PlayStation 2
v1 Mid ? !
Chip-8 XNA Xbox 360 git TBD !
Whack-a-Mole Dreamcast 0.900 TBD ? !
CrabEmu Dreamcast 0.2.0 TBD !
Sega Genesis CHIP-8 Genesis TBD !
SMS Chip-8 interpreter Master System git
0.21
TBD !
CHIP-8 emulator Saturn ? TBD !
chipce8 PC Engine git TBD !
Chippi Intellivision ? TBD !
Handhelds
Chip8me Nintendo DS 1.0 Mid
DrChip 8 GameBoy Advance 09/20/02 TBD
CEightY Pandora git
PND
Mid ?
Chip-3DS Nintendo 3DS 1.0
git
Mid ? ~
PSPChip8 PSP 1.0 Low ~
DreamChip PSP V4 Low
GB-8 GameBoy git High [N 2]
damaged chip8 GameBoy git High [N 2]
Vision-8 for Gameboy GameBoy 1.0 TBD NC !
OmniChip-8 GameBoy git TBD !
MicroCHIP Vita 1.0
git
TBD ? !
VITA-8 Vita git TBD ? !
Dingux-chip8 Dingoo ? TBD ? !
gpchip Dingoo ? TBD ? !
Chips1 WonderSwan git TBD !
Chip8Pd Playdate git TBD ? !
C8 GP32 0.2 TBD ? !
EFCS GP2X 0.1 TBD ? !
Chip8 Lynx ? TBD !
Chip-N N-Gage 0.1 TBD ? !
CHIP/8 P/ECE ? TBD ? !
Chip-8-Pokitto Pokitto git TBD ? !
CHIP-8 mini Pokemon Mini git TBD !

Other devices[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Calculators
SUPER-CHIP HP48SX 1.1 TBD NC
CHIP48 HP48GX
HP48SX
GX
SX
TBD
Chip8Emu TI-Nspire 1.2.2 Mid
Schip8fx Casio AFX
Fx-9860
1.11.0 Mid ?
C8SALT TI-84 series git TBD
Chip-84 TI84+CE git TBD !
Chip84CE TI84+CE git TBD !
Chip8-TI68k TI-68k git TBD !
Chip83 TI-83 0.1 TBD ? !
Chip8/SChip8 Emulation Library TI-92
TI-92 Plus
0.9 Beta TBD ? !
CP300 Chip8 Casio ClassPad 300 1.03 TBD !
Vinegar TI-83
TI-83 Plus
1.1 TBD !
uChip8 TI-85 0.1 TBD ? !
HP Prime Chip8 Emulator HP Prime 1.6 TBD ? !
CHIP-8 N0110 Upilson
git
TBD ? !
Microcontrollers
8boy Arduino git TBD !
ESPboy CHIP8 ESPboy git TBD !
ESP32TinyChip8 ESP32 git TBD !
chip8-esp8266 ESP8266 git TBD !
Tjipp8 PIC16F17xx git TBD !
Chip-8 STM32 STM32 git TBD !
chip8-stm32 STM32 git TBD !
chip8stm32 STM32 git TBD !
TIVA8 TM4C123 git TBD !
ByteBoy MSP430 git TBD ? !
Firmware
CHIP-8 UEFI UEFI git TBD !
GPCHIP Miyoo 0.0.1 TBD
PluginChip8 RockBox ? TBD ?
Fantasy computers/consoles
CHIP-8 Emulator PICO-8 1.5 TBD
CHIP-80 TIC-80 Update 4 TBD
CHIP8 Emulator LowRes NX ? TBD ? !
Chip-8 emulator Vircon32 ? TBD !
chip8uxn Uxn git TBD !
minimicro-chip8 MiniMicro git TBD !
Other
chip8swemu Game & Watch: Super Mario Bros git Mid
flipper-chip Flipper Zero git TBD
ICED Potato ICE40UP5K git TBD !
FPGA
CHIP-8 console on FPGA TinyFPGA BX git TBD !
FpChip8 Altera DE1 git TBD !
FPGA Chip-8 Emulator Zedboard FPGA git TBD ? !
Clash CHIP-8 Nexys A7-50T git TBD ? !
FPGA SuperChip Digilent Nexys 3
MiST
git TBD ? !
CHIP-8 for FPGA Arty A7-100T git TBD PD !

Other platforms[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Text editor
chip-8.nvim NeoVim git TBD !
chip8.el Emacs git TBD ? !
Game Engine / Mod
CHIP8-GM GameMaker git High-Mid
chip8emu-agk AppGameKit 2 git TBD !
Godot CHIP-8 Emulator Godot (GDScript) git TBD !
E2-CHIP-8-interpreter Garry's Mod git TBD ? !
Chip8Unity Unity git TBD !
Chip8Interpreter4Unity Unity git TBD PD !
Blit-8 Minecraft 1.0 TBD !
Megazeux CHIP-8 Emulator Megazeux ? TBD ? !
Programming language
CHIP-36 Java git High
SnxChip8 Java ? Mid
00SChip8 PureBasic git
2016
High-Mid
Project Cherry FreeBASIC git Mid NC
VB Chip-8 Visual Basic ? Mid ? ~
Chip8 SmallBasic SmallBasic git TBD ? !
chip-8-vba Visual Basic git TBD !
chip8 BlitzMax git TBD !
DALE-8A AWK git TBD PD !
awk-chip8 gawk git TBD ? !
WAVE Multi-Emulator Scratch 1.1.2
git
TBD ? !
SuperCHIP emulator Java git TBD !
emuchip8me J2ME git TBD ? !
cl-chip8 Common Lisp git TBD !
Other
LOVE-8 LÖVE git TBD ? !
Chip-84 Rainmeter Edition Rainmeter git TBD ? !

Extension support[edit]

Computer
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
Cadmium [7]
C-Octo
CubeChip-SDL [8]
JAXE [9]
chip8swemu
DSP [10]
Fish 'N' Chips
InfoChip8
shmip8
Vision-8
SVision-8
CHIP-8 Interpreter (DOS)
Chip8 (DOS)
DOS Chip-8 / VChip-8
chip8-asm64-emu
OmniChip-8
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
Mobile
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
ChipChip [11]
iPhone-Chip-8-Emulator
PalmChip8
DALE-8
Pico-CHIP8
MeltChip
Console
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
Chip8 Xbox One
CHIP8 Emulator (Wii U)
Chippy
Chip 8 Emulator (GameCube)
Chip8-n64
PsChip8
Super-Chip8x
CHIP8 TO SMD
Chip8-NX
Chip8x
Chip8-3DO
Chip-8 emulator (PS4)
chip-64
CHIP-8 GENESIS
NES-CHIP-8
CHIP-F8
Chip8 (PS2/PS3)
Chip8 XNA
Whack-a-Mole
CrabEmu
Sega Genesis CHIP-8
CHIP-8 emulator (Dreamcast)
CHIP-8 emulator (Saturn)
SMS Chip-8 interpreter
chipce8
Chippi
Chip8me
DrChip 8
CEightY
Chip-3DS
GB-8
damaged chip8
Chip8 Emulator (PSP)
DreamChip
MicroCHIP
VITA-8
Dingux-Chip8
gpchip (Dingoo)
Chips1
Chip8Pd
C8
EFCS
Chip8 (Lynx)
Chip-N
CHIP/8
Chip-8-Pokitto
CHIP-8 mini
Calculator
Interpreter CHIP-8 SUPER-CHIP 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)
Microcontroller
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
8boy
ESPboy CHIP8
ESP32TinyChip8
chip8-esp8266
Tjipp8
Chip-8 STM32 [12]
chip8-stm32
chip8stm32
TIVA8
ByteBoy
Firmware
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
CHIP-8 UEFI
GPCHIP (Miyoo)
PluginChip8
Fantasy Computer/Console
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
CHIP-8 Emulator (PICO-8)
CHIP-80
CHIP8 Emulator (LowRes NX)
Chip-8 emulator (Vircon32)
chip8uxn
minimicro-chip8
Other
Interpreter CHIP-8 SUPER-CHIP 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
Browser
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
Octo
Silicon8 ~ ~
Chip-8 (Web)
Chip8.js
Flip8 Redux
Program add-on/plugin
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
chip-8.nvim ~ ~
chip8.el
CHIP8-GM
chip8emu-agk
Godot CHIP-8 Emulator
E2-CHIP-8-interpreter
Chip8Unity
Chip8Interpreter4Unity
Blit-8
Megazeux CHIP-8 Emulator ~
Programming language
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
CHIP-36
SnxChip8
00SChip8
Project Cherry [13]
VB Chip-8
Chip8 SmallBasic
chip-8-vba
chip8 (BlitzMax)
DALE-8A
awk-chip8
WAVE Multi-Emulator [14]
SuperCHIP emulator
emuchip8me
cl-chip8
Other
Interpreter CHIP-8 SUPER-CHIP XO-CHIP Other
LOVE-8
Chip-84 Rainmeter Edition

Descriptions[edit]

PC/Multi-system
Interpreters that support PC (x86), includes alternative systems the interpreter supports.
  • Cadmium The GUI is hard to navigate, many emulation options, Best CHIP-8 extension support, Great debugger. (PC, Web)
  • C-Octo Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. (PC, Raspberry Pi)
  • CubeChip-SDL Drag and drop to load ROMs. (PC)
  • JAXE Good selections of options for emulation, Defaults to S-CHIP mod. (PC, Libretro)
  • chip8swemu Simple GUI with, easy to navigate. (PC, G&W)
  • DSP Hard to use and run games.(PC)
  • Fish 'N' Chips Simple GUI with, easy to navigate. (Windows)
  • InfoChip8 Rainbow color palette. nothing else notable, command line/Terminal. (Windows)
  • shmip8 Needs ROM to be specified in command line/terminal. (PC)
  • Vision-8 Blurry resolution scaling (Windows). (PC, Coleco, Amiga, MSX)
  • SVision-8 Adds S-CHIP support to Vision-8 (PC, Coleco, Amiga, MSX)
  • CHIP-8 Interpreter nothing notable, command line/Terminal. (DOS)
  • Chip8 Odd key-mapping. nothing else notable, command line/Terminal. (DOS)
  • DOS Chip-8 / VChip-8 nothing notable, command line/Terminal. (DOS)
  • chip8-asm64-emu nothing notable, command line/Terminal. (Linux)
  • OmniChip-8 Needs ROM to be specified in command line/terminal. (PC)
  • CowChip Sensitive to illegal function calls and crashes due to them. (Windows)
  • Chip8-DOS nothing notable, command line/Terminal. (DOS)
  • Pin8 Placeholder text. (Haiku)
  • CHIP-8 Emulator Placeholder text. (KolibriOS)
  • CHIP-8 Placeholder text. (ZealOS)
  • Emu OS Placeholder text. (x86 CPU)
Mobile / ARM
  • Chip8 Touchscreen buttons for keys. (Android)
  • ChipChip Touchscreen buttons for keys. (Android)
  • iPhone-Chip-8-Emulator Placeholder text. (iOS)
  • PalmChip8 Placeholder text. (Palm)
  • DALE-8 Placeholder text. (KaiOS)
  • Pico-CHIP8 Placeholder text. (Raspberry Pi Pico)
  • MeltChip Placeholder text. (BlackBerry PlayBook)
Web
  • Octo IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). (Web)
  • Silicon8 allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. (Web)
  • Chip-8 currently only supports the original CHIP-8, load custom ROMs with the load button (Web)
  • Chip8.js Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. (Web)
  • Flip8 Redux Can't load custom CHIP-8 binaries/ROMs. (Web)
Computers (PPC, m64k)
  • Chip-8 for Suns Placeholder text. (SunOS)
  • Crazy-8 Placeholder text. (Classic Mac OS)
  • MacVision-8 Placeholder text. (Classic Mac OS)
  • ChipEm Placeholder text. (Amiga)
  • Chip8 Placeholder text (Amiga)
Home computers
  • Chip-8 Placeholder text. (Atari 8-bit)
  • Chip09 Needs recompilation for custom ROMs, using LWTOOLS. (Tandy CoCo 2, Dragon 32/64)
  • CHIP-OTTO Includes games, no ROM selection interface (press J to go to next game). Can load games from a different tape. (ZX Spectrum (Next), Cambridge Z88)
  • ZX Chip8 Placeholder text. (ZX Spectrum)
  • C64 Chip-8 Placeholder text. (Commodore 64)
  • OmniChip-8 Placeholder text. (Commodore 64)
  • Chip-8 Emulator Placeholder text (Commodore 64)
  • MoeCHIP-8 for C64 Needs recompilation for custom ROMs, using KickAssembler. (Commodore 64)
  • Vic-20 Chip-8 Emulator Separate floppy disk for games, instructions in manual for custom ROMs. (VIC-20)
  • CHIP-8 Simulator BBC/Master Placeholder text. (BBC Micro, BBC Master)
  • Chip-8 Placeholder text. (RISC OS)
Portable computers
  • SCHIP Placeholder text. (Windows CE)
  • chip8 Placeholder text. (Sharp PC-1350, PC-1360, PC-2500)
  • CHIP-850 Placeholder text. (PC-G850)
  • LXV8 Placeholder text. (HP 95LX, HP 100LX, HP 200LX)
  • CHIP8-100 Placeholder text. (TRS-80 Model 100)
  • IC35 Chip8 emulator Placeholder text. (Siemans IC35)
Console
  • Chip8 Xbox One Placeholder text. (Xbox one)
  • CHIP8 Emulator Placeholder text (Wii U)
  • Chippy Very simple interface. Loads ROMs from CHIP8 folder in your storage device. (Wii)
  • Chip 8 Emulator Placeholder text. (GameCube)
  • Chip8-n64 Needs recompilation for custom ROMs, using Libdragon. (Nintendo 64)
  • PsChip8 Needs recompilation for custom ROMs, using PSYQ SDK and GNU Make (PlayStation 1)
  • Super Chip8x Needs recompilation for custom ROMs, using asar. (Super Nintendo)
  • CHIP8 TO SMD Placeholder text. (Mega Drive)
  • Chip8-NX Placeholder text. (Switch)
  • Chip8x Good interface. Can load ROMs from disk, HDD or any other storage device (Xbox)
  • Chip8 Emulator Placeholder text. (PlayStation 4)
  • Chip8-3DO Needs recompilation for custom ROMs, using 3DODev. (3DO)
  • chip-64 Doesn't work in tested emulators. Needs recompilation for custom ROMs, using bass. (Nintendo 64)
  • CHIP-8 GENESIS Placeholder text. (Genesis)
  • NES-CHIP-8 Needs recompilation for custom ROMs, using cc65. (Nintendo Entertainment System)
  • CHIP-F8 Needs recompilation for custom ROMs, using dasm. (Channel F)
  • CHIP8 Placeholder text. (PlayStation 2, PlayStation 3)
  • Chip-8 XNA Placeholder text. (Xbox 360)
  • Whack-a-Mole Placeholder text. (Dreamcast)
  • CrabEmu Placeholder text. (Dreamcast)
  • Sega Genesis CHIP-8 Needs recompilation for custom ROMs, using SGDK (Genesis)
  • SMS Chip-8 interpreter Placeholder text. (Master System)
  • CHIP-8 emulator Placeholder text. (Saturn)
  • chipce8 Needs recompilation for custom ROMs, using PCEAS. (PC Engine / Turbo Grafx 16)
  • Chippi Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. Written in IntyBASIC (Intellivision)
Handheld console
  • Chip8me Simple, easy to use GUI, loads ROMs from SD card. (Nintendo DS)
  • DrChip 8 Placeholder text. (Game Boy Advance)
  • CEightY Placeholder text. (Pandora)
  • Chip-3DS Placeholder text. (3DS)
  • PSPChip8 Basic ROM selection interface. (PlayStation Portable)
  • DreamChip Placeholder text. (PlayStation Portable)
  • GB-8 Basic ROM selection interface. Needs recompilation for custom ROMs, using RGBDS v0.5.0. (Game Boy)
  • damaged chip8 Uses SELECT to switch ROMs. Needs recompilation for custom ROMs, using RGBDS v0.3.10. (Game Boy)
  • Vision-8 for Gameboy Needs recompilation for custom ROMs, using GBDK. (Game Boy)
  • OmniChip-8 Needs recompilation for custom ROMs, using z88dk(Game Boy)
  • MicroCHIP Simple ROM selection. (PlayStation Vita)
  • VITA-8 Placeholder text. (PlayStation Vita)
  • Dingux-chip8 Placeholder text. (Dingoo)
  • gpchip Placeholder text. (Dingoo)
  • Chips1 Placeholder text. (WonderSwan)
  • Chip8Pd Placeholder text. (Playdate)
  • C8 Placeholder text. (GP32)
  • EFCS Placeholder text. (GP2X)
  • Chip8 Placeholder text. (Lynx)
  • Chip-N Placeholder text. (N-Gage)
  • CHIP/8 Placeholder text. (P/ECE)
  • Chip-8-Pokitto Placeholder text. (Pokitto)
  • CHIP-8 mini Needs recompilation for custom ROMs, using PMAS. (Pokemon Mini)
Calculator
  • SUPER-CHIP Placeholder text. (49G)
  • CHIP48 Placeholder text. (HP48GX, GP48SX)
  • Chip8Emu Placeholder text. (TI-Nspire)
  • schip8fx Placeholder text. (Casio AFX, Fx-9860)
  • C8SALT Placeholder text. Written in TI-BASIC (TI-84+ CE)
  • Chip-84 Placeholder text. (TI-84+ CE)
  • Chip84CE Placeholder text. (TI-84+ CE)
  • Chip8-TI68k Placeholder text. (TI68k)
  • Chip83 Placeholder text. (TI-83)
  • Chip8/SChip8 Emulation Library Placeholder text. (TI-92, TI-92 Plus)
  • CP300 Chip8 Placeholder text. (Casio ClassPad 300)
  • Vinegar Placeholder text. (TI-83, TI-83+)
  • uChip8 Placeholder text. (TI-85)
  • HP Prime Chip8 Emulator Placeholder text. (HP Prime)
  • CHIP-8 Placeholder text. (N0110)
Microcontrollers
  • 8boy Placeholder text. (Arduino)
  • ESPboy CHIP8 Placeholder text. (ESPboy)
  • ESP32TinyChip8 Placeholder text. (ESP32)
  • chip8-esp8266 Placeholder text. (ESP8266)
  • Tjipp8 Placeholder text. (PIC16F17xx)
  • Chip-8 STM32 Placeholder text. (STM32)
  • chip8-stm32 Placeholder text. (STM32)
  • chip8stm32 Placeholder text. (STM32)
  • TIVA8 Placeholder text. (TM4C123)
  • ByteBoy Placeholder text. (MSP430)
Firmware
  • CHIP-8 UEFI Needs recompilation for custom ROMs, using EDK II. (UEFI)
  • GPCHIP Placeholder text. (Miyoo)
  • PluginChip8 Due to systems having less buttons than the original CHIP-8 key mapping there is a custom system for changing the key mapping. (Rockbox)
Fantasy consoles/computers
  • CHIP-8 Emulator Can't load custom CHIP-8 binaries/ROMs. (PICO-8)
  • CHIP-80 Can't load custom CHIP-8 binaries/ROMs. (TIC-80)
  • CHIP8 Emulator Placeholder text. (LowRes NX)
  • Chip-8 emulator Custom ROMs need to use this ROM conversion tool. (Vircon32)
  • chip8uxn Placeholder text. (Uxn)
  • minimicro-chip8 Placeholder text. (MiniMicro)
Other
  • flipper-chip does not support any controls/input. [15] (Flipper Zero)
  • ICED Potato Placeholder text. (ICE40UP5K)
  • CHIP-8 console on FPGA Placeholder text. (TinyFPGA BX)
  • FpChip8 Placeholder text. (Altera DE1)
  • FPGA Chip-8 Emulator Placeholder text. (Zedboard FPGA)
  • Clash CHIP-8 Placeholder text. (Nexys A7-50T)
  • FPGA SuperChip Placeholder text. (Digilent Nexys 3, MiST)
  • CHIP-8 for FPGA Placeholder text. (Arty A7-100T)
Game Engine
  • CHIP8-GM F1 to show prompts (buttons for actions) and other tool-tips.
  • chip8emu-agk Placeholder text. (AppGameKit 2)
  • Godot CHIP-8 Emulator Placeholder text. (Godot)
  • E2-CHIP-8-interpreter Placeholder text. (Garry's Mod)
  • Chip8Unity Placeholder text. (Unity)
  • Chip8Interpreter4Unity Placeholder text. (Unity)
  • Blit-8 Placeholder text. (Minecraft)
  • Megazeux CHIP-8 Emulator Placeholder text. (Megazeux)
Programming languages
  • chip36 Simple GUI. (Java)
  • SnxChip8 nothing notable, command line/Terminal. (Java)
  • 00SChip8 Simple GUI. (PureBasic)
  • Project Cherry nothing notable, command line/Terminal. (FreeBASIC)
  • VB Chip-8 Remappable keys, slows down when debug option is enabled. (Visual Basic)
  • Chip8 SmallBasic Placeholder text. (SmallBasic)
  • chip-8-vba Placeholder text. (SmallBasic)
  • chip8 Placeholder text. (BlitzMax)
  • DALE-8APlaceholder text. (AWK)
  • awk-chip8Placeholder text. (gawk)
  • Wave-Multi-Emulator Placeholder text. (Scratch)
  • SuperCHIP emulator Placeholder text. (Java)
  • emuchip8me Placeholder text. (J2ME)
  • cl-chip8 Placeholder text. (Common Lisp)
Other
  • 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)
  • LOVE-8 Placeholder text. (LÖVE)

See also[edit]

External links[edit]

References[edit]

Notes
  1. Only available outside of Windows and Linux as a libretro core (e.g., RetroArch).
  2. 2.0 2.1 2.2 Due to limited number buttons on the system the interpreter is on certain CHIP-8 buttons are not usable