Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloose/qcpcemu
An Amstrad CPC emulator based on Qt
https://github.com/cloose/qcpcemu
Last synced: 2 months ago
JSON representation
An Amstrad CPC emulator based on Qt
- Host: GitHub
- URL: https://github.com/cloose/qcpcemu
- Owner: cloose
- Created: 2011-02-07T20:48:51.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2013-08-20T12:10:54.000Z (over 11 years ago)
- Last Synced: 2023-03-11T19:18:07.399Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 465 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
qcpcemu - An Amstrad CPC emulator based on Qt
=============================================This code is not useful ATM.
![screenshot M2](https://github.com/cloose/qcpcemu/raw/develop/images/qcpcemu-M2.png)
Milestones
----------* M1 goals (reached)
* most non-prefix Z80 opcodes are handled
* startup message is shown* M2 goals (reached)
* all non-prefix Z80 opcodes are handled
* keyboard input is working* M3 goals
* all prefix CB Z80 opcodes are handled
* keyboard input is complete
* UI improved (menu and status bar)
* files can be loaded from a DSK image file
Dependencies
------------* Qt 4.7.x
Development Tools
-----------------* Qt and Qt Creator (http://qt.nokia.com/downloads/downloads#lgpl)
Git Workflow
------------http://nvie.com/posts/a-successful-git-branching-model/