summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/psx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/psx.h')
-rw-r--r--src/devices/video/psx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/psx.h b/src/devices/video/psx.h
index cd7928c1c99..e80c21319bd 100644
--- a/src/devices/video/psx.h
+++ b/src/devices/video/psx.h
@@ -61,6 +61,8 @@ public:
void dma_write( uint32_t *ram, uint32_t n_address, int32_t n_size );
void lightgun_set( int, int );
+ static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
+
protected:
static constexpr unsigned MAX_LEVEL = 32;
static constexpr unsigned MID_LEVEL = (MAX_LEVEL / 2) << 8;