Skip to content

h0MER247/jPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jPC - A PC Emulator written in Java

Features

  • Emulation of the i8086, i386 and i486 CPU (i486 still work in progress)
  • Basic IDE and VGA emulation (no CD-ROM atm)
  • PC Speaker output
  • Serial and PS/2 Mouse emulation
  • ... and yes, it boots Windows 95/98 :)

Screenshots

Booting Windows 95 Windows 95 Desktop Booting Windows 98 Windows 98 Desktop Unreal Tournament at 1 FPS in Software Rendering mode :) Commander Keen 1 Commander Keen 4 Commander Keen Dreams Zak McKracken Zak McKracken Indiana Jones 3 - The Last Crusade Indiana Jones 4 - The Fate Of Atlantis Sim City Sim City 2000 Dyna Blaster Winter Games Jetpack Mortal Kombat 3 The Settlers II Turrican II Archon Ultra Whacky Wheels Pizza Connection Sam And Max - Hit The Road Day Of The Tentacle

Example Drive Image

  • jPC_HDD_386.zip contains an preinstalled FreeDos 1.2, and some shareware classics like CD Man, Commander Keen, Dr. Rudy, Jetpack, Jill Of The Jungle, Overkill and others. Unfortunately, this image will not work with the XT System.

Prerequisites

The project requires the Tseng ET 4000 BIOS ROM (and optionally the IBM Basic) which I can't give you. You have to "find" them yourself - for educational purposes of course :).

Starting

  • Compile the project
  • Place et4000.bin (and optionally basicc11.bin) into the folder ./data/roms/ before you start the project.

Compiled project

  • You'll find a compiled version of the project in the corresponding issues thread.

Useful Tools

  • WinImage, for manipulating hard disk images. You have to have this in order to create your own hard disk images and to copy files from your pc into that image.

Have fun.