Emulators on other operating systems: Difference between revisions
mNo edit summary |
m Add CHIP-8 interpreter |
||
| Line 37: | Line 37: | ||
KolibriOS is a operating system written in [[wikipedia:FASM|FASM]] [[Source_code#Assembly|Assembly language]]. KolibriOS's code is written for 32-bit x86 CPUs (Most of their CPUs since [[wikipedia:Pentium (original)|Pentium]]) and as of {{CURRENTYEAR}} can run on 64-bit x86 CPUs. | KolibriOS is a operating system written in [[wikipedia:FASM|FASM]] [[Source_code#Assembly|Assembly language]]. KolibriOS's code is written for 32-bit x86 CPUs (Most of their CPUs since [[wikipedia:Pentium (original)|Pentium]]) and as of {{CURRENTYEAR}} can run on 64-bit x86 CPUs. | ||
:Interpreter | |||
* [https://github.com/rgimad/chip8_kolibri CHIP8] - [[CHIP-8 emulators|CHIP-8]] interpreter. | * [https://github.com/rgimad/chip8_kolibri CHIP8] - [[CHIP-8 emulators|CHIP-8]] interpreter. | ||
;Compatibility layer | |||
* [https://github.com/rgimad/kwine KWINE] - Port of [[Wine]]. | * [https://github.com/rgimad/kwine KWINE] - Port of [[Wine]]. | ||
;Emulator | |||
* [https://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fprograms%2Femulator%2Ffceu%2F FCEU] - [[NES]] emulator, port of [[FCEUX|FCEU]]. | * [https://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fprograms%2Femulator%2Ffceu%2F FCEU] - [[NES]] emulator, port of [[FCEUX|FCEU]]. | ||
* [https://github.com/gameblabla/pokemini pokemini] - [[Pokémon mini emulators|Pokémon mini]] emulator. | * [https://github.com/gameblabla/pokemini pokemini] - [[Pokémon mini emulators|Pokémon mini]] emulator. | ||
| Line 70: | Line 72: | ||
;Compatibility layer | ;Compatibility layer | ||
* [https://github.com/X547/wine Wine] - port of [[Wine]] for Haiku. | * [https://github.com/X547/wine Wine] - port of [[Wine]] for Haiku. | ||
;Interpreter | |||
* [https://github.com/cnelmortimer/Pin8 Pin8] - [[CHIP-8 emulators|CHIP-8]] interpreter. | |||
;Game Engine | ;Game Engine | ||
* [https://www.scummvm.org/downloads ScummVM {{ScummVMVer}}] - [[ScummVM]]. | * [https://www.scummvm.org/downloads ScummVM {{ScummVMVer}}] - [[ScummVM]]. | ||