1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-27 12:49:37 +00:00

[TG68K] Added readme

This commit is contained in:
Till Harbaum
2015-09-22 09:51:26 +02:00
parent e298a9f40f
commit 09064ac489

12
tests/tg68k/readme.md Normal file
View File

@@ -0,0 +1,12 @@
TG68K GHDL tests
================
Runs TG68K via GHDL for quick debugging and testing. All memory IO is
reported to stdout. For comparison a Musashi (the M68K CPU core of the
MAME emulator) is included.
Type "make vtest" to run tg68k and "make test" to run Musashi.
Running "make view" will open gktview with the tg68k trace.
The test routines are in the tests directory.