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: VGA "Black Book" Tests
|
||||
permalink: /tests/pcx86/vga/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml
|
||||
autoMount:
|
||||
|
|
@ -15,7 +15,7 @@ machines:
|
|||
---
|
||||
|
||||
VGA "Black Book" Tests
|
||||
---
|
||||
----------------------
|
||||
|
||||
To aid in the development of PCjs VGA support, I've added some VGA tests to the project.
|
||||
For now, the only "tests" are samples taken directly from
|
||||
|
|
|
|||
Loading…
Reference in a new issue