summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/t6963c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/t6963c.h')
-rw-r--r--src/devices/video/t6963c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/t6963c.h b/src/devices/video/t6963c.h
index 33b748e38c3..aaaeb7c3e57 100644
--- a/src/devices/video/t6963c.h
+++ b/src/devices/video/t6963c.h
@@ -45,7 +45,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- static constexpr feature_type unemulated_features() { return feature::GRAPHICS; }
+ static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
protected:
// device-specific overrides