summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sbus/cgsix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sbus/cgsix.h')
-rw-r--r--src/devices/bus/sbus/cgsix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/sbus/cgsix.h b/src/devices/bus/sbus/cgsix.h
index 4e3302799c1..3bee124d229 100644
--- a/src/devices/bus/sbus/cgsix.h
+++ b/src/devices/bus/sbus/cgsix.h
@@ -17,6 +17,9 @@
class sbus_cgsix_device : public device_t, public device_sbus_card_interface
{
+public:
+ static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
+
protected:
// construction/destruction
sbus_cgsix_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, const uint32_t vram_size)
@@ -42,7 +45,6 @@ protected:
DECLARE_READ32_MEMBER(fbc_r);
DECLARE_WRITE32_MEMBER(fbc_w);
-protected:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint8_t perform_rasterop(uint8_t src, uint8_t dst);
void handle_font_poke();