Difference between revisions of "Fantasy console emulators"

From Emulation General Wiki
Jump to navigation Jump to search
m (empty lines)
m (Vircon32 emulator)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Fantasy consoles''' are fictitious video game consoles. they aim to recreate the experience of retrogaming without the need to emulate real hardware, allowing specifications of their emulated hardware surpassing the real hardware specifications of the consoles they are molded after.  
+
{{WIP}} '''add: [https://github.com/paladin-t/fantasy these consoles and computers]'''
 +
'''[[wikipedia:Fantasy video game console|Fantasy consoles]]''' are fictitious video game consoles. they aim to recreate the experience of retrogaming without the need to emulate real hardware, allowing specifications of their emulated hardware surpassing the real hardware specifications of the consoles they are molded after.  
  
 
==PICO-8==
 
==PICO-8==
Line 6: Line 7:
 
|developer = Lexaloffle Games
 
|developer = Lexaloffle Games
 
|image = PICO-8 logo.png
 
|image = PICO-8 logo.png
 +
|type = Fantasy console
 
|emulated = {{✓}}
 
|emulated = {{✓}}
 
}}
 
}}
 
'''[[wikipedia:PICO-8|PICO-8]]''' is a fantasy console created by Lexaloffle Games. It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.
 
'''[[wikipedia:PICO-8|PICO-8]]''' is a fantasy console created by Lexaloffle Games. It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.
  
The popular game [[wikipedia:Celeste|Celeste]] was originally created in PICO-8 during a [[wikipedia:game jam|game jam]] before later being recreated for releases on computers and consoles, with the PICO-8 version being retroactively titled 'Celeste Classic'.
+
The popular game [[wikipedia:Celeste|Celeste]] was originally created in PICO-8 during a [[wikipedia:game jam|game jam]] before later being recreated for releases on computers and consoles, with the PICO-8 version being retroactively titled 'Celeste Classic'.
 +
 
 
===PICO-8 emulators===
 
===PICO-8 emulators===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 29: Line 32:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
 +
|tac08
 +
|align=left|{{Icon|Windows|Lin|macOS}}
 
|[https://github.com/0xcafed00d/tac08 git]
 
|[https://github.com/0xcafed00d/tac08 git]
 
|{{✓}}
 
|{{✓}}
Line 84: Line 89:
 
|{{R}}
 
|{{R}}
 
|}
 
|}
 +
 
==TIC-80==
 
==TIC-80==
 
{{Infobox console
 
{{Infobox console
 
|title = TIC-80
 
|title = TIC-80
 +
|imagewidth = 90px
 
|developer = Vadim Grigoruk (Nesbox)
 
|developer = Vadim Grigoruk (Nesbox)
 
|image = TIC-80 Icon.png
 
|image = TIC-80 Icon.png
 +
|type = Fantasy computer
 
|emulated = {{✓}}
 
|emulated = {{✓}}
 
}}
 
}}
 
