diff options
author | 2018-03-03 18:18:08 +0100 | |
---|---|---|
committer | 2018-03-04 04:18:08 +1100 | |
commit | 3b923d59ccb8d2d8e386392518450006f8e644fe (patch) | |
tree | 73c48568e76d69edbde9f96a3f57d173dd05a747 /src/devices/machine/vrc4373.cpp | |
parent | 25472091b626bd01ef47f11389a4b2ebe0fc0008 (diff) |
destaticify initializations (nw) (#3289)
* destaticify initializations (nw)
* fix this->set_screen (nw)
Diffstat (limited to 'src/devices/machine/vrc4373.cpp')
-rw-r--r-- | src/devices/machine/vrc4373.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/vrc4373.cpp b/src/devices/machine/vrc4373.cpp index aaf2ff937d7..a2d448998f7 100644 --- a/src/devices/machine/vrc4373.cpp +++ b/src/devices/machine/vrc4373.cpp @@ -285,11 +285,6 @@ void vrc4373_device::reset_all_mappings() pci_device::reset_all_mappings(); } -void vrc4373_device::set_cpu_tag(const char *_cpu_tag) -{ - LOGNILE("set_cpu_tag\n"); - cpu_tag = _cpu_tag; -} // PCI bus control READ32_MEMBER (vrc4373_device::pcictrl_r) { |