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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/nec/v53.h b/src/devices/cpu/nec/v53.h
index c91a264bbf6..fab17150500 100644
--- a/src/devices/cpu/nec/v53.h
+++ b/src/devices/cpu/nec/v53.h
@@ -107,7 +107,7 @@
-class v53_base_device : public nec_common_device
+class v53_base_device : public v33_base_device
{
public:
DECLARE_WRITE8_MEMBER(BSEL_w);
@@ -191,7 +191,7 @@ public:
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, uint8_t prefetch_size, uint8_t prefetch_cycles, uint32_t chip_type);
+ v53_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
// device-level overrides
virtual void device_add_mconfig(machine_config &config) override;