summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ted Green <tedgreen99@protonmail.com>2017-08-30 18:44:32 -0600
committer Ted Green <tedgreen99@protonmail.com>2017-08-30 18:44:49 -0600
commitd9110280817fc38ac2dbb2819bdf2a2a564e4fed (patch)
tree689727e6dee68a985caa78f0564d11c58b2ce5c0
parentcfe71cfe3ab5b07b642b525a2a055ef70d649158 (diff)
Fixed unused variable. (nw)
-rw-r--r--src/devices/machine/vrc5074.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/vrc5074.cpp b/src/devices/machine/vrc5074.cpp
index 33620edb4f2..ca4b1540df7 100644
--- a/src/devices/machine/vrc5074.cpp
+++ b/src/devices/machine/vrc5074.cpp
@@ -741,7 +741,7 @@ void vrc5074_device::update_nile_irqs()
TIMER_CALLBACK_MEMBER(vrc5074_device::nile_timer_callback)
{
int which = param;
- uint32_t *regs = &m_cpu_regs[NREG_T0CTRL + which * 4];
+
if (LOG_TIMERS) logerror("timer %d fired\n", which);
/* adjust the timer to fire again */