pato-z80-home-computer/pat80-emulator
2023-12-02 09:31:46 +01:00
..
z80-python-emulator@a5dbd3e829 Added emulator as submodule, updated makefile to run directly os in emulator 2023-12-02 09:31:46 +01:00
README.md Added emulator as submodule, updated makefile to run directly os in emulator 2023-12-02 09:31:46 +01:00

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.