diff options
author | 2018-11-28 17:09:19 +1100 | |
---|---|---|
committer | 2018-11-28 17:09:19 +1100 | |
commit | b4207e7b357b96c8e489ebcc7d82fc8026967bee (patch) | |
tree | 6bbefb9bbde07ec13a10b0e3a7d51eca7686213a /src/devices/video/catseye.h | |
parent | 159265d832f2cc6f63dfe2a321ae246a963355d7 (diff) | |
parent | c6150e754289e07af2579c40cbc53d06115b9d8a (diff) |
Merge tag 'mame0204'
MAME 0.204
Diffstat (limited to 'src/devices/video/catseye.h')
-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 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); |