From c33afed14cf10a7e9f8e1b73facbc95b51f66849 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 23 Oct 2014 20:53:40 -0700 Subject: [PATCH] Fixed C1P machine layouts The padding attributes on the machine element (padtop, padbottom, etc) affect padding *around* the machine, whereas padding attributes inside the machine's style attribute affect padding *inside* the machine --- README.md | 6 +++--- configs/c1p/machines/32kb/machine.xml | 2 +- configs/c1p/machines/8kb/all/debugger/machine.xml | 2 +- configs/c1p/machines/8kb/embed/machine.xml | 4 ++-- configs/c1p/machines/8kb/large/debugger/machine.xml | 2 +- configs/c1p/machines/8kb/large/machine.xml | 4 ++-- configs/c1p/machines/8kb/small/machine.xml | 2 +- devices/pc/bios/.gitignore | 1 - devices/pc/roms/README.md | 2 -- 9 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 devices/pc/bios/.gitignore delete mode 100644 devices/pc/roms/README.md diff --git a/README.md b/README.md index 97d6f1136..20547fc6a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ All the simulations are written entirely in JavaScript. No Flash, Java or other Supported browsers include recent versions of Internet Explorer (v9.0 or later), Safari, Chrome, Firefox and various mobile browsers. -[[Embedded IBM PC]](/configs/pc/machines/5150/mda/64kb/ "PCjs:ibm5150") +[Embedded IBM PC](/configs/pc/machines/5150/mda/64kb/ "PCjs:ibm5150") The [simulation](/configs/pc/machines/5150/mda/64kb/) above features an Intel 8088 running at 4.77Mhz, with 64Kb of RAM and an IBM Monochrome Display Adapter. For more control, there are also @@ -46,7 +46,7 @@ Below is the [OSI Challenger C1P](/docs/c1pjs/), another simulation in the JavaS It simulates Ohio Scientific's 6502-based microcomputer, released in 1978. More details about this simulation and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/). -[[Embedded OSI Challenger C1P]](/configs/c1p/machines/8kb/large/ "C1Pjs:demoC1P") +[Embedded OSI Challenger C1P](/configs/c1p/machines/8kb/large/ "C1Pjs:demoC1P") @@ -341,4 +341,4 @@ Learn more about the [JavaScript Machines](/docs/about/) Project and [PCjs](/doc create your own PCjs machines, see the [Documentation](/docs/pcjs/) for details. If you have questions or run into any problems, feel free to [tweet](http://twitter.com/jeffpar) or -[email](mailto:Jeff@pcjs.org). \ No newline at end of file +[email](mailto:Jeff@pcjs.org). diff --git a/configs/c1p/machines/32kb/machine.xml b/configs/c1p/machines/32kb/machine.xml index 3455eeb92..df88a8856 100644 --- a/configs/c1p/machines/32kb/machine.xml +++ b/configs/c1p/machines/32kb/machine.xml @@ -1,6 +1,6 @@ - + OSI Challenger 1P (32Kb) with Disk Support diff --git a/configs/c1p/machines/8kb/all/debugger/machine.xml b/configs/c1p/machines/8kb/all/debugger/machine.xml index 3c579adb7..63053037f 100644 --- a/configs/c1p/machines/8kb/all/debugger/machine.xml +++ b/configs/c1p/machines/8kb/all/debugger/machine.xml @@ -1,6 +1,6 @@ - + OSI Challenger 1P (8Kb, More Programs) diff --git a/configs/c1p/machines/8kb/embed/machine.xml b/configs/c1p/machines/8kb/embed/machine.xml index 77e002db4..3140d09e9 100644 --- a/configs/c1p/machines/8kb/embed/machine.xml +++ b/configs/c1p/machines/8kb/embed/machine.xml @@ -1,5 +1,5 @@ - + @@ -22,4 +22,4 @@ BREAK - \ No newline at end of file + diff --git a/configs/c1p/machines/8kb/large/debugger/machine.xml b/configs/c1p/machines/8kb/large/debugger/machine.xml index 4ca24aadd..c8be5b84c 100644 --- a/configs/c1p/machines/8kb/large/debugger/machine.xml +++ b/configs/c1p/machines/8kb/large/debugger/machine.xml @@ -1,6 +1,6 @@ - + OSI Challenger 1P (8Kb) with Debugger diff --git a/configs/c1p/machines/8kb/large/machine.xml b/configs/c1p/machines/8kb/large/machine.xml index 32befe144..008160d17 100644 --- a/configs/c1p/machines/8kb/large/machine.xml +++ b/configs/c1p/machines/8kb/large/machine.xml @@ -1,6 +1,6 @@ - + OSI Challenger 1P (circa 1978) @@ -20,7 +20,7 @@ Run - + CTRL-C CTRL-O BREAK diff --git a/configs/c1p/machines/8kb/small/machine.xml b/configs/c1p/machines/8kb/small/machine.xml index 03271e270..82f65541a 100644 --- a/configs/c1p/machines/8kb/small/machine.xml +++ b/configs/c1p/machines/8kb/small/machine.xml @@ -1,6 +1,6 @@ - + diff --git a/devices/pc/bios/.gitignore b/devices/pc/bios/.gitignore deleted file mode 100644 index 7a92c736a..000000000 --- a/devices/pc/bios/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/unfiled diff --git a/devices/pc/roms/README.md b/devices/pc/roms/README.md deleted file mode 100644 index dc0b14ec8..000000000 --- a/devices/pc/roms/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Folder for miscellaneous third-party ROMs ----