summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/devices/video/catseye.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/catseye.h b/src/devices/video/catseye.h
index 257ae13f3ee..35e3838d406 100644
--- a/src/devices/video/catseye.h
+++ b/src/devices/video/catseye.h
@@ -8,6 +8,8 @@
class catseye_device: public device_t
{
public:
+ static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
+
catseye_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
DECLARE_READ16_MEMBER(vram_r);