summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vicdual-97271p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vicdual-97271p.cpp')
-rw-r--r--src/mame/audio/vicdual-97271p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/vicdual-97271p.cpp b/src/mame/audio/vicdual-97271p.cpp
index bf46df5b6e1..1819ef96e90 100644
--- a/src/mame/audio/vicdual-97271p.cpp
+++ b/src/mame/audio/vicdual-97271p.cpp
@@ -17,7 +17,7 @@ for the time being this is a simple sample player based on the work by MASH.
// GLOBAL VARIABLES
//**************************************************************************
-const device_type S97271P = device_creator<s97271p_device>;
+DEFINE_DEVICE_TYPE(S97271P, s97271p_device, "s97271p", "N-Sub Oscillator 97271-P")
/* bit definitions - sound effect drive outputs */
#define S97271P_WARNING 0x01
@@ -91,7 +91,7 @@ MACHINE_CONFIG_END
//-------------------------------------------------
s97271p_device::s97271p_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, S97271P, "N-Sub Oscillator 97271-P", tag, owner, clock, "s97271p", __FILE__),
+ device_t(mconfig, S97271P, tag, owner, clock),
m_samples(*this, "samples")
{
}