mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
saitek_osa sparc: add unemulated device warning flag (picked one that makes the most sense)
This commit is contained in:
parent
52615c0aca
commit
6caf777464
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user