Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smerrony/dgemua

Ada port of my Data General emulation system
https://github.com/smerrony/dgemua

ada aosvs data-general dg emulator

Last synced: about 1 month ago
JSON representation

Ada port of my Data General emulation system

Awesome Lists containing this project

README

        

# dgemu
A rewrite of my Data General MV/Eclipse emulator in Ada.

Work on the Go version had stalled, this rewrite in Ada has now progressed further in
every aspect than the original version.

There are two emulators, a physical one which attempts to mimic classic MV/style hardware,
and a virtual one which tries to run AOS/VS user programs directly. The emulators share
a significant portion of the code.

* [Current Status](STATUS.md)
* [Build Notes](BUILD.md)
* [Development Notes](DEVNOTES.md)
* [MV/Emua User Guide](UserGuide.md)
* [VS/Emua User Guide](VSUserGuide.md)