summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spu.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-06 15:21:03 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-06 15:21:03 -0400
commitf5d8c0f5047a3f71d580cced236a0a1031a386d7 (patch)
tree58a5f6e625406788c3f32031aa771f894f50659c /src/devices/sound/spu.h
parent7b7142bcc0b95289c099021668c536cf195928ea (diff)
devcb: Eliminate legacy callback syntax (nw)
Diffstat (limited to 'src/devices/sound/spu.h')
-rw-r--r--src/devices/sound/spu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/spu.h b/src/devices/sound/spu.h
index 15a5a2123d6..1f9af3d5ca6 100644
--- a/src/devices/sound/spu.h
+++ b/src/devices/sound/spu.h
@@ -204,7 +204,6 @@ public:
spu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration helpers
- template <class Object> devcb_base &set_irq_handler(Object &&cb) { return m_irq_handler.set_callback(std::forward<Object>(cb)); }
auto irq_handler() { return m_irq_handler.bind(); }
void dma_read( uint32_t *ram, uint32_t n_address, int32_t n_size );