diff options
author | 2018-11-27 20:06:18 +1100 | |
---|---|---|
committer | 2018-11-27 20:06:18 +1100 | |
commit | fbdd163d0c57f14e38edd1f79d63136cee79f77d (patch) | |
tree | 4edce584e85ceb054fd6cbe19fe2cacd04738ed4 | |
parent | ce3306d31d50964225c9cc8a3e723ffe35a67495 (diff) |
catseye: flag imperfect graphics due to unimplemented accelerated drawing features (nw)
-rw-r--r-- | src/devices/video/catseye.h | 2 |
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); |