summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8_port.cpp')
-rw-r--r--src/devices/cpu/h8/h8_port.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/cpu/h8/h8_port.cpp b/src/devices/cpu/h8/h8_port.cpp
index 09a86fe4546..e85a0884f02 100644
--- a/src/devices/cpu/h8/h8_port.cpp
+++ b/src/devices/cpu/h8/h8_port.cpp
@@ -11,13 +11,6 @@ h8_port_device::h8_port_device(const machine_config &mconfig, const char *tag, d
{
}
-void h8_port_device::set_info(int address, uint8_t default_ddr, uint8_t mask)
-{
- m_address = address;
- m_default_ddr = default_ddr;
- m_mask = mask;
-}
-
void h8_port_device::ddr_w(uint8_t data)
{
// logerror("ddr_w %02x\n", data);