https://github.com/damieng/zxmorphic
Experimental Sinclair Spectrum emulator in C# (incomplete)
https://github.com/damieng/zxmorphic
c-sharp debugger emulator sinclair zxspectrum
Last synced: 6 months ago
JSON representation
Experimental Sinclair Spectrum emulator in C# (incomplete)
- Host: GitHub
- URL: https://github.com/damieng/zxmorphic
- Owner: damieng
- Created: 2015-11-11T21:40:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T18:47:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T02:44:14.654Z (6 months ago)
- Topics: c-sharp, debugger, emulator, sinclair, zxspectrum
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZXmorphic
A personal experiment writing an emulator in C# - I chose the Sinclair ZX Spectrum.A few interesting things are using T4 to generate the bulk of the opcodes and the fully interactive debugger with breakpoints etc.
Right now it only gets as far as the copyright message as interrupts and keyboard IO are not emulated.
It is several years old and has no test coverage as the whole thing is an experiment.
