summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/upd1771.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/upd1771.h')
-rw-r--r--src/mess/audio/upd1771.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/audio/upd1771.h b/src/mess/audio/upd1771.h
index c3f0fa2b04c..0395519bee7 100644
--- a/src/mess/audio/upd1771.h
+++ b/src/mess/audio/upd1771.h
@@ -27,7 +27,7 @@ public:
~upd1771c_device() {}
template<class _Object> static devcb2_base &set_ack_handler(device_t &device, _Object object) { return downcast<upd1771c_device &>(device).m_ack_handler.set_callback(object); }
-
+
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
WRITE_LINE_MEMBER( pcm_write );