Skip to content

Commit

Permalink
docs, fix image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenjc committed Nov 18, 2024
1 parent 6fb99ef commit 1a12960
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/source/background/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ loading and running the 'SCR' program from (emulated) disk.
Better display emulation. Had to resort to using UDP to send the
display buffer to a **curses** based application.

.. figure:: images/displayemu.png
.. figure:: ../images/displayemu.png
:width: 800
:align: center

Expand Down Expand Up @@ -495,7 +495,7 @@ main objective was to run the DINDEX program which was corrupted on the
debugdisk (felsökningsdiskett) from Mattis.


.. figure:: images/dindex.png
.. figure:: ../images/dindex.png
:width: 800
:align: center

Expand Down Expand Up @@ -567,7 +567,7 @@ based on individual track information. Track 0 has no information an thus we
have no filenames to help us. Many files/tracks seem to have unrecoverable
errors.

.. figure:: images/pl1diskexcel.png
.. figure:: ../images/pl1diskexcel.png
:width: 800
:align: center

Expand Down Expand Up @@ -617,7 +617,7 @@ Added WRITE support and support for multiple disks (merged from other branch).
Using the program **ALTER**, files can now be renamed. Looks like they can also
be write protected. But write protect does apparently not prevent renaming.

.. figure:: images/alter_rename.png
.. figure:: ../images/alter_rename.png
:width: 400
:align: center

Expand All @@ -640,7 +640,7 @@ to start logging in **utils**. Now the emulator console can be used for debuggin
and the other windows for device-specific inspection.


.. figure:: images/udplogging.png
.. figure:: ../images/udplogging.png
:width: 1024
:align: center

Expand All @@ -649,7 +649,7 @@ and the other windows for device-specific inspection.
... and used it to fix the crashing bug. Now multiple floppy drives
are supported (1 to 7) and we can test the **COPY** utility:

.. figure:: images/alter_copy_wp.png
.. figure:: ../images/alter_copy_wp.png
:width: 400
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/source/background/printer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ emulator returned this value for both printers.

But running the program **FMOMS** I got the following error message:

.. figure:: images/noprinter.png
.. figure:: ../images/noprinter.png
:width: 400
:align: center

Expand Down
4 changes: 2 additions & 2 deletions docs/source/background/q1_io_keyboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on page 10 and 11.
This is useful when you want to simulate keyboard input. The documentation is
incomplete as it doesn't mention the important 'GO' key with code 0x0e.

.. figure:: images/q1keyboard.png
.. figure:: ../images/q1keyboard.png
:width: 800
:align: center

Expand All @@ -21,7 +21,7 @@ Some keys have built-in LEDs to indicate state: Shift Lock, 3RD shift(?),
4TH Shift, INSRT MODE, K1, K2 and K3.


.. figure:: images/q1keyboard_dm.jpg
.. figure:: ../images/q1keyboard_dm.jpg
:width: 800
:align: center

Expand Down
4 changes: 2 additions & 2 deletions docs/source/emulator/emulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once the initialisation is done the emulator enters a repeated series of single
instruction **steps**.


.. figure:: images/emuarch.png
.. figure:: ../images/emuarch.png
:width: 800
:align: center

Expand Down Expand Up @@ -47,7 +47,7 @@ The emulator can be run with disassembly:
However, for interactive sessions it is better to skip periodic hexdump and
instruction decode, and use the display emulator:

.. figure:: images/displayemu.png
.. figure:: ../images/displayemu.png
:width: 800
:align: center

Expand Down

0 comments on commit 1a12960

Please sign in to comment.