summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.h')
-rw-r--r--src/devices/video/v9938.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/v9938.h b/src/devices/video/v9938.h
index 7644cd724b0..61af83b4ec9 100644
--- a/src/devices/video/v9938.h
+++ b/src/devices/video/v9938.h
@@ -110,6 +110,7 @@ public:
static constexpr int TOP_ERASE = 13;
static constexpr int VERTICAL_SYNC = 3;
+ void memmap(address_map &map);
protected:
// construction/destruction
v99x8_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int model);