New ChipSet parameter ('floppies') used to specify number and capacity of installed floppy drives

This commit is contained in:
Jeff Parsons 2014-10-24 14:42:17 -07:00 committed by jeffpar
commit ae6dc3bd12
122 changed files with 923 additions and 853 deletions

View file

@ -61,10 +61,10 @@ Attributes
*false* (default) to update timers in sync with CPU speed, *true* to scale timer updates to match real-world time.
* *fdrives* (optional)
* *floppies* (optional)
If no *sw1* setting is provided, *fdrives* specifies the number of floppy drives installed (0-4 for models 5150 and 5160, 0-2 for model 5170);
default is 2.
If no *sw1* setting is provided, *floppies* may be used to specify an array of floppy drive capacities;
eg, [360, 360] for two 360Kb drives; default is none.
* *monitor* (optional)
@ -117,4 +117,4 @@ with each control inside a <div> of class="pc-control".
<!-- NOTE: I had to "escape" the hashmarks above, otherwise PhpStorm's Markdown plugin would preview them as
headings; I think that's a bug in the plugin, because my reading of Markdown's syntax for the "Atx-style headers"
is that header hashmarks must always appear at the beginning of the line. --@jeffpar -->
is that header hashmarks must always appear at the beginning of the line. --@jeffpar -->