mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
catseye: flag imperfect graphics due to unimplemented accelerated drawing features (nw)
This commit is contained in:
parent
ce3306d31d
commit
fbdd163d0c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user