Changed the default page "exit" event handler from "onunload" to "pagehide" for iOS; hopefully, auto-resume machines will work better on mobile devices with that change
This commit is contained in:
parent
cf35125d34
commit
7457e4e44f
43 changed files with 132 additions and 117 deletions
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "VisiCalc (1981)"
|
||||
permalink: /apps/pcx86/1981/visicalc/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-visicalc
|
||||
- id: ibm5150-visicalc
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
state: /apps/pcx86/1981/visicalc/state.json
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Executive Suite (1982)"
|
||||
permalink: /apps/pcx86/1982/esuite/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-esuite
|
||||
- id: ibm5160-esuite
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
|
||||
state: /apps/pcx86/1982/esuite/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "RatBas (1982)"
|
||||
permalink: /apps/pcx86/1982/ratbas/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-ratbas
|
||||
- id: ibm5150-ratbas
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Adventures in Math (1983)"
|
||||
permalink: /apps/pcx86/1983/adventmath/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-adventmath
|
||||
- id: ibm5150-adventmath
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Rogue (1985)"
|
||||
permalink: /apps/pcx86/1985/rogue/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-rogue
|
||||
- id: ibm5160-rogue
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1985/rogue/state.json
|
||||
resume: 1
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "ThinkTank (1987)"
|
||||
permalink: /apps/pcx86/1987/thinktank/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-thinktank
|
||||
- id: ibm5160-thinktank
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1987/thinktank/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "The Dungeons of Moria (1992)"
|
||||
permalink: /apps/pcx86/1992/moria/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-moria55
|
||||
- id: ibm5160-moria55
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1992/moria/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -17,12 +17,14 @@ A list of all the software available to PCx86 machines can be found in the [IBM
|
|||
### 1981
|
||||
|
||||
* [DONKEY.BAS](1981/donkey/)
|
||||
* [Microsoft Adventure](/disks/pcx86/games/microsoft/adventure/)
|
||||
* [VisiCalc](1981/visicalc/)
|
||||
|
||||
### 1982
|
||||
|
||||
* [Executive Suite](1982/esuite/)
|
||||
* [RatBas v2.13](1982/ratbas/)
|
||||
* [Zork I](/disks/pcx86/games/infocom/zork1/)
|
||||
|
||||
### 1983
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue