summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/v53.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/nec/v53.h')
-rw-r--r--src/devices/cpu/nec/v53.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/nec/v53.h b/src/devices/cpu/nec/v53.h
index 981ac0b733a..1c45a3cbc89 100644
--- a/src/devices/cpu/nec/v53.h
+++ b/src/devices/cpu/nec/v53.h
@@ -192,6 +192,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(dreq3_w);
DECLARE_WRITE_LINE_MEMBER(hack_w);
+ void v53_internal_port_map(address_map &map);
protected:
v53_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, offs_t fetch_xor, uint8_t prefetch_size, uint8_t prefetch_cycles, uint32_t chip_type);