summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_sb.h')
-rw-r--r--src/mame/machine/inder_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_sb.h b/src/mame/machine/inder_sb.h
index fff245dd830..70a2ba11070 100644
--- a/src/mame/machine/inder_sb.h
+++ b/src/mame/machine/inder_sb.h
@@ -50,7 +50,7 @@ protected:
virtual void device_reset() override;
private:
- required_device<cpu_device> m_audiocpu;
+ required_device<z80_device> m_audiocpu;
required_device<z80ctc_device> m_ctc;
required_region_ptr<uint8_t> m_audiocpu_rom;
required_memory_bank m_sounddata_bank;