saitek_osa sparc: add unemulated device warning flag (picked one that makes the most sense)

This commit is contained in:
hap 2021-05-25 14:10:03 +02:00
parent 52615c0aca
commit 6caf777464

View File

@ -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;