summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/at.h')
-rw-r--r--src/mame/machine/at.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/at.h b/src/mame/machine/at.h
index 3eac37f4355..9a0797deaab 100644
--- a/src/mame/machine/at.h
+++ b/src/mame/machine/at.h
@@ -87,7 +87,7 @@ private:
uint8_t m_nmi_enabled;
};
-extern const device_type AT_MB;
+DECLARE_DEVICE_TYPE(AT_MB, at_mb_device)
MACHINE_CONFIG_EXTERN(at_softlists);