From 14176984b8ec73a1db77fa2d380551f7a63c613f Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Tue, 28 Jan 2025 08:11:22 +0100 Subject: [PATCH] Pointing to the moved emulator submodule --- .gitmodules | 2 +- README.md | 2 +- pat80-emulator/z80-python-emulator | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6b28b0b..99ce5bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "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 diff --git a/README.md b/README.md index 9aabe28..b860cdf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ There is an experimental and unfinished quick load function using a python termi ## 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. -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) diff --git a/pat80-emulator/z80-python-emulator b/pat80-emulator/z80-python-emulator index a5dbd3e..46d5391 160000 --- a/pat80-emulator/z80-python-emulator +++ b/pat80-emulator/z80-python-emulator @@ -1 +1 @@ -Subproject commit a5dbd3e829a94a2598b42ba976e61353c580600b +Subproject commit 46d5391d5c890b2608389db5f2e8e470ef99f254