summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rmnimbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rmnimbus.h')
-rw-r--r--src/mame/includes/rmnimbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rmnimbus.h b/src/mame/includes/rmnimbus.h
index 0a31b41fb08..453051d8713 100644
--- a/src/mame/includes/rmnimbus.h
+++ b/src/mame/includes/rmnimbus.h
@@ -80,6 +80,8 @@ public:
{
}
+ static constexpr feature_type imperfect_features() { return feature::MOUSE; }
+
required_device<i80186_cpu_device> m_maincpu;
required_device<msm5205_device> m_msm;
required_device<scsi_port_device> m_scsibus;