JPC
JPC copied to clipboard
JPC - The fast x86 PC emulator in 100% pure Java
I'm trying to make a program that uses your emulator to emulate Windows 95. But on Ubuntu 20.04 Focal Fossa, I get this error message: `Exception in thread "main" java.lang.IllegalStateException...
Steps to reproduce: 1. Start JPC 2. Wait for FreeDOS to boot 3. Change floppy disk to another image 4. Reset What should happened: New image should boot. What happens:...
Added files/folders created by eclipse when you import the project to the ignore list.
The opcodes `sgdt` and `pause` are unimplemented, so JPC fails when starting SeaBIOS Git or 1.10.2 with an UnimplementedOpcodeException. However, I do see code for `sgdt` at least. I was...
IBM PC-DOS 2.10 (5.25) from https://winworldpc.com/product/pc-dos/2x 2.4.1 - DOS 2.1 doesn't boot 3.0 - as above, plus memory leak
It seems that the debugger was corrupted. The start new pc option was false and it won't run because it can't find the bios.
The image enumeration code relies on internal behavior of `JPCApplication.class.getClassLoader()` returning a `URLClassLoader`. I've added code which does this in a safer way which doesn't assume that a `URLClassLoader` is...
G:\games\JPC\JPC-3.0>java -jar JPCApplication.jar -boot fda -fda resources/images/floppy.img ьрЁ. 05, 2023 3:24:03 PM org.jpc.j2se.JPCApplication main INFO: Using configuration specified on command line Exception in thread "main" java.lang.IllegalStateException at org.jpc.j2se.JPCApplication.getResources(JPCApplication.java:593) at org.jpc.j2se.JPCApplication.(JPCApplication.java:205)...