summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2151.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-07-26 18:06:40 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-07-26 18:06:40 -0400
commita85ee9046d6fb96fb6e0529efbba38b3d7f81406 (patch)
treec02ec54056878d0d1eb903e1ae08b2a93ce11237 /src/devices/sound/ym2151.h
parent358c9eb09ffa037b34aa2c1f5cada2bdcf7bac4d (diff)
ym2151: Emulate reset line
Diffstat (limited to 'src/devices/sound/ym2151.h')
-rw-r--r--src/devices/sound/ym2151.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ym2151.h b/src/devices/sound/ym2151.h
index 7c0f4ee6428..fd0c6afca54 100644
--- a/src/devices/sound/ym2151.h
+++ b/src/devices/sound/ym2151.h
@@ -260,6 +260,7 @@ private:
uint8_t m_lastreg;
devcb_write_line m_irqhandler;
devcb_write8 m_portwritehandler;
+ bool m_reset_active;
void init_tables();
void calculate_timers();