summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/saitek_osa/maestroa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/saitek_osa/maestroa.h')
-rw-r--r--src/devices/bus/saitek_osa/maestroa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/saitek_osa/maestroa.h b/src/devices/bus/saitek_osa/maestroa.h
index 11bb1a26711..35b5744f07d 100644
--- a/src/devices/bus/saitek_osa/maestroa.h
+++ b/src/devices/bus/saitek_osa/maestroa.h
@@ -13,6 +13,8 @@
#include "expansion.h"
+DECLARE_DEVICE_TYPE(OSA_MAESTROA, saitekosa_maestroa_device)
+
class saitekosa_maestroa_device : public device_t, public device_saitekosa_expansion_interface
{
@@ -52,6 +54,4 @@ private:
};
-DECLARE_DEVICE_TYPE(OSA_MAESTROA, saitekosa_maestroa_device)
-
#endif // MAME_BUS_SAITEKOSA_MAESTROA_H