diff --git a/pat80-emulator/README.md b/pat80-emulator/README.md deleted file mode 100644 index 4d15da9..0000000 --- a/pat80-emulator/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# PAT80 Emulator -This folder contains a submodule (you should fetch it if you need to run the os in an emulator). - -Uses cburbridge's Z80 emulator written in python. It opens some windows showing the emulated computer's memory map, the cpu registers state and parallel terminal to interact with the os. - -## Usage -To run the os in the emulator, head to `pat80-computer/software/z80-assembly/os/Makefile` and run `make run` to build the rom from assembly and start the emulator. diff --git a/pat80-emulator/z80-python-emulator b/pat80-emulator/z80-python-emulator deleted file mode 160000 index 46d5391..0000000 --- a/pat80-emulator/z80-python-emulator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 46d5391d5c890b2608389db5f2e8e470ef99f254