Pointing to the moved emulator submodule

This commit is contained in:
Daniele Verducci 2025-01-28 08:11:22 +01:00
parent aadd328ef3
commit 14176984b8
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "pat80-emulator/z80-python-emulator"] [submodule "pat80-emulator/z80-python-emulator"]
path = pat80-emulator/z80-python-emulator path = pat80-emulator/z80-python-emulator
url = https://github.com/penguin86/z80-python-emulator.git url = https://git.ichibi.eu/penguin86/z80-python-emulator.git

View File

@ -36,7 +36,7 @@ There is an experimental and unfinished quick load function using a python termi
## Emulator ## Emulator
The pat80 memory monitor (the os) can be run in a z80 emulator. This repository contains an emulator as submodule, already set up to run the os. The pat80 memory monitor (the os) can be run in a z80 emulator. This repository contains an emulator as submodule, already set up to run the os.
To try it, head to `pat80-computer/software/z80-assembly/os/Makefile` and run `make run` to build the rom from assembly and start the emulator. You will see some windows showing the emulated computer's memory and register status and the pat80 memory monitor prompt. To try it, head to `pat80-computer/software/z80-assembly/os/` and run `make run` to build the rom from assembly and start the emulator. You will see some windows showing the emulated computer's memory and register status and the pat80 memory monitor prompt.
![Emulator running Memory Monitor](/assets/media/photos/emulator.png) ![Emulator running Memory Monitor](/assets/media/photos/emulator.png)

@ -1 +1 @@
Subproject commit a5dbd3e829a94a2598b42ba976e61353c580600b Subproject commit 46d5391d5c890b2608389db5f2e8e470ef99f254