summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_jy.h
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2013-04-22 15:15:05 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2013-04-22 15:15:05 +0000
commit051dae1cdd7569a3c0da0804788f5b03e4546e46 (patch)
tree3beddcdf82be7cae433f6e0efddf0cd8faec4239 /src/mess/machine/nes_jy.h
parente0577be96c443a48aa9de446f8b56d9979fe304f (diff)
a bunch of cleanups. nw.
Diffstat (limited to 'src/mess/machine/nes_jy.h')
-rw-r--r--src/mess/machine/nes_jy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/machine/nes_jy.h b/src/mess/machine/nes_jy.h
index 6014723b1d5..0cc9df8d91e 100644
--- a/src/mess/machine/nes_jy.h
+++ b/src/mess/machine/nes_jy.h
@@ -58,6 +58,7 @@ protected:
static const device_timer_id TIMER_IRQ = 0;
emu_timer *irq_timer;
+ attotime timer_freq;
};