1
0
mirror of https://github.com/specht/champ.git synced 2024-06-16 18:29:28 +00:00
champ/README.md

16 lines
507 B
Markdown
Raw Normal View History

2018-02-14 22:17:10 +00:00
# Champ - N. Harold Cham's 65C02 Profiler
2018-02-14 22:24:11 +00:00
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
2018-02-14 22:17:10 +00:00
![Champ Screenshot](doc/screenshot.png?raw=true "Fig. 1 Champ Screenshot")