Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)