diff options
author | 2019-07-24 14:09:39 +0700 | |
---|---|---|
committer | 2019-07-24 14:09:39 +0700 | |
commit | 6cfda151bda9af61561a33e15ec1090792ed9442 (patch) | |
tree | 433d983b81eaf84f0363ac48af2cefa6b10406a6 | |
parent | c54d312234c1a923af41921ad46945cdf78f56a5 (diff) |
v5x: derives from v30 not v33 (nw)
-rw-r--r-- | src/devices/cpu/nec/v5x.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/nec/v5x.cpp b/src/devices/cpu/nec/v5x.cpp index bed8b42bc73..aecc62128c8 100644 --- a/src/devices/cpu/nec/v5x.cpp +++ b/src/devices/cpu/nec/v5x.cpp @@ -298,8 +298,6 @@ void v50_device::install_peripheral_io() void v50_device::internal_port_map(address_map &map) { - v33_internal_port_map(map); - map(0xfff0, 0xfff0).w(FUNC(v50_device::TCKS_w)); map(0xfff2, 0xfff2).w(FUNC(v50_device::RFC_w)); |