summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-27 20:06:18 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-27 20:06:18 +1100
commitfbdd163d0c57f14e38edd1f79d63136cee79f77d (patch)
tree4edce584e85ceb054fd6cbe19fe2cacd04738ed4
parentce3306d31d50964225c9cc8a3e723ffe35a67495 (diff)
catseye: flag imperfect graphics due to unimplemented accelerated drawing features (nw)
-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);