MC6809 CPU emulator written in Python
Project description
MC6809 CPU emulator written in Python
MC6809 is a Open source (GPL v3 or later) emulator for the legendary 6809 CPU, used in 30 years old homecomputer Dragon 32 and Tandy TRS-80 Color Computer (CoCo)…
Tested with Python 2.7, 3.4 and PyPy
A example usage can be find in: MC6809/example6809.py
There is a simple benchmark. Run e.g.:
~$ MC6809 benchmark --help # run benchmark with default settings: ~$ MC6809 benchmark # run with own settings: ~$ MC6809 benchmark --loops 10 --multiply 20
(MC6809 is the cli installed by setup.py)
You can run unittests in different ways, e.g.:
~$ MC6809 tests --verbosity=3 --failfast ~$ cd MC6809 ~/MC6809 $ ./setup.py test ~/MC6809 $ python3 -m unittest discover
TODO
Use bottle for http control server part
unimplemented OPs:
RESET
SWI / SWI2 / SWI3
SYNC
History
(Some of the points are related to DragonPy Emulator)
27.05.2015 - v0.4.2 - Add MC6809/example6809.py
26.05.2015 - v0.4.0, 0.4.1 - Split MC6809 from DragonPy
14.09.2014 - Release v0.2.0 - Add a speedlimit, config dialog and IRQ: Forum post 11780
05.09.2014 - Release v0.1.0 - Implement pause/resume, hard-/soft-reset 6809 in GUI and improve a little the GUI/Editor stuff: v0.1.0 see also: Forum post 11719.
27.08.2014 - Run CoCo with Extended Color Basic v1.1, bugfix transfer BASIC Listing with 8fe24e5…697d39e see: Forum post 11696.
20.08.2014 - rudimenary BASIC IDE works with 7e0f16630…ce12148, see also: Forum post 11645.
05.08.2014 - Start to support CoCo, too with 0df724b, see also: Forum post 11573.
04.08.2014 - Use the origin Pixel-Font with Tkinter GUI, see: Forum post 4909 and Forum post 11570.
27.07.2014 - Copyrigth info from Dragon 64 ROM is alive with 543275b, see: Forum post 11524.
29.06.2014 - First “HELLO WORLD” works, see: Forum post 11283.
27.10.2013 - “sbc09” ROM works wuite well almist, see: Forum post 9752.
16.10.2013 - See copyright info from “Simple6809” ROM with 25a97b6 see also: Forum post 9654.
10.09.2013 - Start to implement the 6809 CPU with 591d2ed
28.08.2013 - Fork “Apple ][ Emulator” written in Python: https://github.com/jtauber/applepy to https://github.com/jedie/DragonPy
Links:
Forum |
|
IRC |
|
Jabber |
|
PyPi |
|
Github |
donation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MC6809-0.4.2.tar.gz
.
File metadata
- Download URL: MC6809-0.4.2.tar.gz
- Upload date:
- Size: 92.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c48ae478e09f1bdab8050a5fd661130c929ddf16eeb8e029f51f0ce43c0be95a |
|
MD5 | c3f097b41d6ace75ef204d6119495425 |
|
BLAKE2b-256 | e27eab334578b8fee6fd592d2dd0e6cae048b90b6f95c263290b85d8a0409574 |
Provenance
File details
Details for the file MC6809-0.4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: MC6809-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 114.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e34a568c1d8fe5319c0549c8f84412937c7c1657dc53206ac26456a6f5d1e54 |
|
MD5 | e62149b1fb00b95d9362251f399a0bfa |
|
BLAKE2b-256 | e9a7597ae8acf9d1bea91e5856755ae25414814ef45cd360a71c533ab08c6aae |