summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80m2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80m2.h')
-rw-r--r--src/mame/includes/trs80m2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/trs80m2.h b/src/mame/includes/trs80m2.h
index 6a799948dc9..43ed53db42b 100644
--- a/src/mame/includes/trs80m2.h
+++ b/src/mame/includes/trs80m2.h
@@ -60,6 +60,8 @@ public:
{
}
+ static constexpr feature_type imperfect_features() { return feature::KEYBOARD; }
+
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_READ8_MEMBER( read );