Skip to content

Commit

Permalink
Merge pull request #3 from polluks/main
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
Memotech-Bill authored Apr 3, 2024
2 parents b5c8d97 + 4e49304 commit 975b6c2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 id="Intro">Introduction</h2>
</ul>
<p>There are also features to assist Z80 software development and debugging:</p>
<ul>
<li>Visual monitor and debugger - trace and singe step code</li>
<li>Visual monitor and debugger - trace and single step code</li>
<li>CPU and video RAM displays</li>
<li>Extensive and configurable diagnostic reporting</li>
</ul>
Expand All @@ -105,7 +105,7 @@ <h3 id="Build-Pico">Raspberry Pi Pico Build</h3>
<li>VGA Monitor</li>
<li>VGA Cable</li>
<li>USB keyboard - Not all keyboards work with tinyusb. A cheap one may be best</li>
<li>USB to Micro-USB adaptor to connect the keybord to the Pico</li>
<li>USB to Micro-USB adaptor to connect the keyboard to the Pico</li>
<li>5V Power Supply with Micro-USB connector</li>
<li>Micro-SD Card</li>
<li>Optional: Headphones or Amplified Speakers</li>
Expand Down Expand Up @@ -372,7 +372,7 @@ <h3 id="Usage-Basic">Basic Usage</h3>
to restart the program.</dd>
<p>In order to be used by MEMU, <a href="#Usage-DiskImages">disk images</a> should be
placed in the "disks" sub-folder below the folder containing MEMU and the configuration
files. Similarly, tapes should be placed in the "tapes" sub-folder. This repositry
files. Similarly, tapes should be placed in the "tapes" sub-folder. This repository
only contains a few example tape and disk image files. Many more can be obtained from:</p>
<ul>
<li>Tape images
Expand All @@ -398,7 +398,7 @@ <h4>Typical configuration for SDX emulation</h4>
for loading with the command <b>LOAD ""</b>, and a disk of games available for
<b>USER LOAD "game"</b>. Any user programs can be saved with <b>USER SAVE "name"</b></p>
<img class="Centre" src="MEMU_SDX_Configuration.png"
alt="SDX Selected, Keyboard: Remapped, Sound: Yes, Audio tapes: No, Overwite tapes: No, Tape file selected, Floppy drive B file selected">
alt="SDX Selected, Keyboard: Remapped, Sound: Yes, Audio tapes: No, Overwrite tapes: No, Tape file selected, Floppy drive B file selected">
<h4>Typical configuration for CP/M emulation</h4>
<p>A typical configuration for CP/M emulation, with two floppy disks, is shown below.</p>
<img class="Centre" src="MEMU_CPM_Configuration.png"
Expand Down Expand Up @@ -478,7 +478,7 @@ <h3 id="Usage-Advanced">Advanced Usage</h3>
<dt>-mem-blocks n</dt>
<dd>Number of 16KB memory blocks emulated (default 4)</dd>
<dt>-mem-mtx500</dt>
<dd>equivelent to -mem-blocks 2</dd>
<dd>equivalent to -mem-blocks 2</dd>
<dt>-vid-win</dt>
<dd>Enable emulating VDP and TV using a graphical window</dd>
<dt>-mon-win</dt>
Expand All @@ -496,9 +496,9 @@ <h3 id="Usage-Advanced">Advanced Usage</h3>
<dt>-snd-latency value</dt>
<dd>Instruct portaudio to use a given latency</dd>
<dt>-disk-dir dir</dt>
<dd>Specify the directory containg disk images</dd>
<dd>Specify the directory containing disk images</dd>
<dt>-tape-dir dir</dt>
<dd>Specify the directory containg tape files</dd>
<dd>Specify the directory containing tape files</dd>
<dt>-tape-overwrite</dt>
<dd>SAVE can overwrite an existing file</dd>
<dt>-tape-disable</dt>
Expand Down Expand Up @@ -653,7 +653,7 @@ <h3 id="Usage-Advanced">Advanced Usage</h3>
is used to enable this:</p>
<dl>
<dt>-hw-config filename</dt>
<dd>Specifies a seperate filename describing the hardware configuration. The format
<dd>Specifies a separate filename describing the hardware configuration. The format
of this file differs from the other configuration options and is described
<a href="Hardware_config.pdf">here</a>.</dd>
</dl>
Expand Down Expand Up @@ -775,7 +775,7 @@ <h2 id="VDeb">MEMU Visual Debugger</h2>
letter of the command.</p>
<h3>Break</h3>
<p>Sets an address at which program execution will halt. Enter the required address
as a hex number, and type &ltReturn&gt;. It is now possibe to specify a specific ROM
as a hex number, and type &ltReturn&gt;. It is now possible to specify a specific ROM
number or RAM page for the break. To do this type the two hex digit PAGE port selector
(e.g. 40 for ROM 4, or 01 for RAM page 1), followed by a colon and then the address
within that page. For example, to set a break at the start of the CRSPR routine enter
Expand Down Expand Up @@ -883,10 +883,10 @@ <h3 id="Diag-Options">Diagnostic Options</h3>
<dt>-diag-ring=filename </dt>
<dd>As above, but to file of your choice.</dd>
<dt>-diag-time</dt>
<dd>Preceed all diagnostic messages by a timestamp.</dd>
<dd>Precede all diagnostic messages by a timestamp.</dd>
<dt>-diag-win-unknown-key </dt>
<dd>Displays host operating system specific keycodes typed in the windows which are not
recognised by MEMUs window handling code. These will be XWindows KeySym values or Windows
recognised by MEMUs window handling code. These will be X Window KeySym values or Windows
virtual keycodes. Recognised values are passed on to the emulation of the MTX
keyboard.</dd>
<dt>-diag-win-hw</dt>
Expand Down Expand Up @@ -1193,7 +1193,7 @@ <h3 id="Diag-Windows">Diagnostic Windows</h3>
<li>Tab - move focus</li>
<li>j - jump to indicated address</li>
<li>k or Right - push current listing, list from indicated address</li>
<li>l - toggle display of illegal instruction infomation</li>
<li>l - toggle display of illegal instruction information</li>
<li>m - toggle MTX specific disassembly</li>
<li>Escape or Left - pop to previous listing</li>
<li>Up,Down,PageUp,PageDown - move the highlighted address</li>
Expand Down

0 comments on commit 975b6c2

Please sign in to comment.