summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/phoenix.cpp')
-rw-r--r--src/mame/audio/phoenix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/phoenix.cpp b/src/mame/audio/phoenix.cpp
index 00fba614a46..6f057b194d3 100644
--- a/src/mame/audio/phoenix.cpp
+++ b/src/mame/audio/phoenix.cpp
@@ -48,10 +48,10 @@
-DEFINE_DEVICE_TYPE(PHOENIX, phoenix_sound_device, "phoenix_sound", "Phoenix Custom Sound")
+DEFINE_DEVICE_TYPE(PHOENIX_SOUND, phoenix_sound_device, "phoenix_sound", "Phoenix Custom Sound")
phoenix_sound_device::phoenix_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, PHOENIX, tag, owner, clock)
+ : device_t(mconfig, PHOENIX_SOUND, tag, owner, clock)
, device_sound_interface(mconfig, *this)
{
}