summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nes_vt_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nes_vt_soc.h')
-rw-r--r--src/mame/machine/nes_vt_soc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/nes_vt_soc.h b/src/mame/machine/nes_vt_soc.h
index c6695ecf812..18efbcb993f 100644
--- a/src/mame/machine/nes_vt_soc.h
+++ b/src/mame/machine/nes_vt_soc.h
@@ -7,6 +7,7 @@
#pragma once
#include "cpu/m6502/n2a03.h"
+#include "sound/nes_apu_vt.h"
#include "machine/m6502_vtscr.h"
#include "machine/m6502_swap_op_d5_d6.h"
#include "video/ppu2c0x_vt.h"
@@ -67,7 +68,7 @@ protected:
required_device<cpu_device> m_maincpu;
required_device<screen_device> m_screen;
required_device<ppu_vt03_device> m_ppu;
- required_device<nesapu_device> m_apu;
+ required_device<nes_apu_vt_device> m_apu;
void nes_vt_map(address_map& map);