Difference between revisions of "CHIP-8 emulators"

From Emulation General Wiki
Jump to navigation Jump to search
(Extend information about CHIP-8)
 
(48 intermediate revisions by 35 users not shown)
Line 1: Line 1:
 +
{{Infobox computer
 +
|title = CHIP-8
 +
|image = PONG CHIP8.png
 +
|imagecaption = Screenshot of Pong implemented in CHIP-8
 +
|developer = Joseph Weisbecker
 +
|type = Interpreted programming language
 +
|release = 1977<ref name=COSMAC_RELEASE_YEAR>[https://archive.md/20130209173133/http://groups.yahoo.com/group/rcacosmac RCA COSMAC Yahoo! Group]</ref> (original)
 +
|emulated = {{✓}}
 +
}}
 
{{WIP}}
 
{{WIP}}
'''CHIP-8''' is an interpreted programming language, developed by Joseph Weisbecker.<br>
+
:''' ''WIP Note''': needs [[accuracy testing]] and checking for [[licensing]]''
Most interpreters and emulators are one of the [[Main_Page#Emulators_on_consoles.2C_phones_.26_other_hardware_.28....29|Homebrew emulators]] for their system, Devices with official/marketed with CHIP-8 support include: the [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [[wikipedia:Telmac 1800|Telmac 1800]] and ETI-660.
+
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.''
 +
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an interpreted 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.
  
Extensions to CHIP-8 have existed since the 1970s, With some extensions conflicting with each-other<ref>https://chip-8.github.io/extensions/</ref><ref>https://github.com/trapexit/chip-8_documentation</ref> most extensions have limited support outside of the interpreter they were made for, with the notable exception S-CHIP (also known as SCHIP and Super-Chip).
+
;Adoption
 +
:There have been multiple eras of CHIP-8 being adopted by communities.
 +
In the late 1970s to 1980s DIY [[wikipedia:Microcomputer|microcomputer]] kit communities were where CHIP-8 was first popular due to CHIP-8 being first used on the [[wikipedia:COSMAC_VIP|COSMAC VIP]] in 1977.<ref name=COSMAC_RELEASE_YEAR>[https://archive.md/20130209173133/http://groups.yahoo.com/group/rcacosmac RCA COSMAC Yahoo! Group]</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]'.
  
CHIP-8 extensions include: CHIP-8C, CHIP-8E, CHIP-8X, CHIP-8I, CHIP-10, HiRes CHIP-8, CHIP-48, XO-CHIP, S-CHIP<br>
+
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 with a extension of the same name was released on the [[wikipedia:HP_48_series|HP-48]] in 1990. 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.
  
'''To test [[Emulation accuracy|accuracy]] to the original CHIP-8 use the: [https://github.com/Timendus/chip8-test-suite CHIP-8 test suite]'''
+
Since then other communities that have adopted/used CHIP-8, Since the late 1990s interpreters have been created and ported to many consoles, computers, and other devices. The [https://beyondloom.com/blog/octojam.html Octojam] competition, which has since ended was created in 2010s and had dozens of CHIP-8, S-CHIP and XO-CHIP programs created for it.
==Interpreters and emulators==
+
;CHIP-8 extensions
 +
: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, with the The most supported extensions are S-CHIP and XO-CHIP.
 +
 
 +
Since each CHIP-8 extension is based on [https://en.wikipedia.org/wiki/Opcode opcodes] some extensions conflict with each-other by using the same ones, incompatibilities with the original CHIP-8 implementation can happen if a interpreter changes the behavior of opcodes.<ref>https://chip-8.github.io/extensions/</ref><ref>https://github.com/trapexit/chip-8_documentation</ref> Due to this most extensions have limited support outside of the interpreter they were made for.
 +
;Computers with supporting CHIP-8
 +
{{for|more information on these computers|List of computers}}
 +
:Devices with official/endorsed or other well-known CHIP-8 support.
 +
These devices include: [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [[wikipedia:Telmac 1800|Telmac 1800]], [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].
 +
==Interpreters==
 +
===Computers===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 25: Line 47:
 
|[https://github.com/gulrak/cadmium 1.1.8]
 
|[https://github.com/gulrak/cadmium 1.1.8]
 
|{{✗}}
 
|{{✗}}
|High
+
|Cycle
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 32: Line 54:
 
|chip8swemu
 
|chip8swemu
 
|align=left|{{Icon|Windows|Lin}}
 
|align=left|{{Icon|Windows|Lin}}
|[https://github.com/AlfonsoJLuna/chip8swemu git]
+
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
Line 43: Line 65:
 
|[https://github.com/leniad/dsp-emulator git]
 
|[https://github.com/leniad/dsp-emulator git]
 
|{{✗}}
 
|{{✗}}
|?
+
|Mid
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
 
|-
 
|-
 
|JAXE
 
|JAXE
Line 52: Line 74:
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|{{✓}}
 
|{{✓}}
|?
+
|High
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
 
|-
 
|-
 
|Vision-8
 
|Vision-8
 
|align=left|{{Icon|Windows|DOS|UNIX}}
 
|align=left|{{Icon|Windows|DOS|UNIX}}
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{✗}}
 +
|Mid
 +
|{{NC}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|CowChip
 +
|align=left|{{Icon|W9x}}{{Icon2|W3}}
 +
|[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
 +
|{{✗}}
 +
|Low-Mid
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|OmniChip-8
 +
|align=left|{{Icon|Windows|Linux}}
 +
|[https://github.com/Eggbertx/OmniChip-8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|CHIP-8 Interpreter
 +
|align=left|{{Icon|DOS}}
 +
|[https://github.com/BojanSof/CHIP-8-Interpreter git]
 +
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip8-DOS
 +
|align=left|{{Icon|DOS}}
 +
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 +
|{{✗}}
 +
|Low-Mid
 +
|{{✓}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|-
 +
|shmip8
 +
|align=left|{{Icon|Windows|Linux}}
 +
|[https://github.com/shmolyneaux/shmip8 git]
 +
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CubeChip-SDL
 +
|align=left|{{Icon|Windows}}
 +
|[https://github.com/coornio/CubeChip-SDL git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|chip8-asm64-emu
 +
|align=left|{{Icon|Linux}}
 +
|[https://github.com/Lonami/chip8-asm64-emu git]
 +
|{{✗}}
 +
|Low
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Pin8
 +
|align=left|{{Icon|Haiku}}
 +
|[https://github.com/cnelmortimer/Pin8 git]
 +
|{{✗}}
 +
|?
 +
|{{NC}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-8 Emulator
 +
|align=left|{{Icon2|KolibriOS}}
 +
|[https://github.com/rgimad/chip8_kolibri git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
Line 74: Line 177:
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|-
 +
|Emu OS
 +
|x86 CPUs
 +
|[https://github.com/nihalkenkre/emu_os git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
!colspan="10"|Computers / m68k, PPC
 +
|-
 +
|Crazy-8
 +
|align=left|{{Icon|Classic Mac OS}}
 +
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Blue8
 +
|align=left|{{Icon|Classic Mac OS}}
 +
|[https://web.archive.org/web/20010603174003/http://www.drwbwl.com/blue8.html 1.0]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|MacVision-8
 +
|align=left|{{Icon|Classic Mac OS}}
 +
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip8
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://aminet.net/package/dev/lang/Chip8 ?]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{✗}}
 +
|Mid
 +
|{{NC}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
!colspan="10"|Home computers
 +
|-
 +
|Chip-8
 +
|Atari 8-bit
 +
|[https://github.com/pkali/Chip-8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|Chip09
 +
|Tandy CoCo 2<br>Dragon 32/64
 +
|[https://github.com/ebonhand09/Chip09 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon2|ColecoVision|ADAM}}
 +
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{✗}}
 +
|Mid
 +
|{{NC}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-OTTO
 +
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>Cambridge Z88
 +
|[https://retrobits.itch.io/chip-otto ?]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|C64 Chip-8
 +
|align=left|{{Icon|C64}}
 +
|[https://github.com/kschuetz/c64-chip8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|OmniChip-8
 +
|align=left|{{Icon|C64}}
 +
|[https://github.com/Eggbertx/OmniChip-8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|Chip-8 Emulator
 +
|align=left|{{Icon|C64}}
 +
|[https://csdb.dk/release/?id=17306 ?]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|MoeCHIP-8 for C64
 +
|align=left|{{Icon|C64}}
 +
|[https://github.com/jomag/moechip8 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Vic-20 Chip-8 Emulator
 +
|align=left|{{Icon2|VIC-20}}
 +
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-8 Simulator BBC/Master
 +
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
 +
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chippi
 +
|Intellivision
 +
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip-8
 +
|align=left|{{Icon|RiscOS}}
 +
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
!colspan="10"|Portable computers
 +
|-
 +
|CHIP8-100
 +
|TRS-80 Model 100
 +
|[https://github.com/marinuso/chip8-100 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|}
 +
===Other devices===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! scope="col"|[[Libretro|Libretro Core]]
 +
! 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
 
!colspan="10"|Mobile / ARM
Line 104: Line 395:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
!colspan="10"|Web browsers
+
|PalmChip8
|-
+
|align=left|{{Icon|Palm}}
|[https://johnearnest.github.io/Octo/ Octo]
+
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
|align=left|{{Icon|Web}}
 
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
 
 
|{{✗}}
 
|{{✗}}
|High
+
|?
|{{}}
+
|{{?}}
|{{✓}}
 
|{{✓}}
 
|-
 
|Cadmium
 
|align=left|{{Icon|Web}}
 
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 
 
|{{✗}}
 
|{{✗}}
|High
+
|{{?}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|Silicon8
+
|DALE-8
|align=left|{{Icon|Web}}
+
|align=left|{{Icon|KaiOS}}
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
+
|[https://gitlab.com/suborg/dale-8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
|{{✓}}
+
|{{✓}}<ref Group=N>[https://gitlab.com/suborg/dale-8 DALE-8 is public domain]</ref>
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|Chip8.js
+
|Pico-CHIP8
|align=left|{{Icon|Web}}
+
|align=left|{{Icon|rpi}}
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
+
|[https://github.com/Y2K-x/pico-chip8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|Flip8
+
|MeltChip
|align=left|{{Icon|Web}}
+
|BlackBerry PlayBook
|[https://web.archive.org/web/20100127171830/http://newsdee.com/flip8/ Website]
+
|[https://github.com/karolprzyb/MeltChip/ git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
Line 153: Line 433:
 
!colspan="10"|Consoles
 
!colspan="10"|Consoles
 
|-
 
|-
|CHIP Emulator
+
|[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
 
|align=left|{{Icon|XboxOne}}
 
|align=left|{{Icon|XboxOne}}
|[https://www.xboxone-hq.com/download-file-17.html 1]
+
|[https://github.com/wiired24/ProjectPegasus/ ?]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|[https://apps.fortheusers.org/wiiu/CHIP8 CHIP8 Emulator]
+
|Chip8x
 +
|align=left|{{Icon|Xbox}}
 +
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP8 Emulator
 
|align=left|{{Icon|WiiU}}
 
|align=left|{{Icon|WiiU}}
| 2.2
+
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
Line 173: Line 462:
 
|Chippy
 
|Chippy
 
|align=left|{{Icon|Wii}}
 
|align=left|{{Icon|Wii}}
|[https://www.zophar.net/consoles/wii/chip8/chippy.html pre-v2]
+
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip 8 Emulator
 +
|align=left|{{Icon|GameCube}}
 +
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 +
|{{✗}}
 +
|?
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
Line 188: Line 486:
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|chip-64
 +
|align=left|{{Icon|N64}}
 +
|[https://github.com/TesseracT33/chip-64 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✓}}
 +
|{{✗}}
 
|-
 
|-
 
|PsChip8
 
|PsChip8
Line 198: Line 505:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Super-Chip8x
+
|Super Chip8x
 
|align=left|{{Icon|SNES}}
 
|align=left|{{Icon|SNES}}
|[https://github.com/Ersanio/Super-Chip8x git]
+
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
Line 207: Line 514:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chip8 To SMD
+
|CHIP8 TO SMD
 
|align=left|{{Icon|MD}}
 
|align=left|{{Icon|MD}}
 
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
Line 215: Line 522:
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|CHIP-8 GENESIS
 +
|align=left|{{Icon|MD}}
 +
|[https://github.com/Fhoughton/chip8-genesis/ git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 
|-
 
|-
 
|NES-CHIP-8  
 
|NES-CHIP-8  
|<abbr title="Nintendo Entertainment System">NES</abbr>
+
|align=left|{{Icon2|NES}}
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]
+
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
 
|{{✗}}
 
|{{✗}}
|?
+
|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>
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}<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 242: Line 558:
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 +
|-
 +
|CHIP8
 +
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
 +
|[https://github.com/jmgk77/CHIP8 v1]
 +
|{{✗}}
 +
|Mid
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|Chip8-3DO
 
|Chip8-3DO
Line 248: Line 573:
 
|{{✗}}
 
|{{✗}}
 
|Low-Mid
 
|Low-Mid
 +
|{{✓}}
 +
|{{✗}}
 
|{{~}}
 
|{{~}}
 +
|-
 +
|Whack-a-Mole
 +
|align=left|{{Icon|DC}}
 +
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CrabEmu
 +
|align=left|{{Icon|DC}}
 +
|[https://dreamcast.wiki/CrabEmu 0.2.0]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|SMS Chip-8 interpreter
 +
|align=left|{{Icon2|SMS}}
 +
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-8 emulator
 +
|align=left|{{Icon|Saturn}}
 +
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|chipce8
 +
|align=left|{{Icon2|PCE}}
 +
|[https://github.com/trapexit/chipce8 git]
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|CHIP-F8
 
|CHIP-F8
|Channel F
+
|align=left|{{Icon2|ChannelF}}
 
|[https://github.com/tobiasvl/chip-f8 git]
 
|[https://github.com/tobiasvl/chip-f8 git]
 
|{{✗}}
 
|{{✗}}
|?
+
|Mid
|{{~}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
Line 290: Line 660:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|[https://github.com/Hacktix/ GB-8]
+
|[https://github.com/Hacktix/GB-8 GB-8]
|Game Boy
+
|align=left|{{Icon2|GB}}
 
|[https://github.com/Hacktix/GB-8/releases git]
 
|[https://github.com/Hacktix/GB-8/releases git]
 
|{{✗}}
 
|{{✗}}
Line 298: Line 668:
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|damaged chip8
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/lancekindle/damaged-chip8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|Vision-8 for Gameboy
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 +
|{{✗}}
 +
|Mid
 +
|{{NC}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|OmniChip-8
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/Eggbertx/OmniChip-8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 
|-
 
|-
 
|PSPChip8
 
|PSPChip8
Line 308: Line 705:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|Chip8 Emulator
+
|DreamChip
 
|align=left|{{Icon|PSP}}
 
|align=left|{{Icon|PSP}}
|[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
+
|[https://archive.org/details/dream-chipv-4.0.7z V4]
 
|{{✗}}
 
|{{✗}}
 
|Low
 
|Low
Line 317: Line 714:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DreamChip
+
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|Vita}}
|[https://psp.scenebeta.com/noticia/dreamchip V4]
+
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|VITA-8
 +
|align=left|{{Icon|Vita}}
 +
|[https://github.com/xerpi/VITA-8/tree/sw-render git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CEightY
 +
|align=left|{{Icon|Pandora}}
 +
|[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
 +
|{{✗}}
 +
|Mid
 +
|{{?}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Dingux-chip8
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|gpchip
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chips1
 +
|align=left|{{Icon2|WonderSwan}}
 +
|[https://github.com/asiekierka/chips1 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|Chip8Pd
 +
|align=left|{{Icon2|Playdate}}
 +
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|C8
 +
|align=left|{{Icon|GP32}}
 +
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
 
|{{✗}}
 
|{{✗}}
|Low
+
|?
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|EFCS
 +
|align=left|{{Icon|GP2X}}
 +
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
 
|{{✗}}
 
|{{✗}}
 +
|?
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|Chip8
 
|Chip8
|Atari Lynx
+
|align=left|{{Icon2|Lynx}}
 
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
 
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip-8-Pokitto
 +
|Pokitto
 +
|[https://github.com/spinalcode/Chip-8-Pokitto git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 336: Line 814:
 
|-
 
|-
 
|CHIP-8 mini
 
|CHIP-8 mini
|Pokemon Mini
+
|align=left|{{Icon2|PokeMini}}
 
|[https://github.com/tobiasvl/chip-8-mini git]
 
|[https://github.com/tobiasvl/chip-8-mini git]
 
|{{✗}}
 
|{{✗}}
Line 389: Line 867:
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip8-TI68k
 +
|TI-68k
 +
|[https://github.com/n8pjl/chip8-ti68k git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
| CHIP48
 +
| HP48GX<br>HP48SX
 +
| [https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
 +
| {{✗}}
 +
|?
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
|-
 +
| S-CHIP
 +
| 49G
 +
| [https://www.hpcalc.org/details/854 S-CHIP 1.1]
 +
| {{✗}}
 +
|?
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
|-
 +
|Vinegar
 +
|TI-83<br>TI-83 Plus
 +
|[https://benryves.com/bin/vinegar/ 1.1]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-8
 +
|N0110
 +
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{~}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
Line 418: Line 941:
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 +
|-
 +
|chip8-esp8266
 +
|ESP8266
 +
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Tjipp8
 +
|PIC16F17xx
 +
|[https://github.com/mengstr/Tjipp8 git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
Line 431: Line 972:
 
|chip8-stm32
 
|chip8-stm32
 
|STM32
 
|STM32
 +
|[https://github.com/sash13/chip8-stm32 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 443: Line 985:
 
|?
 
|?
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|ByteBoy
 +
|MSP430
 +
|[https://github.com/anthonybuo/ByteBoy git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
Line 449: Line 1,000:
 
|-
 
|-
 
|CHIP-8 UEFI
 
|CHIP-8 UEFI
 +
|align=left|{{Icon|UEFI}}
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
|align=left|{{Icon|UEFI}}
 
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 467: Line 1,018:
 
|-
 
|-
 
|PluginChip8
 
|PluginChip8
|RockBox
+
|align=left|{{Icon2|RockBox}}
 
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 
|{{✗}}
 
|{{✗}}
Line 475: Line 1,026:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
!colspan="10"|Home computers
+
!colspan="10"|Fantasy computers/consoles
 
|-
 
|-
|Chip-8
+
|minimicro-chip8
|Atari 8-bit
+
|MiniMicro
|[https://github.com/pkali/Chip-8 git]
+
|[https://github.com/JoeStrout/minimicro-chip8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-8 Emulator
 +
|align=left|{{Icon2|PICO-8}}
 +
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-80
 +
|align=left|{{Icon2|TIC-80}}
 +
|[https://tic80.com/play?cart=953 Update 4]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator
 +
|Vircon32
 +
|[https://vircon32.itch.io/chip-8-emulator ?]
 +
|{{✗}}
 +
|?
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Vision-8
+
!colspan="10"|Other
|{{Icon|AmigaOS}}<br>ColecoVision<br>Coleco ADAM<br>
+
|-
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
+
|chip8
 +
|Sharp PC-1350<br>PC-1360<br>PC-2500
 +
|[https://github.com/puehred/chip8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 +
|{{✓}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|-
 +
|flipper-chip
 +
|Flipper Zero
 +
|[https://github.com/dwdraugr/flipper-chip git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 console on FPGA
 +
|TinyFPGA BX
 +
|[https://github.com/pwmarcz/fpga-chip8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|CHIP-OTTO
+
|ICED Potato
|ZX Spectrum<br>ZX Spectrum Next<br>Cambridge Z88
+
|ICE40UP5K
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
+
|[https://github.com/Hypnotron/iced-potato git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 +
|{{✓}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|-
 +
|chip8swemu
 +
|align=left|Game & Watch: Super Mario Bros
 +
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
 +
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|}
 +
===Other platforms===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! scope="col"|[[Libretro|Libretro Core]]
 +
! 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
 +
|-
 +
|[https://johnearnest.github.io/Octo/ Octo]
 +
|align=left|{{Icon|Web}}
 +
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
 +
|{{✗}}
 +
|Cycle
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|Cadmium
 +
|align=left|{{Icon|Web}}
 +
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 +
|{{✗}}
 +
|Cycle
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|Silicon8
 +
|align=left|{{Icon|Web}}
 +
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
 +
|{{✗}}
 +
|High
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip8.js
 +
|align=left|{{Icon|Web}}
 +
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{~}}
 +
|-
 +
|Flip8 Redux
 +
|align=left|{{Icon|Web}}
 +
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
 +
|{{✗}}
 +
|?
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|-
 +
!colspan="10"|Text editor
 +
|-
 +
|chip-8.nvim
 +
|NeoVim
 +
|[https://github.com/rktjmp/chip-8.nvim git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip8
+
|chip8.el
|align=left|{{Icon|AmigaOS}}
+
|Emacs
|[https://aminet.net/package/dev/lang/Chip8 ?]
+
|[https://depp.brause.cc/chip8.el/ git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 +
|{{✓}}
 +
|{{?}}
 
|{{?}}
 
|{{?}}
 +
|-
 +
!colspan="10"|Game Engine / Mod
 +
|-
 +
|chip8emu-agk
 +
|AppGameKit 2
 +
|[https://github.com/thaolt/chip8emu-agk git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|C64 Chip-8
+
|CHIP8-GM
|align=left|{{Icon|C64}}
+
|GameMaker
|[https://github.com/kschuetz/c64-chip8 git]
+
|[https://github.com/Dudeidu/CHIP8-GM git]
 +
|{{✗}}
 +
|High-Mid
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Godot CHIP-8 Emulator
 +
|Godot (GDScript)
 +
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 522: Line 1,219:
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|vic20 chip-8
+
|E2-CHIP-8-interpreter
|VIC-20
+
|Garry's Mod
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
+
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Chip8Unity
 +
|Unity
 +
|[https://github.com/jarkkopa/Chip8Unity git]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|Chip8Interpreter4Unity
|BBC Micro<br>BBC Master
+
|Unity
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
+
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 540: Line 1,246:
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip-8
+
|[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]
|align=left|{{Icon|RiscOS}}
+
|Minecraft
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
+
|[https://pastebin.com/2h0b6L2B 1.0]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|Megazeux CHIP-8 Emulator
 +
|Megazeux
 +
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 551: Line 1,266:
 
!colspan="10"|Other
 
!colspan="10"|Other
 
|-
 
|-
|chip-8.nvim
+
|SuperCHIP emulator
|NeoVim
+
|{{Icon|Java}}
|[https://github.com/rktjmp/chip-8.nvim git]
+
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 560: Line 1,275:
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|chip8
+
|Chip-84 Rainmeter Edition
|Sharp PC-1350<br>PC-1360<br>PC-2500
+
|Rainmeter
|[https://github.com/puehred/chip8 git]
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|cl-chip8
 +
|Common Lisp
 +
|[https://github.com/sjl/cl-chip8 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 569: Line 1,293:
 
|{{?}}
 
|{{?}}
 
|}
 
|}
=References=
+
==Extension support==
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Computer
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Cadmium
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadmium supported CHIP-8 variants] - Cadmium Github</ref>
 +
|-
 +
|chip8swemu
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|[[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>
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|JAXE
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 +
|-
 +
|Vision-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CowChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|OmniChip-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Interpreter (DOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-DOS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|shmip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CubeChip-SDL
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 +
|-
 +
|chip8-asm64-emu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Pin8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (KolibriOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 (ZealOS)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Emu OS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Crazy-8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Blue8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MacVision-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (Amiga)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 (Atari 8-bit)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip09
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-OTTO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|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)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-100
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Mobile
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|ChipChip
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
 +
|-
 +
|iPhone-Chip-8-Emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PalmChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DALE-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Pico-CHIP8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MeltChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Console
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Chip8 Xbox One
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8x
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8 Emulator (Wii U)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chippy
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip 8 Emulator (GameCube)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-n64
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip-64
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PsChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Super-Chip8x
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8 TO SMD
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 GENESIS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|NES-CHIP-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-NX
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator (PS4)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (PS2/PS3)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-3DO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Whack-a-Mole
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CrabEmu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (DreamCast)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 emulator (Saturn)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SMS Chip-8 interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chipce8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-F8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8me
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DrChip 8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-3DS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GB-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|damaged chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 Emulator (PSP)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|DreamChip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|MicroCHIP
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|VITA-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CEightY
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Dingux-Chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|gpchip (Dingoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chips1
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Chip8Pd
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|EFCS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (Lynx)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8-Pokitto
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 mini
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Calculator
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Chip8Emu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Schip8fx
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8SALT
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-84
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip84CE
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-TI68k
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP48
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|S-CHIP
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Vinegar
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 (N0110)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Microcontroller
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|8boy
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESPboy CHIP8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESP32TinyChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8-esp8266
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Tjipp8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 STM32
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
 +
|-
 +
|CHIP 8 emulator (STM32)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|TIVA8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ByteBoy
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Firmware
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|CHIP-8 UEFI
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GPCHIP (Miyoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PluginChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Fantasy Computer/Console
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|-
 +
|minimicro-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Emulator (PICO-8)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-80
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator (Vircon32)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Other
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|chip8 (PC-1350/PC-1360/PC-2500)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|flipper-chip
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 console on FPGA
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ICED POTATO
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Browser
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Octo
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Silicon8
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|Chip8.js
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Flip8 Redux
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|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
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8emu-agk
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-GM
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Godot CHIP-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|E2-CHIP-8-interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Interpreter4Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Blit-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|-
 +
|Megazeux CHIP-8 Emulator
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SuperCHIP emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip-84 Rainmeter Edition
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|cl-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
==Descriptions==
 +
{{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)'''
 +
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
 +
* '''[[DSP]]''' Hard to use and run games '''(PC)'''
 +
* '''JAXE''' Good selections of options for emulation, Defaults to S-CHIP mod '''(PC, Libretro)'''
 +
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Gameboy, Coleco, Amiga)'''
 +
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(PC)'''
 +
* '''OmniChip-8''' Placeholder text '''(PC)'''
 +
* '''CHIP-8 Interpreter''' nothing notable, command line/Terminal '''(DOS)'''
 +
*'''Chip8-DOS''' nothing notable, command line/Terminal '''(DOS)'''
 +
* '''chip8-asm64-emu''' nothing notable, command line/Terminal '''(Linux)'''
 +
* '''shmip8''' Placeholder text. '''(PC)'''
 +
* '''CubeChip-SDL''' Placeholder text. '''(Windows)'''
 +
* '''Pin8''' Placeholder text. '''(Haiku)'''
 +
* '''CHIP-8 Emulator''' Placeholder text. '''(KolibriOS)'''
 +
* '''CHIP-8''' Placeholder text. '''(ZealOS)'''
 +
* '''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)'''
 +
;Computers (PPC, m64k)
 +
* '''Crazy-8''': Placeholder text '''(Classic Mac OS)'''
 +
* '''Blue8''': 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)'''
 +
* '''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. '''(Amiga, ColecoVision, ADAM)'''
 +
* '''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
 +
* '''CHIP8-100''' Placeholder text '''(TRS-80 Model 100)'''
 +
;Mobile / ARM
 +
* '''ChipChip''' Placeholder text '''(Android)'''
 +
* '''Chip8''' Placeholder text '''(Android, Java)'''
 +
* '''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)'''
 +
;Console
 +
* '''Chip8 Xbox One''' Placeholder text '''(Xbox one)'''
 +
* '''Chip8x''' Good interface. '''(Xbox)'''
 +
* '''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)'''
 +
* '''CHIP8 TO SMD''' Placeholder text '''(Mega Drive)'''
 +
* '''CHIP-8 GENESIS''' Placeholder text '''(Genesis)'''
 +
* '''NES-CHIP-8''' Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65]. '''(Nintendo Entertainment System)'''
 +
* '''Chip8-NX''' Placeholder text '''(Switch)'''
 +
* '''Chip8 Emulator''' Placeholder text '''(PlayStation 2)'''
 +
* '''CHIP8''' Placeholder text '''(PlayStation 2, PlayStation 3)'''
 +
* '''Chip8-3DO''' Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev]. '''(3DO)'''
 +
* '''Whack-a-Mole''' Placeholder text '''(Dreamcast)'''
 +
* '''CrabEmu''' Placeholder text '''(Dreamcast)'''
 +
* '''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)'''
 +
* '''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)'''
 +
* '''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)'''
 +
* '''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)'''
 +
* '''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)'''
 +
;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)'''
 +
* '''Chip8-TI68k''' Placeholder text '''(TI68k)'''
 +
* '''CHIP48''' Placeholder text '''(HP48GX, GP48SX)'''
 +
* '''S-CHIP''' Placeholder text '''(49G)'''
 +
* '''Vinegar''' Placeholder text '''(TI-83, TI-83+)'''
 +
* '''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)'''
 +
* '''TIVA8 ''' Placeholder text '''(TM4C123)'''
 +
* '''ByteBoy''' Placeholder text '''(MSP430)'''
 +
;Firmware
 +
* '''CHIP-8 UEFI''' Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II]. '''(UEFI)'''
 +
* '''GPCHIP''' Placeholder text '''(Miyoo)'''
 +
* '''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
 +
* '''minimicro-chip8''' Placeholder text '''(MiniMicro)'''
 +
* '''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-8 emulator''' Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool. '''(Vircon32)'''
 +
;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)'''
 +
* '''CHIP-8 console on FPGA''' Placeholder text '''(TinyFPGA BX)'''
 +
* '''ICED Potato''' Placeholder text '''(ICE40UP5K)'''
 +
* '''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)'''
 +
==See also==
 +
* [[Fantasy console emulators]]
 +
==External links==
 +
* [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
 +
* [https://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.
 +
==References==
 
<references/>
 
<references/>
 
;Notes
 
;Notes
<references group="N"/>
+
<references group=N />
 +
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]

Latest revision as of 09:01, 17 May 2024

CHIP-8
PONG CHIP8.png
Screenshot of Pong implemented in CHIP-8
Developer Joseph Weisbecker
Type Interpreted programming language
Release date 1977[1] (original)
Emulated
WIP Note: needs accuracy testing and checking for licensing
Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. CHIP-8 interpreters have been official endorsed/made by some hardware developers, while most interpreters are considered homebrew or hobbyist software.

Adoption
There have been multiple eras of CHIP-8 being adopted by communities.

In the late 1970s to 1980s DIY microcomputer kit communities were where CHIP-8 was first popular due to CHIP-8 being first used on the COSMAC VIP in 1977.[1] 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 with a extension of the same name was released on the HP-48 in 1990. The 'S-CHIP' interpreter released on HP-49G, with the 'S-CHIP' extension being a derivative of CHIP-48.

Since then other communities that have adopted/used CHIP-8, Since the late 1990s interpreters have been created and ported to many consoles, computers, and other devices. The Octojam competition, which has since ended was created in 2010s and had dozens of CHIP-8, S-CHIP and XO-CHIP programs created for it.

CHIP-8 extensions
For information on CHIP-8 extensions see: CHIP-8 extensions and compatibility by the CHIP-8 Research Facility

Extensions to CHIP-8 have existed since the 1970s, with the The most supported extensions are S-CHIP and XO-CHIP.

Since each CHIP-8 extension is based on opcodes some extensions conflict with each-other by using the same ones, incompatibilities with the original CHIP-8 implementation can happen if a interpreter changes the behavior of opcodes.[2][3] Due to this most extensions have limited support outside of the interpreter they were made for.

Computers with supporting CHIP-8
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, Telmac 1800, HUG1802/ETI-660, Oscom Nano, Telmac 1800, Telmac 2000, V-ELF, VIP2K Membership Card.

Interpreters[edit]

Computers[edit]

Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
PC / x86
Cadmium Windows Linux macOS 1.1.8 Cycle
chip8swemu Windows Linux git Mid
DSP Windows Linux macOS git Mid
JAXE Windows Linux [N 1] git
libretro core
High
Vision-8 Windows MS-DOS UNIX 1.0 Mid NC ~
CowChip Windows 9x Windows 3.1 0.2 Low-Mid
OmniChip-8 Windows Linux git ? ?
CHIP-8 Interpreter MS-DOS git Mid ?
Chip8-DOS MS-DOS git Low-Mid ?
shmip8 Windows Linux git Mid ?
CubeChip-SDL Windows git ? ?
chip8-asm64-emu Linux git Low ?
Pin8 Haiku git ? NC ?
CHIP-8 Emulator KolibriOS git ? ?
CHIP-8 ZealOS git ? ?
Emu OS x86 CPUs git ? ?
Computers / m68k, PPC
Crazy-8 Classic Mac OS 1.0.4 ? ? ?
Blue8 Classic Mac OS 1.0 ? ? ?
MacVision-8 Classic Mac OS 1.0 ? ? ?
Chip8 AmigaOS ? ? ? ?
Vision-8 AmigaOS 1.0 Mid NC ?
Home computers
Chip-8 Atari 8-bit git ? ?
Chip09 Tandy CoCo 2
Dragon 32/64
git ? ? ?
Vision-8 ColecoVision Coleco ADAM 1.0 Mid NC ?
CHIP-OTTO ZX Spectrum
ZX Spectrum Next
Cambridge Z88
? ? ?
C64 Chip-8 Commodore 64 git ? ?
OmniChip-8 Commodore 64 git ? ?
Chip-8 Emulator Commodore 64 ? ? ?
MoeCHIP-8 for C64 Commodore 64 git ? ? ?
Vic-20 Chip-8 Emulator VIC-20 1.11 ? ?
CHIP-8 Simulator BBC/Master BBC Micro
BBC Master
? ? ?
Chippi Intellivision ? ? ?
Chip-8 RiscOS 26-Jan-98 ? ? ?
Portable computers
CHIP8-100 TRS-80 Model 100 git ? ? ?

Other devices[edit]

Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
Mobile / ARM
ChipChip Android 1.8.0 Mid
Chip8 Java Android ? Low ~
iPhone-Chip-8-Emulator iOS git ? ~
PalmChip8 PalmOS 1.0 ? ? ?
DALE-8 KaiOS git ? [N 2] ?
Pico-CHIP8 Linux ARM git ? ?
MeltChip BlackBerry PlayBook git ? ?
Consoles
Chip8 Xbox One Xbox One ? Mid
Chip8x Xbox v5 ? ?
CHIP8 Emulator Wii U 2.2 Mid
Chippy Wii 1.0 ?
Chip 8 Emulator GameCube 1.0a ?
Chip8-n64 Nintendo 64 git Mid
chip-64 Nintendo 64 git ? ?
PsChip8 PlayStation git Mid
Super Chip8x Super Nintendo git
ROM
Mid
CHIP8 TO SMD Genesis 2.0 Mid
CHIP-8 GENESIS Genesis git ? ?
NES-CHIP-8 Nintendo Entertainment System git
ROM
High[N 3] [N 3]
Chip8-NX Switch git Mid ~
Chip8 Emulator PlayStation 4 POC Low ? ~
CHIP8 PlayStation 3
PlayStation 2
v1 Mid ? ?
Chip8-3DO 3DO git Low-Mid ~
Whack-a-Mole Dreamcast 0.900 ? ? ?
CrabEmu Dreamcast 0.2.0 ? ?
SMS Chip-8 interpreter Master System git
0.21
? ?
CHIP-8 emulator Saturn ? ? ?
chipce8 PC Engine git ? ?
CHIP-F8 Channel F git Mid ?
Handhelds
Chip8me Nintendo DS 1.0 ?
DrChip 8 GameBoy Advance 09/20/02 ?
Chip-3DS Nintendo 3DS 1.0 Mid ? ~
GB-8 GameBoy git Mid
damaged chip8 GameBoy git ? ?
Vision-8 for Gameboy GameBoy 1.0 Mid NC ?
OmniChip-8 GameBoy git ? ?
PSPChip8 PSP 1.0 Low ~
DreamChip PSP V4 Low
MicroCHIP Vita 1.0 ? ? ?
VITA-8 Vita git ? ? ?
CEightY Pandora git
PND
Mid ?
Dingux-chip8 Dingoo ? ? ? ?
gpchip Dingoo ? ? ? ?
Chips1 WonderSwan git ? ?
Chip8Pd Playdate git ? ? ?
C8 GP32 0.2 ? ? ?
EFCS GP2X 0.1 ? ? ?
Chip8 Lynx ? ? ?
Chip-8-Pokitto Pokitto git ? ? ?
CHIP-8 mini Pokemon Mini git ? ?
Calculators
Chip8Emu TI-Nspire 1.2.2 Mid
Schip8fx Casio AFX
Fx-9860
1.11.0 Mid ?
C8SALT TI-84 series git ?
Chip-84 TI84+CE git ? ?
Chip84CE TI84+CE git ? ?
Chip8-TI68k TI-68k git ? ?
CHIP48 HP48GX
HP48SX
GX
SX
?
S-CHIP 49G S-CHIP 1.1 ?
Vinegar TI-83
TI-83 Plus
1.1 ? ?
CHIP-8 N0110 Upilson
git
? ? ~ ?
Microcontrollers
8boy Arduino git ? ?
ESPboy CHIP8 ESPboy git ? ?
ESP32TinyChip8 ESP32 git ? ?
chip8-esp8266 ESP8266 git ? ?
Tjipp8 PIC16F17xx git ? ? ?
Chip-8 STM32 STM32 git ? ?
chip8-stm32 STM32 git ? ?
TIVA8 TM4C123 git ? ?
ByteBoy MSP430 git ? ? ?
Firmware
CHIP-8 UEFI UEFI git ? ?
GPCHIP Miyoo 0.0.1 ?
PluginChip8 RockBox ? ? ?
Fantasy computers/consoles
minimicro-chip8 MiniMicro git ? ?
CHIP-8 Emulator PICO-8 1.5 ?
CHIP-80 TIC-80 Update 4 ?
Chip-8 emulator Vircon32 ? ? ?
Other
chip8 Sharp PC-1350
PC-1360
PC-2500
git ? ?
flipper-chip Flipper Zero git ?
CHIP-8 console on FPGA TinyFPGA BX git ? ?
ICED Potato ICE40UP5K git ? ?
chip8swemu Game & Watch: Super Mario Bros git Mid

Other platforms[edit]

Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
Web browsers
Octo Web Website
git
Cycle
Cadmium Web Website
git
Cycle
Silicon8 Web Website
git
High
Chip8.js Web Website
git
? ~
Flip8 Redux Web NewGrounds ?
Text editor
chip-8.nvim NeoVim git ? ?
chip8.el Emacs git ? ? ?
Game Engine / Mod
chip8emu-agk AppGameKit 2 git ? ?
CHIP8-GM GameMaker git High-Mid
Godot CHIP-8 Emulator Godot (GDScript) git ? ?
E2-CHIP-8-interpreter Garry's Mod git ? ? ?
Chip8Unity Unity git ? ?
Chip8Interpreter4Unity Unity git ? ? ?
Blit-8 Minecraft 1.0 ? ?
Megazeux CHIP-8 Emulator Megazeux ? ? ? ?
Other
SuperCHIP emulator Java git ? ?
Chip-84 Rainmeter Edition Rainmeter git ? ? ?
cl-chip8 Common Lisp git ? ?

Extension support[edit]

Computer
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Cadmium [4]
chip8swemu
DSP [5]
JAXE [6]
Vision-8
CowChip
OmniChip-8
CHIP-8 Interpreter (DOS)
Chip8-DOS
shmip8
CubeChip-SDL [7]
chip8-asm64-emu
Pin8
CHIP-8 emulator (KolibriOS)
CHIP-8 (ZealOS)
Emu OS
Crazy-8
Blue8
MacVision-8
Chip8 (Amiga)
Chip-8 (Atari 8-bit)
Chip09
CHIP-OTTO
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)
CHIP8-100
Mobile
Interpreter CHIP-8 S-CHIP XO-CHIP Other
ChipChip [8]
iPhone-Chip-8-Emulator
PalmChip8
DALE-8
Pico-CHIP8
MeltChip
Console
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Chip8 Xbox One
Chip8x
CHIP8 Emulator (Wii U)
Chippy
Chip 8 Emulator (GameCube)
Chip8-n64
chip-64
PsChip8
Super-Chip8x
CHIP8 TO SMD
CHIP-8 GENESIS
NES-CHIP-8
Chip8-NX
Chip-8 emulator (PS4)
Chip8 (PS2/PS3)
Chip8-3DO
Whack-a-Mole
CrabEmu
CHIP-8 emulator (DreamCast)
CHIP-8 emulator (Saturn)
SMS Chip-8 interpreter
chipce8
CHIP-F8
Chip8me
DrChip 8
Chip-3DS
GB-8
damaged chip8
Chip8 Emulator (PSP)
DreamChip
MicroCHIP
VITA-8
CEightY
Dingux-Chip8
gpchip (Dingoo)
Chips1
Chip8Pd
C8
EFCS
Chip8 (Lynx)
Chip-8-Pokitto
CHIP-8 mini
Calculator
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Chip8Emu
Schip8fx
C8SALT ~
Chip-84
Chip84CE
Chip8-TI68k
CHIP48
S-CHIP
Vinegar
CHIP-8 (N0110)
Microcontroller
Interpreter CHIP-8 S-CHIP XO-CHIP Other
8boy
ESPboy CHIP8
ESP32TinyChip8
chip8-esp8266
Tjipp8
Chip-8 STM32 [9]
CHIP 8 emulator (STM32)
TIVA8
ByteBoy
Firmware
Interpreter CHIP-8 S-CHIP XO-CHIP Other
CHIP-8 UEFI
GPCHIP (Miyoo)
PluginChip8
Fantasy Computer/Console
Interpreter CHIP-8 S-CHIP XO-CHIP Other
minimicro-chip8
CHIP-8 Emulator (PICO-8)
CHIP-80
Chip-8 emulator (Vircon32)
Other
Interpreter CHIP-8 S-CHIP XO-CHIP Other
chip8 (PC-1350/PC-1360/PC-2500)
flipper-chip
CHIP-8 console on FPGA
ICED POTATO
Browser
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Octo
Silicon8 ~ ~
Chip8.js
Flip8 Redux
Program add-on/plugin
Interpreter CHIP-8 S-CHIP XO-CHIP Other
chip-8.nvim ~ ~
chip8.el
chip8emu-agk
CHIP8-GM
Godot CHIP-8 Emulator
E2-CHIP-8-interpreter
Chip8Unity
Chip8Interpreter4Unity
Blit-8
Megazeux CHIP-8 Emulator ~
SuperCHIP emulator
Chip-84 Rainmeter Edition
cl-chip8

Descriptions[edit]

Multi-system (Includes PC)
  • Cadmium The GUI is hard to navigate, many emulation options, Best CHIP-8 extension support, Great debugger. (PC, Web)
  • chip8swemu Simple GUI with, easy to navigate. (PC, G&W)
  • DSP Hard to use and run games (PC)
  • JAXE Good selections of options for emulation, Defaults to S-CHIP mod (PC, Libretro)
  • Vision-8 Blurry resolution scaling (Windows). (PC, Gameboy, Coleco, Amiga)
  • CowChip Sensitive to illegal function calls and crashes due to them. (PC)
  • OmniChip-8 Placeholder text (PC)
  • CHIP-8 Interpreter nothing notable, command line/Terminal (DOS)
  • Chip8-DOS nothing notable, command line/Terminal (DOS)
  • chip8-asm64-emu nothing notable, command line/Terminal (Linux)
  • shmip8 Placeholder text. (PC)
  • CubeChip-SDL Placeholder text. (Windows)
  • Pin8 Placeholder text. (Haiku)
  • CHIP-8 Emulator Placeholder text. (KolibriOS)
  • CHIP-8 Placeholder text. (ZealOS)
  • 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)
Computers (PPC, m64k)
  • Crazy-8: Placeholder text (Classic Mac OS)
  • Blue8: 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)
  • 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. (Amiga, ColecoVision, ADAM)
  • 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
  • CHIP8-100 Placeholder text (TRS-80 Model 100)
Mobile / ARM
  • ChipChip Placeholder text (Android)
  • Chip8 Placeholder text (Android, Java)
  • 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)
Console
  • Chip8 Xbox One Placeholder text (Xbox one)
  • Chip8x Good interface. (Xbox)
  • 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)
  • chip-64 Doesn't work in tested emulators. Needs recompilation for custom ROMs, using bass. (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)
  • CHIP-8 GENESIS Placeholder text (Genesis)
  • NES-CHIP-8 Needs recompilation for custom ROMs, using cc65. (Nintendo Entertainment System)
  • Chip8-NX Placeholder text (Switch)
  • Chip8 Emulator Placeholder text (PlayStation 2)
  • CHIP8 Placeholder text (PlayStation 2, PlayStation 3)
  • Chip8-3DO Needs recompilation for custom ROMs, using 3DODev. (3DO)
  • Whack-a-Mole Placeholder text (Dreamcast)
  • CrabEmu Placeholder text (Dreamcast)
  • 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)
  • CHIP-F8 Needs recompilation for custom ROMs, using dasm. (Channel F)
Handheld console
  • Chip8me Placeholder text (Nintendo DS)
  • DrChip 8 Placeholder text (Game Boy Advance)
  • Chip-3DS Placeholder text (3DS)
  • GB-8 Basic ROM selection interface. Needs recompilation for custom ROMs, using RGBDS. (Game Boy)
  • damaged chip8 Uses SELECT to switch ROMs. Needs recompilation for custom ROMs, using RGBDS. (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)
  • PSPChip8 Basic ROM selection interface. (PlayStation Portable)
  • DreamChip Placeholder text (PlayStation Portable)
  • 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)
  • 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 PMAS. (Pokemon Mini)
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)
  • Chip8-TI68k Placeholder text (TI68k)
  • CHIP48 Placeholder text (HP48GX, GP48SX)
  • S-CHIP Placeholder text (49G)
  • Vinegar Placeholder text (TI-83, TI-83+)
  • 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)
  • 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
  • minimicro-chip8 Placeholder text (MiniMicro)
  • 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-8 emulator Custom ROMs need to use this ROM conversion tool. (Vircon32)
Other
  • chip8 Placeholder text (Sharp PC-1350, PC-1360, PC-2500)
  • flipper-chip does not support any controls/input[10] (Flipper Zero)
  • CHIP-8 console on FPGA Placeholder text (TinyFPGA BX)
  • ICED Potato Placeholder text (ICE40UP5K)
  • 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)

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. DALE-8 is public domain
  3. 3.0 3.1 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.