diff options
author | 2022-01-15 04:15:55 +0200 | |
---|---|---|
committer | 2022-01-14 21:15:55 -0500 | |
commit | 586478a3d3341122f8d15a29ad1ef1038c73050d (patch) | |
tree | 00f945f197d013c3311d623c10191a8b2eb8e8ff /src/devices/machine/genpc.h | |
parent | 63a372ddf587267f18f840854babcb5542c3fca8 (diff) |
Add IBM PC RAM switches (#9130)
Diffstat (limited to 'src/devices/machine/genpc.h')
-rw-r--r-- | src/devices/machine/genpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/genpc.h b/src/devices/machine/genpc.h index ed38987b6cd..84c49159fcc 100644 --- a/src/devices/machine/genpc.h +++ b/src/devices/machine/genpc.h @@ -154,6 +154,7 @@ protected: // optional information overrides virtual void device_add_mconfig(machine_config &config) override; + virtual ioport_constructor device_input_ports() const override; private: required_device<cassette_image_device> m_cassette; |