Update documentation for v17.
This commit is contained in:
parent
ad6b1406e8
commit
13f53a2568
7 changed files with 2164 additions and 1917 deletions
13
README.md
13
README.md
|
|
@ -1,15 +1,15 @@
|
|||
# [PCem](https://pcem-emulator.co.uk/)
|
||||
## Download: [Windows](https://pcem-emulator.co.uk/files/PCemV16Win.zip)/[Linux](https://pcem-emulator.co.uk/files/PCemV16Linux.tar.gz)
|
||||
## Download: [Windows](https://pcem-emulator.co.uk/files/PCemV17Win.zip)/[Linux](https://pcem-emulator.co.uk/files/PCemV17Linux.tar.gz)
|
||||
|
||||
Latest version: <b>v16</b> [Changelog](https://pcem-emulator.co.uk/index.html)
|
||||
Latest version: <b>v17</b> [Changelog](https://pcem-emulator.co.uk/index.html)
|
||||
|
||||
PCem is licensed under GPL v2.0, see [COPYING](COPYING) for more details.
|
||||
|
||||
You can submit patches on our [forum](https://pcem-emulator.co.uk/phpBB3/viewforum.php?f=4). Before you do, please note the [guidelines](https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=5) for submitting patches.
|
||||
You can submit patches on our [forum](https://pcem-emulator.co.uk/phpBB3). Before you do, please note the [guidelines](https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=5) for submitting patches.
|
||||
|
||||
:exclamation: Note: <b>NO COPYRIGHTED ROM FILES ARE INCLUDED NOR WILL THEY BE. PLEASE DO NOT ASK FOR THEM.</b>
|
||||
|
||||
## BSD and Linux supplement (v16)
|
||||
## BSD and Linux supplement (v17)
|
||||
|
||||
You will need the following libraries (and their dependencies):
|
||||
- SDL2
|
||||
|
|
@ -47,7 +47,7 @@ CD-ROM support currently only accesses `/dev/cdrom`. It has not been heavily tes
|
|||
|
||||
## Links
|
||||
|
||||
### PCem emulates the following hardware (as of v16):
|
||||
### PCem emulates the following hardware (as of v17):
|
||||
|
||||
Hardware | Links
|
||||
--- | ---
|
||||
|
|
@ -218,7 +218,8 @@ Fn + SysRQ | Toggle window
|
|||
<a name="system-note-4">`[4]`</a> <b>Intel Advanced/EV (Endeavor)</b> <i>(Pentium)</i>: The real board has a Sound Blaster 16 onboard and optionally an S3 Trio64V+. Neither are emulated as onboard devices.
|
||||
|
||||
<a name="system-note-5">`[5]`</a> Some systems have fixed graphics adapters:<br/>
|
||||
<i>** = Can use external video card.</i>
|
||||
<i>** = Can use external video card.</i><br/>
|
||||
|
||||
System | Graphics | Addl. Info | **
|
||||
--- | --- | --- | :-:
|
||||
<b>Amstrad MegaPC</b> | Paradise 90C11 | A development of the PVGA1 with 512KB VRAM | ✔
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
PCem v16 BSD supplement
|
||||
|
||||
|
||||
You will need the following libraries :
|
||||
|
||||
SDL2
|
||||
wxWidgets 3.x
|
||||
OpenAL
|
||||
|
||||
and their dependencies.
|
||||
|
||||
Open a terminal window, navigate to the PCem directory then enter
|
||||
|
||||
./configure --enable-release-build
|
||||
gmake
|
||||
|
||||
then ./pcem to run.
|
||||
|
||||
The BSD version stores BIOS ROM images, configuration files, and other data in ~/.pcem
|
||||
|
||||
configure options are :
|
||||
--enable-release-build : Generate release build. Recommended for regular use.
|
||||
--enable-debug : Compile with debugging enabled.
|
||||
--enable-networking : Build with networking support.
|
||||
--enable-alsa : Build with support for MIDI output through ALSA. Requires libasound.
|
||||
|
||||
|
||||
The menu is a pop-up menu in the BSD port. Right-click on the main window when mouse is not
|
||||
captured.
|
||||
|
||||
CD-ROM support currently only accesses /dev/cdrom. It has not been heavily tested.
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
PCem v16 Linux supplement
|
||||
|
||||
|
||||
You will need the following libraries :
|
||||
|
||||
SDL2
|
||||
wxWidgets 3.x
|
||||
OpenAL
|
||||
|
||||
and their dependencies.
|
||||
|
||||
Open a terminal window, navigate to the PCem directory then enter
|
||||
|
||||
./configure --enable-release
|
||||
make
|
||||
|
||||
then ./pcem to run.
|
||||
|
||||
The Linux version stores BIOS ROM images, configuration files, and other data in ~/.pcem
|
||||
|
||||
configure options are :
|
||||
--enable-release-build : Generate release build. Recommended for regular use.
|
||||
--enable-debug : Compile with debugging enabled.
|
||||
--enable-networking : Build with networking support.
|
||||
--enable-alsa : Build with support for MIDI output through ALSA. Requires libasound.
|
||||
|
||||
|
||||
The menu is a pop-up menu in the Linux port. Right-click on the main window when mouse is not
|
||||
captured.
|
||||
|
||||
CD-ROM support currently only accesses /dev/cdrom. It has not been heavily tested.
|
||||
408
TESTED.md
408
TESTED.md
|
|
@ -1,19 +1,16 @@
|
|||
## Software tested (v16):
|
||||
## Software tested (v17):
|
||||
|
||||
### DOS
|
||||
- PC-DOS 1.0
|
||||
- PC-DOS 2.10
|
||||
- PC-DOS 3.30
|
||||
- MS-DOS 2.11
|
||||
- MS-DOS 3.30
|
||||
- MS-DOS 3.31
|
||||
- PC-DOS 4.0
|
||||
- MS-DOS 4.01
|
||||
- PC-DOS 5.02
|
||||
- MS-DOS 5.0
|
||||
- MS-DOS 6.0
|
||||
- MS-DOS 6.22
|
||||
|
||||
### Windows
|
||||
- Windows 1.03
|
||||
- Windows 2.03
|
||||
- Windows 1.04
|
||||
- Windows/286 2.11
|
||||
- Windows/386 2.11
|
||||
- Windows 3.0
|
||||
|
|
@ -42,304 +39,291 @@
|
|||
|
||||
### Linux
|
||||
- Corel Linux 1.2
|
||||
- Mandriva LE 2005
|
||||
- Red Hat Linux 7.1 (Seawolf)
|
||||
- SuSE Linux 6.3
|
||||
- Ubuntu 6.06.1
|
||||
|
||||
### BeOS
|
||||
- BeOS 5.0 Personal Edition
|
||||
- BeOS 5.0 Professional Edition
|
||||
|
||||
### Applications
|
||||
- CorelDRAW! v2.5 for OS/2
|
||||
- 3DMark 2000
|
||||
- 3DMark 2001SE
|
||||
- After Dark 3.06
|
||||
- Cinemania 1994
|
||||
- Creative Writer
|
||||
- Cubasis
|
||||
- Fasttracker 2.08
|
||||
- Lotus SmartSuite 97
|
||||
- Microsoft Office 95
|
||||
- Microsoft Word 1.1 for OS/2
|
||||
- Microsoft Word 1.1 for Windows
|
||||
- Microsoft Word 2.0
|
||||
- Microsoft Word 6.1
|
||||
- Microsoft Works for Windows 3.0
|
||||
- Mozilla Firefox 1.5.0.5
|
||||
- Visual Basic 4.0
|
||||
- Encarta 1994
|
||||
- Fasttracker v2.08
|
||||
- PageMaker 5.0
|
||||
- PC Paintbrush 1.05
|
||||
- Photoshop 3.0
|
||||
- Smartsuite 97
|
||||
- Visual Basic 3.0
|
||||
- Visual C++ 6.0
|
||||
- Word for Windows 2.0
|
||||
- Winzip 6.2
|
||||
|
||||
### Games
|
||||
- 3-Demon
|
||||
- Abuse
|
||||
- Abuse (demo)
|
||||
- 1602 AD (demo)
|
||||
- 3D Ultra Pinball Thrillride
|
||||
- A-10 Tank Killer
|
||||
- Actua Soccer
|
||||
- Age of Empires
|
||||
- Adventure Pinball Forgotten Island (demo)
|
||||
- Aladdin
|
||||
- Aladdin (demo)
|
||||
- Alien Breed : Tower Assault (demo)
|
||||
- Alien Carnage (shareware)
|
||||
- Alien vs Predator
|
||||
- Alien vs Predator 2 (demo)
|
||||
- All New World of Lemmings
|
||||
- American McGee's Alice
|
||||
- Apache (demo)
|
||||
- Atomic Bomberman
|
||||
- Backtrack (demo)
|
||||
- Balls of Steel (demo)
|
||||
- Alone in the Dark
|
||||
- Alone in the Dark : The New Nightmare (demo)
|
||||
- Anachronox
|
||||
- Arkanoid
|
||||
- Armoured Fist 3 (demo)
|
||||
- Asteroids (1998)
|
||||
- B-17 Flying Fortress
|
||||
- Battle Chess
|
||||
- Battlezone
|
||||
- Battlezone (1998)
|
||||
- Battlezone II
|
||||
- Bejeweled
|
||||
- Beyond Castle Wolfenstein
|
||||
- Big Red Racing
|
||||
- Bio Menace (shareware)
|
||||
- Blackthorne (demo)
|
||||
- Blake Stone (shareware)
|
||||
- Blast Doors
|
||||
- Blood (demo)
|
||||
- Blood 2
|
||||
- Breakneck
|
||||
- Brix (shareware)
|
||||
- Bust-a-Move 2 : Arcade Edition
|
||||
- Bio Menace
|
||||
- Black & White
|
||||
- Brix
|
||||
- Bugs Bunny Lost In Time (demo)
|
||||
- Cannon Fodder 2
|
||||
- Caesar III
|
||||
- Captain Claw
|
||||
- Carmageddon
|
||||
- Carnivores 2
|
||||
- Catacomb Abyss (demo)
|
||||
- Carmageddon (demo)
|
||||
- CD-MAN
|
||||
- Charlie the Duck (demo)
|
||||
- Clusterball
|
||||
- Colin McRae Rally
|
||||
- Colonization
|
||||
- Command and Conquer (demo)
|
||||
- Command and Conquer : Red Alert
|
||||
- Commander Keen : Goodbye Galaxy
|
||||
- Commander Keen : Invasion of the Vorticons
|
||||
- Civilization
|
||||
- Civilization for Windows
|
||||
- Claw
|
||||
- Clive Barker's Undying (demo)
|
||||
- Clockwiser
|
||||
- Command & Conquer : Red Alert
|
||||
- Command & Conquer : Red Alert 2
|
||||
- Command & Conquer : Tiberian Sun (demo)
|
||||
- Command & Conquer Renegade
|
||||
- Conquest
|
||||
- Corridor 7
|
||||
- Counter-Strike 2D
|
||||
- Crimson Skies (demo)
|
||||
- Croc
|
||||
- Curse of Monkey Island
|
||||
- Cyril Cyberpunk (demo)
|
||||
- Dark Forces (demo)
|
||||
- Dark Forces
|
||||
- Cutthroats (demo)
|
||||
- Daikatana
|
||||
- Dawn Patrol
|
||||
- Death Rally
|
||||
- Descent (v1.4)
|
||||
- Descent (demo)
|
||||
- Day of the Tentacle
|
||||
- Dance Dance Revolution
|
||||
- Dead Reckoning (demo)
|
||||
- Death Drome
|
||||
- Desert Strike
|
||||
- Destruction Derby
|
||||
- Destruction Derby (demo)
|
||||
- Deus Ex
|
||||
- Diablo
|
||||
- Digger
|
||||
- Dirt Track Racing (demo)
|
||||
- Disciples (demo)
|
||||
- Discworld II
|
||||
- Dogz
|
||||
- Doom (v1.2)
|
||||
- Doom (shareware)
|
||||
- Doom II (v1.666)
|
||||
- Doom II for Windows 95
|
||||
- Double Dragon
|
||||
- Drakan (demo)
|
||||
- Duke Nukem 3D (v1.3D)
|
||||
- Dune
|
||||
- Dune II
|
||||
- Duke Nukem (shareware)
|
||||
- Duke Nukem 3D (shareware)
|
||||
- DX-Ball 2
|
||||
- Earthworm Jim (demo)
|
||||
- Echelon
|
||||
- Ecstatica
|
||||
- Epic Pinball
|
||||
- Epic Pinball (shareware)
|
||||
- Eradicator
|
||||
- Every Extend
|
||||
- Evolva (demo)
|
||||
- Expendable
|
||||
- Expendable (demo)
|
||||
- Extreme Assault
|
||||
- Final Fantasy VII
|
||||
- Flashback (demo)
|
||||
- Eye of the Beholder
|
||||
- Fallout Tactics (demo)
|
||||
- Final Fantasy VIII (demo)
|
||||
- Flashback
|
||||
- Flight Simulator 5
|
||||
- Frogger
|
||||
- Frogger (1998)
|
||||
- Frontier : First Encounters
|
||||
- Full Throttle (demo)
|
||||
- G-Police
|
||||
- Galactix
|
||||
- GLQuake (v0.93)
|
||||
- Gods (demo)
|
||||
- Grand Theft Auto
|
||||
- Gabriel Knight 3 (demo)
|
||||
- Giants : Citizen Kabuto
|
||||
- GLQuake
|
||||
- Grand Theft Auto 2
|
||||
- Grim Fandango
|
||||
- Half-Life (1.0.0.9)
|
||||
- Heartlight (shareware)
|
||||
- Heretic
|
||||
- Heretic (demo)
|
||||
- Half-Life
|
||||
- Halloween Harry
|
||||
- Heartlight
|
||||
- Hellbender
|
||||
- Hexen
|
||||
- Hexen (demo)
|
||||
- Hexen95
|
||||
- Hocus Pocus (shareware)
|
||||
- House of the Dead 2
|
||||
- Hover!
|
||||
- High Heat Baseball 2002 (demo)
|
||||
- Hitch Hiker's Guide to the Galaxy
|
||||
- Hocus Pocus
|
||||
- Homeworld Cataclysm (demo)
|
||||
- Incoming
|
||||
- Indiana Jones and the Fate of Atlantis (demo)
|
||||
- Indy Car Racing 2 (demo)
|
||||
- Interstate 76 Nitro Riders
|
||||
- Interstate 82
|
||||
- Jazz Jackrabbit (shareware)
|
||||
- James Pond 2 : Robocod
|
||||
- Jazz Jackrabbit
|
||||
- Jazz Jackrabbit 2
|
||||
- Jedi Knight
|
||||
- Jumpman
|
||||
- Kings Quest
|
||||
- Kings Quest II
|
||||
- Lamborghini American Challenge (demo)
|
||||
- LBA 2
|
||||
- Jill of the Jungle
|
||||
- King's Quest
|
||||
- King's Quest II
|
||||
- King's Quest III
|
||||
- Lemmings
|
||||
- Lemmings (demo)
|
||||
- Lemmings 2 : The Tribes
|
||||
- Lemmings Paintball
|
||||
- Lode Runner : The Legend Continues
|
||||
- Lotus III
|
||||
- Mageslayer
|
||||
- Magic Carpet
|
||||
- MDK
|
||||
- MegaMan X (demo)
|
||||
- Madden 2002 (demo)
|
||||
- Majesty (demo)
|
||||
- Maniac Mansion (enhanced)
|
||||
- Max Payne
|
||||
- MDK (Direct3D, USA release)
|
||||
- MechCommander 2
|
||||
- Mechwarrior 2
|
||||
- Mechwarrior 3
|
||||
- Megaman Legends
|
||||
- Metal Gear Solid
|
||||
- Microsoft Arcade
|
||||
- Monster Bash (shareware)
|
||||
- Microsoft Golf 99 (demo)
|
||||
- Midtown Madness 2 (demo)
|
||||
- Monaco Grand Prix (demo)
|
||||
- Monkey Island 2
|
||||
- Monster Bash
|
||||
- Monster Truck Madness
|
||||
- Mortal Kombat
|
||||
- Mortal Kombat II
|
||||
- Mortal Kombat Trilogy
|
||||
- Moto Racer
|
||||
- NASCAR Heat
|
||||
- NBA Hangtime
|
||||
- Need for Speed (demo)
|
||||
- Mortal Kombat 2
|
||||
- Mortal Kombat 3
|
||||
- Motorcross Madness (demo)
|
||||
- Mystic Towers
|
||||
- Nascar Heat
|
||||
- Need for Speed II SE
|
||||
- Need for Speed III
|
||||
- Nerf Arena Blast
|
||||
- Network Q RAC Rally
|
||||
- Need for Speed : High Stakes
|
||||
- NHL 2001 (demo)
|
||||
- No One Lives Forever
|
||||
- No One Lives Forever (tech demo)
|
||||
- Oddworld : Abe's Oddysee
|
||||
- Out of this World (demo)
|
||||
- Panzer Dragoon
|
||||
- Oddworld : Abe's Exoddus
|
||||
- One Must Fall 2097
|
||||
- Oni
|
||||
- Outlaws
|
||||
- Pacific Strike
|
||||
- Pacman Adventures in Time (demo)
|
||||
- Pharoah (demo)
|
||||
- Pinball Fantasies
|
||||
- Pinball Illusions
|
||||
- Populous : The Beginning
|
||||
- Prince of Persia (demo)
|
||||
- Prince of Persia 2 (demo)
|
||||
- Pro Pinball : Big Race USA
|
||||
- Pro Pinball : Timeshock!
|
||||
- Police Quest
|
||||
- Police Quest 2
|
||||
- Porrasturvat
|
||||
- Power Drive
|
||||
- Prince of Persia
|
||||
- Prince of Persia 3D (demo)
|
||||
- Pro Pinball : The Web
|
||||
- Project X (demo)
|
||||
- Psycho Pinball
|
||||
- Quake (v1.01)
|
||||
- Quake (shareware)
|
||||
- Quake
|
||||
- Quake II
|
||||
- Quake III Arena (1.27g)
|
||||
- Quake III Arena (1.30)
|
||||
- Radix (demo)
|
||||
- Railroad Tycoon II (demo)
|
||||
- Raptor (shareware)
|
||||
- Rayman
|
||||
- Realms of Chaos (shareware)
|
||||
- Quake III Arena
|
||||
- Rayman 2 (demo)
|
||||
- Red Faction
|
||||
- Resident Evil 2
|
||||
- Return to Castle Wolfenstein (v1.32)
|
||||
- Rise of the Triad (shareware)
|
||||
- Road Rash
|
||||
- Rogue Spear (demo)
|
||||
- Rollcage (demo)
|
||||
- Rollercoaster Tycoon
|
||||
- Sam and Max Hit the Road (demo)
|
||||
- Redline Racer
|
||||
- Rise of the Triad (v1.2)
|
||||
- Screamer
|
||||
- Screamer 2 (demo)
|
||||
- Screamer Rally (NOT 3DFX)
|
||||
- Secret of Monkey Island (demo)
|
||||
- Serious Sam
|
||||
- Shadow Warrior (demo)
|
||||
- Simcity 2000
|
||||
- Simcity 2000 (demo)
|
||||
- Simcity 2000 for OS/2 Warp
|
||||
- SimCity 3000
|
||||
- Simcopter
|
||||
- Sonic 3 & Knuckles
|
||||
- Speed Haste (demo)
|
||||
- Star Trek Voyager : Elite Force
|
||||
- Sega Rally 2 (demo)
|
||||
- Sensible World of Soccer
|
||||
- Settlers 3 (demo)
|
||||
- Severance : Blade of Darkness (demo)
|
||||
- Shadow Company (demo)
|
||||
- Shadow Warrior
|
||||
- Shadowman (demo)
|
||||
- Sid Meier's Alien Crossfire (demo)
|
||||
- SimCity 2000
|
||||
- SimCity Classic
|
||||
- SimTower
|
||||
- Sink or Swim
|
||||
- Soldat (1.0.5)
|
||||
- Sonic CD
|
||||
- Space Simulator
|
||||
- Space Strike
|
||||
- Spider-Man (demo)
|
||||
- Springy Madness
|
||||
- Star Trek Hidden Evil (demo)
|
||||
- Star Trek Voyager Elite Force
|
||||
- Star Wars Jedi Academy
|
||||
- Starfleet Command 2 (demo)
|
||||
- Stargunner
|
||||
- Street Racer (demo)
|
||||
- Streets of Simcity
|
||||
- Striker 95
|
||||
- Super Angelo (demo)
|
||||
- Superkarts
|
||||
- Super Street Fighter 2 (demo)
|
||||
- Starlancer (demo)
|
||||
- Steel Beasts (demo)
|
||||
- Stunt Island
|
||||
- SWAT 3 Elite Edition (demo)
|
||||
- Syndicate
|
||||
- Syndicate (demo)
|
||||
- System Shock
|
||||
- Tennis Elbow (demo)
|
||||
- Terminal velocity
|
||||
- Terminal Velocity (shareware)
|
||||
- The Adventures of Captain Comic
|
||||
- The Chaos Engine
|
||||
- The Chaos Engine (demo)
|
||||
- Tanktics (demo)
|
||||
- Terminal Velocity
|
||||
- The Dig
|
||||
- The Humans
|
||||
- The Incredible Machine (demo)
|
||||
- The Lion King
|
||||
- The Lion King (demo)
|
||||
- Thief II
|
||||
- The Labyrinth (RealArcade version)
|
||||
- The Lost Vikings
|
||||
- The Ultimate Doom (v1.9)
|
||||
- Theme Hospital
|
||||
- Theme Hospital (demo)
|
||||
- Theme Park
|
||||
- Threat (demo)
|
||||
- Tie Fighter (demo)
|
||||
- Tomb Raider
|
||||
- Tomb Raider (demo)
|
||||
- Tomb Raider II
|
||||
- Tomb Raider III
|
||||
- Tomb Raider The Last Revelation (demo)
|
||||
- Tony Hawk's Pro Skater 2
|
||||
- Transport Tycoon
|
||||
- Transport Tycoon Deluxe
|
||||
- Turok (demo)
|
||||
- Tyrian
|
||||
- Tyrian (shareware)
|
||||
- Tropico (demo)
|
||||
- Turrican 2
|
||||
- UFO : Enemy Unknown
|
||||
- Ultimate Doom (v1.9)
|
||||
- Ultimate Ride (demo)
|
||||
- Unreal
|
||||
- Unreal Gold
|
||||
- Unreal Tournament
|
||||
- Unreal Tournament (v436 GOTY)
|
||||
- Virtual Pool (demo)
|
||||
- Unreal Tournament 2004 (Direct3D)
|
||||
- Wacky Wheels
|
||||
- Warcraft (demo)
|
||||
- Warcraft II (demo)
|
||||
- Warlords Battlecry (demo)
|
||||
- Wheel of Time (demo)
|
||||
- Wing Commander
|
||||
- Wolfenstein 3D (v1.4)
|
||||
- Wolfenstein 3D (shareware)
|
||||
- World Cup 98
|
||||
- Wing Commander : Privateer
|
||||
- Wizkid
|
||||
- Wolfenstein 3D
|
||||
- World War III : Black Gold (demo)
|
||||
- Worms
|
||||
- Worms (demo)
|
||||
- Worms 2
|
||||
- Worms World Party
|
||||
- Worms Armageddon
|
||||
- X-Com : Terror From The Deep
|
||||
- X-Wing
|
||||
- Z (demo)
|
||||
- Z.A.R. (demo)
|
||||
- Xargon
|
||||
- Z : Steel Soldiers (demo)
|
||||
- Zak McKracken
|
||||
- Zone 66
|
||||
- Zone 66 (shareware)
|
||||
|
||||
### Demos
|
||||
- Cascada - Cronologia
|
||||
- Coma - Paimen
|
||||
- Complex - Cyboman 2
|
||||
- Complex - Dope
|
||||
- EMF - Verses
|
||||
- Exceed - Heaven 7
|
||||
- Future Crew - Second Reality
|
||||
- Gazebo - Cyboman!
|
||||
- Gazebo - Cyboman
|
||||
- Halcyon - Lifeforms
|
||||
- Iguana - Heartquake
|
||||
- Impact Studios - Legend
|
||||
- Impact Studios - Project Angel
|
||||
- KFMF - Dance, Move, Shake
|
||||
- KFMF - Trip
|
||||
- Logic Design - Fashion
|
||||
- Majic 12 - Show
|
||||
- Majic 12 - Wish
|
||||
- Megabusters - Hellraiser
|
||||
- Orange - x14
|
||||
- Renaissance - Amnesia
|
||||
- Skull - Putre Faction
|
||||
- Tran - Ambience
|
||||
- Tran - Luminati
|
||||
- Tran - Ambience (flickery)
|
||||
- Tran - Luminati (flickery)
|
||||
- Tran - Timeless
|
||||
- Triton - Crystal Dream II
|
||||
- Triton - Crystal Dream
|
||||
- Triton - Crystal Dream 2
|
||||
- Ultraforce - Coldcut
|
||||
- Ultraforce - Vector Demo
|
||||
- Valhalla - Solstice
|
||||
- Witan - Witan House
|
||||
|
||||
### Emulators
|
||||
- Beebem v1.02
|
||||
- BeebInC v0.99f
|
||||
- Fellow v0.3.3
|
||||
- KGen98 v0.4
|
||||
- PaCifiST v0.45
|
||||
- CPE v5.2i
|
||||
- DOSBox 0.74-3
|
||||
- Fellow 0.33
|
||||
- KGen98 v0.4b
|
||||
- PaCifiST v0.48
|
||||
- SNES9x v0.96
|
||||
- UltraHLE v1.0.0
|
||||
- vMac v0.1.9.1
|
||||
|
|
|
|||
1467
readme.html
Normal file
1467
readme.html
Normal file
File diff suppressed because it is too large
Load diff
1636
readme.txt
1636
readme.txt
File diff suppressed because it is too large
Load diff
493
tested.html
Normal file
493
tested.html
Normal file
|
|
@ -0,0 +1,493 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>tested</title>
|
||||
<style>
|
||||
html {
|
||||
line-height: 1.5;
|
||||
font-family: Georgia, serif;
|
||||
font-size: 20px;
|
||||
color: #1a1a1a;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
max-width: 36em;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
hyphens: auto;
|
||||
word-wrap: break-word;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-kerning: normal;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
font-size: 12pt;
|
||||
}
|
||||
p, h2, h3 {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
h2, h3, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
}
|
||||
p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
a {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
a:visited {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 1.4em;
|
||||
}
|
||||
h5, h6 {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
h6 {
|
||||
font-weight: normal;
|
||||
}
|
||||
ol, ul {
|
||||
padding-left: 1.7em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
li > ol, li > ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1em 0 1em 1.7em;
|
||||
padding-left: 1em;
|
||||
border-left: 2px solid #e6e6e6;
|
||||
color: #606060;
|
||||
}
|
||||
code {
|
||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
||||
font-size: 85%;
|
||||
margin: 0;
|
||||
}
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
.sourceCode {
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
hr {
|
||||
background-color: #1a1a1a;
|
||||
border: none;
|
||||
height: 1px;
|
||||
margin: 1em 0;
|
||||
}
|
||||
table {
|
||||
margin: 1em 0;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
font-variant-numeric: lining-nums tabular-nums;
|
||||
}
|
||||
table caption {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
tbody {
|
||||
margin-top: 0.5em;
|
||||
border-top: 1px solid #1a1a1a;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
th {
|
||||
border-top: 1px solid #1a1a1a;
|
||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
td {
|
||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
#TOC li {
|
||||
list-style: none;
|
||||
}
|
||||
#TOC a:not(:hover) {
|
||||
text-decoration: none;
|
||||
}
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<h2 id="software-tested-v17">Software tested (v17):</h2>
|
||||
<h3 id="dos">DOS</h3>
|
||||
<ul>
|
||||
<li>PC-DOS 1.0</li>
|
||||
<li>MS-DOS 2.11</li>
|
||||
<li>MS-DOS 3.30</li>
|
||||
<li>MS-DOS 4.01</li>
|
||||
<li>MS-DOS 5.0</li>
|
||||
<li>MS-DOS 6.0</li>
|
||||
<li>MS-DOS 6.22</li>
|
||||
</ul>
|
||||
<h3 id="windows">Windows</h3>
|
||||
<ul>
|
||||
<li>Windows 1.04</li>
|
||||
<li>Windows/286 2.11</li>
|
||||
<li>Windows/386 2.11</li>
|
||||
<li>Windows 3.0</li>
|
||||
<li>Windows 3.1</li>
|
||||
<li>Windows for Workgroups 3.11</li>
|
||||
<li>Windows 95</li>
|
||||
<li>Windows 95 OSR2</li>
|
||||
<li>Windows 98SE</li>
|
||||
<li>Windows ME</li>
|
||||
</ul>
|
||||
<h3 id="windows-nt">Windows NT</h3>
|
||||
<ul>
|
||||
<li>Windows NT 3.1</li>
|
||||
<li>Windows NT 3.51</li>
|
||||
<li>Windows NT 4 Workstation (SP6a)</li>
|
||||
<li>Windows 2000</li>
|
||||
<li>Windows XP</li>
|
||||
</ul>
|
||||
<h3 id="os2">OS/2</h3>
|
||||
<ul>
|
||||
<li>OS/2 v1.0</li>
|
||||
<li>OS/2 v1.1</li>
|
||||
<li>OS/2 v1.2</li>
|
||||
<li>OS/2 v1.3</li>
|
||||
<li>OS/2 v2.1</li>
|
||||
<li>OS/2 Warp 3</li>
|
||||
<li>OS/2 Warp 4</li>
|
||||
</ul>
|
||||
<h3 id="linux">Linux</h3>
|
||||
<ul>
|
||||
<li>Corel Linux 1.2</li>
|
||||
<li>Mandriva LE 2005</li>
|
||||
<li>Red Hat Linux 7.1 (Seawolf)</li>
|
||||
</ul>
|
||||
<h3 id="beos">BeOS</h3>
|
||||
<ul>
|
||||
<li>BeOS 5.0 Professional Edition</li>
|
||||
</ul>
|
||||
<h3 id="applications">Applications</h3>
|
||||
<ul>
|
||||
<li>3DMark 2000</li>
|
||||
<li>3DMark 2001SE</li>
|
||||
<li>After Dark 3.06</li>
|
||||
<li>Cinemania 1994</li>
|
||||
<li>Creative Writer</li>
|
||||
<li>Cubasis</li>
|
||||
<li>Encarta 1994</li>
|
||||
<li>Fasttracker v2.08</li>
|
||||
<li>PageMaker 5.0</li>
|
||||
<li>PC Paintbrush 1.05</li>
|
||||
<li>Photoshop 3.0</li>
|
||||
<li>Smartsuite 97</li>
|
||||
<li>Visual Basic 3.0</li>
|
||||
<li>Visual C++ 6.0</li>
|
||||
<li>Word for Windows 2.0</li>
|
||||
<li>Winzip 6.2</li>
|
||||
</ul>
|
||||
<h3 id="games">Games</h3>
|
||||
<ul>
|
||||
<li>1602 AD (demo)</li>
|
||||
<li>3D Ultra Pinball Thrillride</li>
|
||||
<li>A-10 Tank Killer</li>
|
||||
<li>Actua Soccer</li>
|
||||
<li>Adventure Pinball Forgotten Island (demo)</li>
|
||||
<li>Aladdin</li>
|
||||
<li>Alien vs Predator</li>
|
||||
<li>Alien vs Predator 2 (demo)</li>
|
||||
<li>All New World of Lemmings</li>
|
||||
<li>Alone in the Dark</li>
|
||||
<li>Alone in the Dark : The New Nightmare (demo)</li>
|
||||
<li>Anachronox</li>
|
||||
<li>Arkanoid</li>
|
||||
<li>Armoured Fist 3 (demo)</li>
|
||||
<li>Asteroids (1998)</li>
|
||||
<li>B-17 Flying Fortress</li>
|
||||
<li>Battle Chess</li>
|
||||
<li>Battlezone</li>
|
||||
<li>Battlezone II</li>
|
||||
<li>Bejeweled</li>
|
||||
<li>Beyond Castle Wolfenstein</li>
|
||||
<li>Big Red Racing</li>
|
||||
<li>Bio Menace</li>
|
||||
<li>Black & White</li>
|
||||
<li>Brix</li>
|
||||
<li>Bugs Bunny Lost In Time (demo)</li>
|
||||
<li>Cannon Fodder 2</li>
|
||||
<li>Carnivores 2</li>
|
||||
<li>Civilization</li>
|
||||
<li>Civilization for Windows</li>
|
||||
<li>Claw</li>
|
||||
<li>Clive Barker's Undying (demo)</li>
|
||||
<li>Clockwiser</li>
|
||||
<li>Command & Conquer : Red Alert</li>
|
||||
<li>Command & Conquer : Red Alert 2</li>
|
||||
<li>Command & Conquer : Tiberian Sun (demo)</li>
|
||||
<li>Command & Conquer Renegade</li>
|
||||
<li>Conquest</li>
|
||||
<li>Corridor 7</li>
|
||||
<li>Counter-Strike 2D</li>
|
||||
<li>Crimson Skies (demo)</li>
|
||||
<li>Croc</li>
|
||||
<li>Curse of Monkey Island</li>
|
||||
<li>Cutthroats (demo)</li>
|
||||
<li>Daikatana</li>
|
||||
<li>Dawn Patrol</li>
|
||||
<li>Day of the Tentacle</li>
|
||||
<li>Dance Dance Revolution</li>
|
||||
<li>Dead Reckoning (demo)</li>
|
||||
<li>Death Drome</li>
|
||||
<li>Desert Strike</li>
|
||||
<li>Digger</li>
|
||||
<li>Dirt Track Racing (demo)</li>
|
||||
<li>Disciples (demo)</li>
|
||||
<li>Discworld II</li>
|
||||
<li>Doom (v1.2)</li>
|
||||
<li>Doom II (v1.666)</li>
|
||||
<li>Double Dragon</li>
|
||||
<li>Drakan (demo)</li>
|
||||
<li>Duke Nukem 3D (v1.3D)</li>
|
||||
<li>Dune</li>
|
||||
<li>DX-Ball 2</li>
|
||||
<li>Echelon</li>
|
||||
<li>Ecstatica</li>
|
||||
<li>Epic Pinball</li>
|
||||
<li>Every Extend</li>
|
||||
<li>Evolva (demo)</li>
|
||||
<li>Expendable</li>
|
||||
<li>Eye of the Beholder</li>
|
||||
<li>Fallout Tactics (demo)</li>
|
||||
<li>Final Fantasy VIII (demo)</li>
|
||||
<li>Flashback</li>
|
||||
<li>Flight Simulator 5</li>
|
||||
<li>Frogger</li>
|
||||
<li>Frontier : First Encounters</li>
|
||||
<li>Gabriel Knight 3 (demo)</li>
|
||||
<li>Giants : Citizen Kabuto</li>
|
||||
<li>GLQuake</li>
|
||||
<li>Grand Theft Auto 2</li>
|
||||
<li>Half-Life</li>
|
||||
<li>Halloween Harry</li>
|
||||
<li>Heartlight</li>
|
||||
<li>Hellbender</li>
|
||||
<li>Hexen</li>
|
||||
<li>High Heat Baseball 2002 (demo)</li>
|
||||
<li>Hitch Hiker's Guide to the Galaxy</li>
|
||||
<li>Hocus Pocus</li>
|
||||
<li>Homeworld Cataclysm (demo)</li>
|
||||
<li>Incoming</li>
|
||||
<li>James Pond 2 : Robocod</li>
|
||||
<li>Jazz Jackrabbit</li>
|
||||
<li>Jazz Jackrabbit 2</li>
|
||||
<li>Jill of the Jungle</li>
|
||||
<li>King's Quest</li>
|
||||
<li>King's Quest II</li>
|
||||
<li>King's Quest III</li>
|
||||
<li>Lemmings</li>
|
||||
<li>Lemmings 2 : The Tribes</li>
|
||||
<li>Lode Runner : The Legend Continues</li>
|
||||
<li>Lotus III</li>
|
||||
<li>Madden 2002 (demo)</li>
|
||||
<li>Majesty (demo)</li>
|
||||
<li>Maniac Mansion (enhanced)</li>
|
||||
<li>Max Payne</li>
|
||||
<li>MDK (Direct3D, USA release)</li>
|
||||
<li>MechCommander 2</li>
|
||||
<li>Mechwarrior 2</li>
|
||||
<li>Mechwarrior 3</li>
|
||||
<li>Megaman Legends</li>
|
||||
<li>Metal Gear Solid</li>
|
||||
<li>Microsoft Arcade</li>
|
||||
<li>Microsoft Golf 99 (demo)</li>
|
||||
<li>Midtown Madness 2 (demo)</li>
|
||||
<li>Monaco Grand Prix (demo)</li>
|
||||
<li>Monkey Island 2</li>
|
||||
<li>Monster Bash</li>
|
||||
<li>Monster Truck Madness</li>
|
||||
<li>Mortal Kombat</li>
|
||||
<li>Mortal Kombat 2</li>
|
||||
<li>Mortal Kombat 3</li>
|
||||
<li>Motorcross Madness (demo)</li>
|
||||
<li>Mystic Towers</li>
|
||||
<li>Nascar Heat</li>
|
||||
<li>Need for Speed II SE</li>
|
||||
<li>Need for Speed III</li>
|
||||
<li>Need for Speed : High Stakes</li>
|
||||
<li>NHL 2001 (demo)</li>
|
||||
<li>No One Lives Forever</li>
|
||||
<li>Oddworld : Abe's Exoddus</li>
|
||||
<li>One Must Fall 2097</li>
|
||||
<li>Oni</li>
|
||||
<li>Outlaws</li>
|
||||
<li>Pacific Strike</li>
|
||||
<li>Pacman Adventures in Time (demo)</li>
|
||||
<li>Pharoah (demo)</li>
|
||||
<li>Pinball Fantasies</li>
|
||||
<li>Pinball Illusions</li>
|
||||
<li>Police Quest</li>
|
||||
<li>Police Quest 2</li>
|
||||
<li>Porrasturvat</li>
|
||||
<li>Power Drive</li>
|
||||
<li>Prince of Persia</li>
|
||||
<li>Prince of Persia 3D (demo)</li>
|
||||
<li>Pro Pinball : The Web</li>
|
||||
<li>Psycho Pinball</li>
|
||||
<li>Quake</li>
|
||||
<li>Quake II</li>
|
||||
<li>Quake III Arena</li>
|
||||
<li>Rayman 2 (demo)</li>
|
||||
<li>Red Faction</li>
|
||||
<li>Redline Racer</li>
|
||||
<li>Rise of the Triad (v1.2)</li>
|
||||
<li>Screamer</li>
|
||||
<li>Sega Rally 2 (demo)</li>
|
||||
<li>Sensible World of Soccer</li>
|
||||
<li>Settlers 3 (demo)</li>
|
||||
<li>Severance : Blade of Darkness (demo)</li>
|
||||
<li>Shadow Company (demo)</li>
|
||||
<li>Shadow Warrior</li>
|
||||
<li>Shadowman (demo)</li>
|
||||
<li>Sid Meier's Alien Crossfire (demo)</li>
|
||||
<li>SimCity 2000</li>
|
||||
<li>SimCity Classic</li>
|
||||
<li>SimTower</li>
|
||||
<li>Sink or Swim</li>
|
||||
<li>Soldat (1.0.5)</li>
|
||||
<li>Sonic CD</li>
|
||||
<li>Space Simulator</li>
|
||||
<li>Space Strike</li>
|
||||
<li>Spider-Man (demo)</li>
|
||||
<li>Springy Madness</li>
|
||||
<li>Star Trek Hidden Evil (demo)</li>
|
||||
<li>Star Trek Voyager Elite Force</li>
|
||||
<li>Star Wars Jedi Academy</li>
|
||||
<li>Starfleet Command 2 (demo)</li>
|
||||
<li>Stargunner</li>
|
||||
<li>Starlancer (demo)</li>
|
||||
<li>Steel Beasts (demo)</li>
|
||||
<li>Stunt Island</li>
|
||||
<li>SWAT 3 Elite Edition (demo)</li>
|
||||
<li>Syndicate</li>
|
||||
<li>System Shock</li>
|
||||
<li>Tanktics (demo)</li>
|
||||
<li>Terminal Velocity</li>
|
||||
<li>The Dig</li>
|
||||
<li>The Humans</li>
|
||||
<li>The Labyrinth (RealArcade version)</li>
|
||||
<li>The Lost Vikings</li>
|
||||
<li>The Ultimate Doom (v1.9)</li>
|
||||
<li>Theme Hospital</li>
|
||||
<li>Theme Park</li>
|
||||
<li>Tomb Raider</li>
|
||||
<li>Tomb Raider II</li>
|
||||
<li>Tomb Raider The Last Revelation (demo)</li>
|
||||
<li>Tony Hawk's Pro Skater 2</li>
|
||||
<li>Transport Tycoon</li>
|
||||
<li>Transport Tycoon Deluxe</li>
|
||||
<li>Tropico (demo)</li>
|
||||
<li>Turrican 2</li>
|
||||
<li>UFO : Enemy Unknown</li>
|
||||
<li>Ultimate Ride (demo)</li>
|
||||
<li>Unreal</li>
|
||||
<li>Unreal Tournament</li>
|
||||
<li>Unreal Tournament 2004 (Direct3D)</li>
|
||||
<li>Wacky Wheels</li>
|
||||
<li>Warlords Battlecry (demo)</li>
|
||||
<li>Wheel of Time (demo)</li>
|
||||
<li>Wing Commander</li>
|
||||
<li>Wing Commander : Privateer</li>
|
||||
<li>Wizkid</li>
|
||||
<li>Wolfenstein 3D</li>
|
||||
<li>World War III : Black Gold (demo)</li>
|
||||
<li>Worms</li>
|
||||
<li>Worms Armageddon</li>
|
||||
<li>X-Com : Terror From The Deep</li>
|
||||
<li>Xargon</li>
|
||||
<li>Z : Steel Soldiers (demo)</li>
|
||||
<li>Zak McKracken</li>
|
||||
<li>Zone 66</li>
|
||||
</ul>
|
||||
<h3 id="demos">Demos</h3>
|
||||
<ul>
|
||||
<li>Cascada - Cronologia</li>
|
||||
<li>Coma - Paimen</li>
|
||||
<li>Complex - Cyboman 2</li>
|
||||
<li>Complex - Dope</li>
|
||||
<li>EMF - Verses</li>
|
||||
<li>Exceed - Heaven 7</li>
|
||||
<li>Future Crew - Second Reality</li>
|
||||
<li>Gazebo - Cyboman</li>
|
||||
<li>Halcyon - Lifeforms</li>
|
||||
<li>Iguana - Heartquake</li>
|
||||
<li>Impact Studios - Legend</li>
|
||||
<li>Impact Studios - Project Angel</li>
|
||||
<li>KFMF - Dance, Move, Shake</li>
|
||||
<li>KFMF - Trip</li>
|
||||
<li>Logic Design - Fashion</li>
|
||||
<li>Majic 12 - Show</li>
|
||||
<li>Majic 12 - Wish</li>
|
||||
<li>Megabusters - Hellraiser</li>
|
||||
<li>Orange - x14</li>
|
||||
<li>Renaissance - Amnesia</li>
|
||||
<li>Skull - Putre Faction</li>
|
||||
<li>Tran - Ambience (flickery)</li>
|
||||
<li>Tran - Luminati (flickery)</li>
|
||||
<li>Tran - Timeless</li>
|
||||
<li>Triton - Crystal Dream</li>
|
||||
<li>Triton - Crystal Dream 2</li>
|
||||
<li>Ultraforce - Coldcut</li>
|
||||
<li>Ultraforce - Vector Demo</li>
|
||||
<li>Valhalla - Solstice</li>
|
||||
<li>Witan - Witan House</li>
|
||||
</ul>
|
||||
<h3 id="emulators">Emulators</h3>
|
||||
<ul>
|
||||
<li>Beebem v1.02</li>
|
||||
<li>BeebInC v0.99f</li>
|
||||
<li>CPE v5.2i</li>
|
||||
<li>DOSBox 0.74-3</li>
|
||||
<li>Fellow 0.33</li>
|
||||
<li>KGen98 v0.4b</li>
|
||||
<li>PaCifiST v0.48</li>
|
||||
<li>SNES9x v0.96</li>
|
||||
<li>UltraHLE v1.0.0</li>
|
||||
<li>vMac v0.1.9.1</li>
|
||||
<li>ZSNES v0.800c</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue