summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6272.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6272.h')
-rw-r--r--src/devices/video/huc6272.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/huc6272.h b/src/devices/video/huc6272.h
index 8d7f0583600..8380482f38b 100644
--- a/src/devices/video/huc6272.h
+++ b/src/devices/video/huc6272.h
@@ -27,6 +27,8 @@ class huc6272_device : public device_t,
public device_memory_interface
{
public:
+ static constexpr feature_type imperfect_features() { return feature::SOUND | feature::GRAPHICS; } // Incorrect ADPCM and Graphics
+
// construction/destruction
huc6272_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);