From aec0409295e0000eb6c4fd4ae51e1fe60c4a5f5e Mon Sep 17 00:00:00 2001 From: Morten Jagd Christensen Date: Mon, 19 Aug 2024 20:01:47 +0200 Subject: [PATCH] reference --- docs/source/emulator.rst | 2 +- docs/source/hooks.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/emulator.rst b/docs/source/emulator.rst index c05a886..26d96c7 100644 --- a/docs/source/emulator.rst +++ b/docs/source/emulator.rst @@ -9,7 +9,7 @@ emulation (yellow arros going down). The Q1 Emulator makes use of a **z80 emulator** which in turn interfaces to **memory** and **IO**. Memory is loaded with **programs** by a **loader** and IO devices are initialised: **display buffer** is cleared and **disk** is populated with a **filesystem**. These abstractions -are described in the **Python Modules** section. +are described in the :ref:`python_modules` section. On the initialisation is done the emulator enters a repeated series of single instruction **steps**. diff --git a/docs/source/hooks.rst b/docs/source/hooks.rst index f92a26f..b6b0d88 100644 --- a/docs/source/hooks.rst +++ b/docs/source/hooks.rst @@ -1,3 +1,4 @@ +.. _python_modules: Python modules ==============