You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/virtualxt.md
+45-13Lines changed: 45 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
## Background
4
4
5
-
VirtualXT is an IBM PC/XT emulator that runs on modern hardware and operating systems. It is designed to be simple and lightweight yet still capable enough to run a large library of old application and games.
5
+
VirtualXT is a Turbo PC/XT emulator that runs on modern hardware and operating systems. It is designed to be simple and lightweight yet still capable enough to run a large library of old application and games.
A summary of the licenses behind RetroArch and its cores can be found [here](../development/licenses.md).
16
16
@@ -19,19 +19,20 @@ A summary of the licenses behind RetroArch and its cores can be found [here](../
19
19
The core has no external dependacies. You only need to load the .so/dll file and preferably install the .info file and you are good to go.
20
20
21
21
The default system emulated is a XT class machine with an Intel 8088 CPU. This means that most DOS games form the 90's wont run. VirtualXT is intended to run older CGA games and applications from the 80's, like PC booters.
22
+
There is also optional support for 80186 CPU's and VGA adapters if you want to try some more "modern" software.
22
23
23
24
## BIOS
24
25
25
-
BIOS is integerated in the core and can currently not be replaced or changed.
26
+
There is an option to use [GLaBIOS](https://github.com/640-KB/GLaBIOS/) or [TurboXT BIOS 3.1](https://www.phatcode.net/downloads.php?id=101). Both are included in the core.
26
27
27
28
## Extensions
28
29
29
30
Content that can be loaded by the VirtualXT core have the following file extensions:
30
31
31
32
- .img
32
-
- .zip
33
-
34
-
(Zip archives are read-only and any state will be lost after reboot.)
Enable direct file share with host system. (Defaults to Z:)
123
+
91
124
## Device types
92
125
93
126
The VirtualXT core supports the following device type(s), bolded device type(s) are required:
94
127
95
-
- Joystick - Analog
96
128
-**Keyboard** - Keyboard
97
129
- Mouse
98
130
99
131
## Compatibility
100
132
101
-
This core emulates a Intel 8088 CPU running at 4.77 Mhz just like the original IBM 5150/5160. This is quite a slow system and the original 8088 only operates in real-mode. This means that no protected-mode or 32 bit applications will run. Most DOS software from the 90's requires a VGA card and a later CPU.
133
+
This core emulates a Intel 8088 CPU running at 4.77 Mhz just like the original IBM 5150/5160. This is quite a slow system and the original 8088 only operates in real-mode. This means that no protected-mode or 32 bit applications will run.
102
134
103
135
Try software released in the 80's, like classic PC booters.
0 commit comments