summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/catseye.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-28 17:09:19 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-28 17:09:19 +1100
commitb4207e7b357b96c8e489ebcc7d82fc8026967bee (patch)
tree6bbefb9bbde07ec13a10b0e3a7d51eca7686213a /src/devices/video/catseye.h
parent159265d832f2cc6f63dfe2a321ae246a963355d7 (diff)
parentc6150e754289e07af2579c40cbc53d06115b9d8a (diff)
Merge tag 'mame0204'
MAME 0.204
Diffstat (limited to 'src/devices/video/catseye.h')
-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 63f7604a892..0ba53675ac6 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);