The PCSIG08 README needed to use a "raw" link rather than a Markdown link, so that it could set the "download" attribute on the link, preventing the page's "onbeforeunload" handler from firing (which would otherwise shutdown any machines on the page)
This commit is contained in:
parent
29c8ac5ce6
commit
8035a95cf9
5 changed files with 19 additions and 12 deletions
|
|
@ -13,8 +13,8 @@ PC-SIG Library 8th Edition CD-ROM (April 1990)
|
|||
|
||||
The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990).
|
||||
The directory listings were generated from the folder's [manifest](manifest.xml) using
|
||||
[disklist](/modules/diskdump/bin/disklist), a custom PCjs JavaScript utility. The same machine is also available
|
||||
[with the PCjs Debugger](debugger/).
|
||||
<a href="/modules/diskdump/bin/disklist" download="disklist.js">disklist</a>, a custom PCjs JavaScript utility.
|
||||
The same machine is also available [with the PCjs Debugger](debugger/).
|
||||
|
||||
{% include machine.html id="pcsig08" %}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Windows 95 (First Retail Release)
|
||||
permalink: /disks/pcx86/windows/win95/4.00.950/
|
||||
redirect_from:
|
||||
- /disks/pc/windows/win95/4.00.950/
|
||||
machines:
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
|
|
|
|||
Loading…
Reference in a new issue