PCBox: Difference between revisions

From Emulation General Wiki
Jump to navigation Jump to search
No edit summary
m page formatting
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|logo = PCBox.png
|logo = PCBox.png
|logowidth = 80
|logowidth = 80
|screenshot = PCBox-Screenshot.png
|version = {{Version|PCBox}}
|version = {{Version|PCBox}}
|active = Yes
|active = Yes
Line 13: Line 12:
|license = {{license|GPLv2}}
|license = {{license|GPLv2}}
|source = [https://github.com/PCBox/PCBox GitHub]
|source = [https://github.com/PCBox/PCBox GitHub]
|issuetracker = [https://github.com/PCBox/PCBox/issues GitHub]
}}
}}


'''PCBox''' is an open-source, [[High/Low level emulation|low-level]] [[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|PC emulator]] and a fork of [[86Box]] (which is itself a fork of [[PCem]]), which is focused on accuracy and hardware preservation (especially for the 8088/8086-based systems), trying to emulate all the various quirks of the real hardware. It emulates Intel Pentium 3, Atari PC 4, VIA C3 and Intel i815 (from "feature/ich2" branch of 86Box) and features experimental [https://coreboot.org/ coreboot] support on some emulated boards (from "feature/mtrr" branch of 86Box). In the future, the authors intend to implement: Intel Pentium 4 emulation (including SSE2), AMD Athlon and AMD Athlon XP emulation, more accurate Intel Pentium 3 speeds, new (optional) dynamic recompiler that sacrifices timing accuracy for speed, and
'''PCBox''' is an open-source, [[High/Low level emulation|low-level]] [[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|PC emulator]] and a fork of [[86Box]] (which is itself a fork of [[PCem]]). Beyond the features 86Box has, it emulates Intel Pentium 3, VIA C3 and Intel i815 (from "feature/ich2" branch of 86Box) and features experimental [https://coreboot.org/ coreboot] support on some emulated boards (from "feature/mtrr" branch of 86Box).  
x86_64 emulation (far future).
 
==Downloads==
==Downloads==
{| cellpadding="4"
{| cellpadding="4"
Line 24: Line 22:
|'''[https://github.com/PCBox/PCBox/actions Actions]'''
|'''[https://github.com/PCBox/PCBox/actions Actions]'''
|}
|}
==Overview==
In the future, the author intends to implement: Intel Pentium 4 emulation (including SSE2), AMD Athlon and AMD Athlon XP emulation, more accurate Intel Pentium 3 speeds, new (optional) dynamic recompiler that sacrifices timing accuracy for speed, and
x86_64 emulation (far future).
==Gallery==
<gallery position="center" captionalign="center" widths="200px" heights="180px">
File:PCBox-Screenshot.png | PCBox in action
</gallery>


[[Category:Emulators]]
[[Category:Emulators]]

Latest revision as of 03:08, 15 September 2026

PCBox
Developer(s) fuel
Latest version 6.0 [+]
Active Yes
Platform(s) Windows
Linux
Emulates x86 CPUs
Website pcbox-emu.xyz
Support ($) Patreon
Programmed in C
License GPLv2
Source code GitHub
Issue tracker GitHub

PCBox is an open-source, low-level PC emulator and a fork of 86Box (which is itself a fork of PCem). Beyond the features 86Box has, it emulates Intel Pentium 3, VIA C3 and Intel i815 (from "feature/ich2" branch of 86Box) and features experimental coreboot support on some emulated boards (from "feature/mtrr" branch of 86Box).

Downloads

[edit | edit source]
Windows Linux Actions

Overview

[edit | edit source]

In the future, the author intends to implement: Intel Pentium 4 emulation (including SSE2), AMD Athlon and AMD Athlon XP emulation, more accurate Intel Pentium 3 speeds, new (optional) dynamic recompiler that sacrifices timing accuracy for speed, and x86_64 emulation (far future).

[edit | edit source]