1
0
mirror of https://github.com/specht/champ.git synced 2024-06-01 13:41:32 +00:00

documentation

This commit is contained in:
Michael Specht 2018-02-14 23:24:11 +01:00
parent 1d43820197
commit f15e3fe766

View File

@ -1,3 +1,15 @@
# Champ - N. Harold Cham's 65C02 Profiler
This is a 65C02 emulator / profiler that enables you to really get to know your APPLE ][ HiRes Graphics Mode Demo.
## Features
* full 65C02 emulation at cycle accuracy
* screen output as animated GIF with exact frame timing
* average frame rate
* see how much time is spent in which subroutine
* watch variables (single variables or pairs)
* no dependencies but Ruby, gcc and Merlin32
![Champ Screenshot](doc/screenshot.png?raw=true "Fig. 1 Champ Screenshot")