Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T18:47:38.000Z (about 6 years ago)
- Last Synced: 2024-10-09T13:40:57.047Z (28 days ago)
- Topics: c-sharp, debugger, emulator, sinclair, zxspectrum
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- 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.
![Screenshot of Morphic with debugger](https://lh3.googleusercontent.com/-xdbuqku3dwk/Ul4GewalktI/AAAAAAAABic/BMB987VBvJc/w1201-h935-no/Capture.PNG)