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
|
|
@ -5,10 +5,11 @@ permalink: /modules/pcx86/
|
|||
---
|
||||
|
||||
IBM PC Emulation Module (PCx86)
|
||||
===
|
||||
===============================
|
||||
|
||||
Overview
|
||||
---
|
||||
--------
|
||||
|
||||
PCx86 is the IBM PC emulation module powering all our [IBM PC Machines](/devices/pcx86/machine/).
|
||||
|
||||
This module divides PC functionality into variety of logical and visual components.
|
||||
|
|
@ -84,7 +85,7 @@ referencing other components. Device components should define an initBus() noti
|
|||
*Computer* component will call after it has created/initialized the *Bus* component.
|
||||
|
||||
Features
|
||||
---
|
||||
--------
|
||||
|
||||
[List of major existing features goes here]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue