summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8255.h')
-rw-r--r--src/devices/machine/i8255.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8255.h b/src/devices/machine/i8255.h
index 44a4dc72e5f..bd74fe2eb6e 100644
--- a/src/devices/machine/i8255.h
+++ b/src/devices/machine/i8255.h
@@ -142,7 +142,7 @@ public:
// device type definition
DECLARE_DEVICE_TYPE(I8255, i8255_device)
-DECLARE_DEVICE_TYPE(I8255A, i8255_device)
+static auto &I8255A = I8255;
DECLARE_DEVICE_TYPE(AMS40489_PPI, ams40489_ppi_device)
#endif // MAME_MACHINE_I8255_H