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
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue