Add general-purpose timer to GUI
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 25 Jan 2014 22:38:50 +0000 (17:38 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 25 Jan 2014 22:38:50 +0000 (17:38 -0500)
commita6ccc722bd181ba4a762a29a7c95742ae5e5ccfb
tree5c9ac2c9379b7cb36b468a8dba632e96be81152e
parent656993ee5e97daf0c410372edce6ef78ad82390e
Add general-purpose timer to GUI

This timer is not part of the 8051 hardware. It is a free running
timer/counter added as a mean to quickly measure delays in instruction
cyles.

For now, it is implemented only in GUI version.
src/common/cpu8051.c
src/common/timers.c
src/common/timers.h
src/gtk/Makefile.am
src/gtk/emugtk.c
src/gtk/timerwin.c [new file with mode: 0644]
src/gtk/timerwin.h [new file with mode: 0644]