summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sn74s262.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sn74s262.h')
-rw-r--r--src/devices/video/sn74s262.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/video/sn74s262.h b/src/devices/video/sn74s262.h
index 5a42a981f99..1fb22d24bf1 100644
--- a/src/devices/video/sn74s262.h
+++ b/src/devices/video/sn74s262.h
@@ -31,7 +31,8 @@
// ======================> sn74s262_device
-class sn74s262_device : public device_t
+class sn74s262_device : public device_t,
+ public device_gfx_interface
{
public:
// construction/destruction
@@ -49,6 +50,9 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
private:
+ static const gfx_layout charlayout;
+ DECLARE_GFXDECODE_MEMBER(gfxinfo);
+
required_region_ptr<uint8_t> m_char_rom;
};