Switched from mouse event clientX and clientY to screenX and screenY (will it make any difference on high DPI screens? I don't know...)
This commit is contained in:
parent
da48efb7ad
commit
e33adffbf4
11 changed files with 50 additions and 46 deletions
|
|
@ -19,8 +19,8 @@ Microsoft Windows 1.01
|
|||
----------------------
|
||||
|
||||
Microsoft Windows 1.01, the first public version of Windows, was released on November 20, 1985.
|
||||
It is shown here running on an IBM PC XT (Model 5160) with an EGA Display. You can also run
|
||||
[Windows 1.01 with a CGA Display](cga/).
|
||||
It is shown here running on an IBM PC XT (Model 5160) with an EGA Display. You can also run Windows 1.01
|
||||
with a [Debugger](debugger/) or a [CGA Display](cga/).
|
||||
|
||||
A demo of an earlier pre-release version, [Windows 1.0 ("Premiere Edition")](../1.00/), is also available.
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Microsoft Windows 1.01 with CGA Display
|
|||
|
||||
[Microsoft Windows 1.01](/disks/pcx86/windows/1.01/), the first public version of Windows, was released on
|
||||
November 20, 1985. It is shown here running on an IBM PC XT (Model 5160) with a CGA Display. You can also run
|
||||
[Windows 1.01 with an EGA Display](/disks/pcx86/windows/1.01/).
|
||||
Windows 1.01 with a [Debugger](debugger/), [Soft Keyboard](softkbd/), or [EGA Display](/disks/pcx86/windows/1.01/).
|
||||
|
||||
{% include machine.html id="ibm5160-cga-win101" %}
|
||||
|
||||
|
|
@ -40,4 +40,4 @@ NOTE: The Windows 1.01 mouse pointer can be controlled with your mouse, but only
|
|||
within the "CGA Display" window. This is a restriction imposed by your web browser, not PCjs.
|
||||
|
||||
For more control over this machine, try the [Control Panel](debugger/) or [Soft Keyboard](softkbd/) configurations,
|
||||
featuring the built-in PCjs Debugger, with save/restore enabled.
|
||||
both of which feature the built-in PCjs Debugger, with save/restore enabled.
|
||||
|
|
|
|||
16
disks/pcx86/windows/1.01/debugger/README.md
Normal file
16
disks/pcx86/windows/1.01/debugger/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Windows 1.01 with Debugger
|
||||
permalink: /disks/pcx86/windows/1.01/debugger/
|
||||
machines:
|
||||
- id: ibm5160-ega-win101
|
||||
type: pcx86
|
||||
state: /disks/pcx86/windows/1.01/state.json
|
||||
config: /devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
|
||||
drives: '[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-EGA.json"}]'
|
||||
---
|
||||
|
||||
Microsoft Windows 1.01 with Debugger
|
||||
------------------------------------
|
||||
|
||||
{% include machine.html id="ibm5160-ega-win101" %}
|
||||
Loading…
Reference in a new issue