'''[[wikipedia:TIC-80|TIC-80]]''' is a free and open-source (MIT Licensed)<ref>[https://github.com/nesbox/TIC-80/blob/main/LICENSE "TIC-80 / LICENSE"] - GitHub</ref> fantasy computer created by Vadim Grigoruk (Nesbox). It recreates It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.
 
'''[[wikipedia:TIC-80|TIC-80]]''' is a free and open-source (MIT Licensed)<ref>[https://github.com/nesbox/TIC-80/blob/main/LICENSE "TIC-80 / LICENSE"] - GitHub</ref> fantasy computer created by Vadim Grigoruk (Nesbox). It recreates It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.
 +
 
===TIC-80 emulators===
 
===TIC-80 emulators===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 171: Line 180:
 
|align=left|{{Icon|Web}}
 
|align=left|{{Icon|Web}}
 
|[https://imeight.sourceforge.io/ Try-it Page]
 
|[https://imeight.sourceforge.io/ Try-it Page]
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|}
 +
 +
==Vircon32==
 +
{{Infobox emulator
 +
|title        = Vircon32
 +
|developer    = Carra
 +
|version      = v1.1 (BIOS)<br/>v24.3.2 (emulator)<br/>v1.1 (libretro core)
 +
|active        = Yes
 +
|platform      = {{Icon|Windows|Lin|macOS|Android|iOS|rpi}}{{Icon|Switch}}
 +
|target        = Vircon32 (fantasy console)
 +
|compatibility = N/A
 +
|website      = [http://www.vircon32.com/index.html Website]
 +
|download      = [http://www.vircon32.com/emulator.html Official emulator]<br/>[https://github.com/vircon32/vircon32-libretro/releases Libretro core]
 +
|prog-lang    = C and Assembly (BIOS)<br/>C++ (emulator)
 +
|source        = [https://github.com/vircon32/ConsoleSoftware Console software]<br/>[https://github.com/vircon32/ComputerSoftware Computer software]
 +
}}
 +
 +
Vircon32 is a fantasy console created by Carra. As the name implies, it is a '''32'''-bit '''vir'''tual '''con'''sole inspired by the 16-bit and 32-bit generations of video games.
 +
 +
===Vircon32 emulators===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
!colspan="6"|PC / x86
 +
|-
 +
|Vircon32<br/><small>vircon32_libretro</small>
 +
|align=left|{{Icon|Windows|Lin|macOS}}
 +
|[http://www.vircon32.com/index.html Website]<br/>[https://github.com/vircon32/ComputerSoftware/releases git]<br/>[https://github.com/vircon32/vircon32-libretro/releases libretro core]
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
!colspan="6"|Mobile / ARM
 +
|-
 +
|Vircon32
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/vircon32/ComputerSoftware/releases git]
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|vircon32_libretro
 +
|align=left|{{Icon|Android|iOS|rpi}}
 +
|[https://github.com/vircon32/vircon32-libretro/releases git]
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
!colspan="6"|Console
 +
|-
 +
|vircon32_libretro
 +
|align=left|{{Icon|Switch}}
 +
|[https://github.com/vircon32/vircon32-libretro/releases git]
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 177: Line 247:
  
 
==See also==
 
==See also==
* [[CHIP-8 emulators|CHIP-8]] - predecessor to fantasy consoles.  
+
* [[CHIP-8 emulators|CHIP-8]] - predecessor to fantasy consoles.
 +
 
 
==References==
 
==References==
 
<references/>
 
<references/>
 
[[Category:Consoles]] [[Category:Computers]] [[Category:Not really emulators]]
 
[[Category:Consoles]] [[Category:Computers]] [[Category:Not really emulators]]

Revision as of 15:30, 17 April 2024

add: these consoles and computers

Fantasy consoles are fictitious video game consoles. they aim to recreate the experience of retrogaming without the need to emulate real hardware, allowing specifications of their emulated hardware surpassing the real hardware specifications of the consoles they are molded after.

PICO-8

PICO-8
PICO-8 logo.png
Developer Lexaloffle Games
Type Fantasy console
Emulated

PICO-8 is a fantasy console created by Lexaloffle Games. It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.

The popular game Celeste was originally created in PICO-8 during a game jam before later being recreated for releases on computers and consoles, with the PICO-8 version being retroactively titled 'Celeste Classic'.

PICO-8 emulators

Name Platform(s) Latest Version FLOSS Active Recommended
PC / x86
PICO-8 Windows Linux macOS 0.2.6b
tac08 Windows Linux macOS git !
Mobile / ARM
PICO-8 Linux ARM 0.2.6b
Web
PICO-8 Web Website
Console
fake-08 Wii U Vita Nintendo 3DS Bitt-Boy Switch git !
PS4-P8 PlayStation 4 git !
zepto8 Dingoo GCWZero git ? !
Other
PICOLOVE LÖVE git !

TIC-80

TIC-80
TIC-80 Icon.png
Developer Vadim Grigoruk (Nesbox)
Type Fantasy computer
Emulated

TIC-80 is a free and open-source (MIT Licensed)[1] fantasy computer created by Vadim Grigoruk (Nesbox). It recreates It recreates the limited graphics (color and resolution) and audio capabilities of the 1980s/8-bit machines it is modeled after.

TIC-80 emulators

Name Platform(s) Latest Version FLOSS Active Recommended
PC / x86
TIC-80 Windows Linux macOS FreeBSD git
Mobile / ARM
TIC-80 Android Linux ARM git
Web
TIC-80 Web Website
Console
TIC-80 Nintendo 3DS git

imeight

imeight emulator
Developer(s) tchibo
Latest version N/A
Active No
Platform(s) Web
Emulates imeight (fantasy machine)
Compatibility N/A
Website SourceForge
Download(s) SourceForge
Programmed in JavaScript
Source code SourceForge

An HTML5 emulator of a machine that never existed. The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette.

One goal is to create a framework for making games with 8-bit look and feel, including the process of programming.

The programming tutorial helps beginners enter the world of programming in a gamified way.

imeight emulator

Name Platform(s) Latest Version FLOSS Active Recommended
Web
imeight Web Try-it Page

Vircon32

Vircon32
Developer(s) Carra
Latest version v1.1 (BIOS)
v24.3.2 (emulator)
v1.1 (libretro core)
Active Yes
Platform(s) Windows Linux macOS Android iOS Linux ARMSwitch
Emulates Vircon32 (fantasy console)
Compatibility N/A
Website Website
Download(s) Official emulator
Libretro core
Programmed in C and Assembly (BIOS)
C++ (emulator)
Source code Console software
Computer software

Vircon32 is a fantasy console created by Carra. As the name implies, it is a 32-bit virtual console inspired by the 16-bit and 32-bit generations of video games.

Vircon32 emulators

Name Platform(s) Latest Version FLOSS Active Recommended
PC / x86
Vircon32
vircon32_libretro
Windows Linux macOS Website
git
libretro core
Mobile / ARM
Vircon32 Linux ARM git
vircon32_libretro Android iOS Linux ARM git
Console
vircon32_libretro Switch git

See also

  • CHIP-8 - predecessor to fantasy consoles.

References