summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tiaintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tiaintf.cpp')
-rw-r--r--src/devices/sound/tiaintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tiaintf.cpp b/src/devices/sound/tiaintf.cpp
index f2158d8941b..ea473c535c0 100644
--- a/src/devices/sound/tiaintf.cpp
+++ b/src/devices/sound/tiaintf.cpp
@@ -5,7 +5,7 @@
#include "tiasound.h"
// device type definition
-const device_type TIA = &device_creator<tia_device>;
+const device_type TIA = device_creator<tia_device>;
//**************************************************************************