summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/saitek_osa/sparc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/saitek_osa/sparc.h')
-rw-r--r--src/devices/bus/saitek_osa/sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/saitek_osa/sparc.h b/src/devices/bus/saitek_osa/sparc.h
index 64db94562f5..6cc3fcea950 100644
--- a/src/devices/bus/saitek_osa/sparc.h
+++ b/src/devices/bus/saitek_osa/sparc.h
@@ -22,6 +22,8 @@ public:
// construction/destruction
saitekosa_sparc_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ static constexpr feature_type unemulated_features() { return feature::COMMS; }
+
// from host
virtual u8 data_r() override;