Emulating the Q1 Microlite personal computer.
Documentation for this project is currently found at https://q1-lite-emulator.readthedocs.io
The Q1 emulator uses a Z80 emulator from Kosarev: https://github.com/kosarev/z80
Kosarev's Z80 emulator can be installed by
> pip3 install z80
See examples at https://q1-lite-emulator.readthedocs.io/en/latest/emulator.html
This project is licensed under the BSD-2 License see the LICENSE file for details.