v1.19.5 update

This commit is contained in:
Jeff Parsons 2015-09-12 02:58:02 -07:00
commit b69c8ba1fc
2 changed files with 3 additions and 4 deletions

View file

@ -179,9 +179,8 @@ September 12, 2015 Update
Lots of bugs have been squashed in the past few weeks -- not enough to finish setting up Windows 95, but it's getting
closer. More details on recent releases can be found [here](https://github.com/jeffpar/pcjs/releases).
The machine below has been reconfigured with a hard disk image containing all the Windows 95 SETUP files. The machine
is at the point where Windows 95 SETUP has just rebooted. Click the "Run" button to start the machine. A breakpoint has
already been set in the Debugger that will stop at an address where things appear to go downhill.
The machine below has been reconfigured with a hard disk image containing all the Windows 95 Setup files. The machine
is at the point where Windows 95 SETUP has just rebooted. Click the "Run" button to start the machine.
[Embedded DeskPro 386](/devices/pc/machine/compaq/deskpro386/vga/4096kb/machine.xml "PCjs:deskpro386:::debugger")

View file

@ -11,7 +11,7 @@
<video ref="/devices/pc/video/ibm/vga/ibm-vga-lockfs.xml"/>
<keyboard id="keyboard"/>
<fdc ref="/disks/pc/library.xml" automount=''/>
<debugger id="debugger" messages="" commands='m hdc off;bp #0137:00000009'/>
<debugger id="debugger" messages="" commands='m hdc off;m int off;print "Use ""bp #0137:00000009"" to debug the next problem"'/>
<panel ref="/devices/pc/panel/wide386.xml"/>
<hdc id="hdcAT" type="at" drives='[{name:"68Mb Hard Disk",type:4,path:"http://static.pcjs.org/devices/pc/machine/compaq/deskpro386/vga/4096kb/WIN95-FBOOT.json"}]'/>
<chipset id="chipset" model="deskpro386" floppies="[1200,1200]" monitor="vga"/>