summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/nes_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/nes_apu.h')
-rw-r--r--src/devices/sound/nes_apu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/nes_apu.h b/src/devices/sound/nes_apu.h
index 1a20e354331..90a48d50b0e 100644
--- a/src/devices/sound/nes_apu.h
+++ b/src/devices/sound/nes_apu.h
@@ -39,12 +39,6 @@
* processor, as each is shared.
*/
-#define MCFG_NES_APU_IRQ_HANDLER(_devcb) \
- downcast<nesapu_device &>(*device).set_irq_handler(DEVCB_##_devcb);
-
-#define MCFG_NES_APU_MEM_READ_CALLBACK(_devcb) \
- downcast<nesapu_device &>(*device).set_mem_read_callback(DEVCB_##_devcb);
-
class nesapu_device : public device_t,
public device_sound_interface
{