summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tandy1t.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tandy1t.cpp')
-rw-r--r--src/mame/drivers/tandy1t.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tandy1t.cpp b/src/mame/drivers/tandy1t.cpp
index fbd4aadea87..8a14fd740de 100644
--- a/src/mame/drivers/tandy1t.cpp
+++ b/src/mame/drivers/tandy1t.cpp
@@ -62,7 +62,7 @@ void t1000_mb_device::device_start()
{
}
-const device_type T1000_MOTHERBOARD = &device_creator<t1000_mb_device>;
+const device_type T1000_MOTHERBOARD = device_creator<t1000_mb_device>;
class tandy1000_state : public driver_device
{