Updated PCx86 examples directory
This commit is contained in:
parent
2e07e3f9e1
commit
5529304137
9 changed files with 10 additions and 11 deletions
|
|
@ -17,13 +17,13 @@ Format
|
|||
Purpose
|
||||
-------
|
||||
|
||||
Creates an instance of the ChipSet component, which includes support for the following internal components:
|
||||
Creates an instance of the ChipSet component, which includes support for the following hardware:
|
||||
|
||||
* 8237 Direct Memory Access (DMA) Controller
|
||||
* 8259 Programmable Interrupt Controller (PIC)
|
||||
* 8253 Programmable Interval Timers (PIT)
|
||||
* 8255 Programmable Peripheral Interface (PPI)
|
||||
* Speaker (sound requires [webkitAudioContext](http://www.w3.org/TR/webaudio/) support in the web browser)
|
||||
* Speaker (sound requires [AudioContext](http://www.w3.org/TR/webaudio/) support in the web browser)
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
@ -63,7 +63,7 @@ Attributes
|
|||
|
||||
* *sound* (optional)
|
||||
|
||||
*true* (default) to enable sound, assuming the browser supports **webkitAudioContext**, or *false* to disable sound.
|
||||
*true* (default) to enable sound, assuming the browser supports **AudioContext**, or *false* to disable sound.
|
||||
|
||||
* *scaleTimers* (optional)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>pcjs.org | /docs/pcjs/demos/example1.html</title>
|
||||
<title>pcjs.org | /pubs/pcx86/examples/example1.html</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="components.css">
|
||||
<script type="text/javascript" src="pcx86.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>pcjs.org | /docs/pcjs/demos/example2.html</title>
|
||||
<title>pcjs.org | /pubs/pcx86/examples/example2.html</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="components.css">
|
||||
<script type="text/javascript" src="pcx86.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>pcjs.org | /docs/pcjs/demos/example3a.html</title>
|
||||
<title>pcjs.org | /pubs/pcx86/examples/example3a.html</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="components.css">
|
||||
<script type="text/javascript" src="pcx86-dbg.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>pcjs.org | /docs/pcjs/demos/example3b.html</title>
|
||||
<title>pcjs.org | /pubs/pcx86/examples/example3b.html</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="components.css">
|
||||
<script type="text/javascript" src="pcx86.js"></script>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue