diff options
author | 2017-06-13 16:47:41 +0200 | |
---|---|---|
committer | 2017-06-13 16:47:41 +0200 | |
commit | 4afaaedddfcc8449d6e2a442fba17a77b1b23656 (patch) | |
tree | 140f0e02d885a0f484c857a3e7cb9324bfbfe70c /src/devices/bus/pofo/hpc102.h | |
parent | ba478477978e35a1597523d51e61642b673ac864 (diff) |
device_add_mconfig up to devices/bus/q* (nw)
Diffstat (limited to 'src/devices/bus/pofo/hpc102.h')
-rw-r--r-- | src/devices/bus/pofo/hpc102.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/pofo/hpc102.h b/src/devices/bus/pofo/hpc102.h index e0ba50074e4..bfe91e9f459 100644 --- a/src/devices/bus/pofo/hpc102.h +++ b/src/devices/bus/pofo/hpc102.h @@ -29,14 +29,14 @@ public: // construction/destruction pofo_hpc102_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - // optional information overrides - virtual machine_config_constructor device_mconfig_additions() const override; - protected: // device-level overrides virtual void device_start() override; virtual void device_reset() override; + // optional information overrides + virtual void device_add_mconfig(machine_config &config) override; + // device_portfolio_expansion_slot_interface overrides bool pdet() override { return 1; } |