summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/gb.cpp')
-rw-r--r--src/devices/sound/gb.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/sound/gb.cpp b/src/devices/sound/gb.cpp
index 163ce8e1879..ef06c7a84da 100644
--- a/src/devices/sound/gb.cpp
+++ b/src/devices/sound/gb.cpp
@@ -71,10 +71,10 @@ const int gameboy_sound_device::wave_duty_table[4][8] =
};
// device type definitions
-const device_type DMG_APU = &device_creator<dmg_apu_device>;
-//const device_type CGB02_APU = &device_creator<cgb02_apu_device>;
-const device_type CGB04_APU = &device_creator<cgb04_apu_device>;
-//const device_type CGB05_APU = &device_creator<cgb05_apu_device>;
+const device_type DMG_APU = device_creator<dmg_apu_device>;
+//const device_type CGB02_APU = device_creator<cgb02_apu_device>;
+const device_type CGB04_APU = device_creator<cgb04_apu_device>;
+//const device_type CGB05_APU = device_creator<cgb05_apu_device>;
//**************************************************************************
// LIVE DEVICE