summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_118.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_118.h')
-rw-r--r--src/devices/bus/cbus/pc9801_118.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_118.h b/src/devices/bus/cbus/pc9801_118.h
index a565e24eded..491179a478c 100644
--- a/src/devices/bus/cbus/pc9801_118.h
+++ b/src/devices/bus/cbus/pc9801_118.h
@@ -42,7 +42,6 @@ protected:
virtual void device_add_mconfig(machine_config &config) override;
virtual ioport_constructor device_input_ports() const override;
virtual const tiny_rom_entry *device_rom_region() const override;
- void install_device(offs_t start, offs_t end, read8_delegate rhandler, write8_delegate whandler);
private:
required_device<pc9801_slot_device> m_bus;