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: OSI Challenger 1P (32Kb) with Disk Support
|
||||
permalink: /devices/c1p/machine/32kb/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p32kb
|
||||
- id: c1p32kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/8kb/
|
|||
---
|
||||
|
||||
Challenger 1P Machine Configurations with 8Kb
|
||||
---
|
||||
---------------------------------------------
|
||||
|
||||
Here are some sample C1P Machine Configurations with 8Kb:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/debugger/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
|
|||
|
|
@ -3,32 +3,32 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) "Server Array"
|
||||
permalink: /devices/c1p/machine/8kb/array/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: osi1
|
||||
- id: osi1
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi2
|
||||
- id: osi2
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi3
|
||||
- id: osi3
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi4
|
||||
- id: osi4
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi5
|
||||
- id: osi5
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi6
|
||||
- id: osi6
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi7
|
||||
- id: osi7
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi8
|
||||
- id: osi8
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi9
|
||||
- id: osi9
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/array/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/embed/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1pEmbed
|
||||
- id: c1pEmbed
|
||||
type: c1p
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/8kb/embed/
|
||||
- /demos/c1p/embed.xml/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/debugger/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/8kb/large/
|
||||
- /configs/c1p/machines/8kb/large/machine.xml/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/small/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/
|
|||
---
|
||||
|
||||
Challenger 1P Machine Configurations
|
||||
---
|
||||
------------------------------------
|
||||
|
||||
Here are some sample C1P Machine Configurations:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/pc8080/machine/
|
|||
---
|
||||
|
||||
PC8080 Machine Configurations
|
||||
---
|
||||
-----------------------------
|
||||
|
||||
The following 8080-based machines are currently available:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pc8080/machine/exerciser/
|
|||
redirect_from:
|
||||
- /devices/pc8080/machine/test/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: test8080
|
||||
- id: test8080
|
||||
type: pc8080
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Space Invaders (1978)
|
||||
permalink: /devices/pc8080/machine/invaders/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: invaders
|
||||
- id: invaders
|
||||
type: pc8080
|
||||
---
|
||||
|
||||
Space Invaders (1978)
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Space Invaders (1978) with Debugger
|
||||
permalink: /devices/pc8080/machine/invaders/debugger/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: invaders
|
||||
- id: invaders
|
||||
type: pc8080
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,28 +3,28 @@ layout: page
|
|||
title: PDP-11/70 "Server Array"
|
||||
permalink: /devices/pdp11/machine/1170/array/
|
||||
machines:
|
||||
- type: pdp11
|
||||
id: test1170a
|
||||
- id: test1170-1
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170b
|
||||
- id: test1170-2
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170c
|
||||
- id: test1170-3
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170d
|
||||
- id: test1170-4
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
---
|
||||
|
||||
{% include machine.html id="test1170a" %}
|
||||
{% include machine.html id="test1170-1" %}
|
||||
|
||||
{% include machine.html id="test1170b" %}
|
||||
{% include machine.html id="test1170-2" %}
|
||||
|
||||
{% include machine.html id="test1170c" %}
|
||||
{% include machine.html id="test1170-3" %}
|
||||
|
||||
{% include machine.html id="test1170d" %}
|
||||
{% include machine.html id="test1170-4" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue