summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/boot_kof2k2.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-06-12 18:28:13 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2017-06-12 18:28:13 +0200
commit1e059434c3a5cdccb00b0fdaff73dcfbc1a5fc9c (patch)
treea49186f7db5a27ebea3fcbf8fd3b950bcc50b126 /src/devices/bus/neogeo/boot_kof2k2.h
parent9c66b2fe150dc7e0af5d4b145282a905aad2b99d (diff)
device_add_mconfig up to devices/bus/o* (nw)
Diffstat (limited to 'src/devices/bus/neogeo/boot_kof2k2.h')
-rw-r--r--src/devices/bus/neogeo/boot_kof2k2.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/devices/bus/neogeo/boot_kof2k2.h b/src/devices/bus/neogeo/boot_kof2k2.h
index 6faf1bdbfe3..f7b926a4a2a 100644
--- a/src/devices/bus/neogeo/boot_kof2k2.h
+++ b/src/devices/bus/neogeo/boot_kof2k2.h
@@ -24,7 +24,9 @@ public:
virtual void decrypt_all(DECRYPT_ALL_PARAMS) override;
virtual int get_fixed_bank_type() override { return 0; }
- virtual machine_config_constructor device_mconfig_additions() const override;
+
+protected:
+ virtual void device_add_mconfig(machine_config &config) override;
private:
required_device<cmc_prot_device> m_cmc_prot;
@@ -46,7 +48,9 @@ public:
virtual void decrypt_all(DECRYPT_ALL_PARAMS) override;
virtual int get_fixed_bank_type() override { return 0; }
- virtual machine_config_constructor device_mconfig_additions() const override;
+
+protected:
+ virtual void device_add_mconfig(machine_config &config) override;
private:
required_device<cmc_prot_device> m_cmc_prot;
@@ -67,7 +71,9 @@ public:
virtual void decrypt_all(DECRYPT_ALL_PARAMS) override;
virtual int get_fixed_bank_type() override { return 0; }
- virtual machine_config_constructor device_mconfig_additions() const override;
+
+protected:
+ virtual void device_add_mconfig(machine_config &config) override;
private:
required_device<cmc_prot_device> m_cmc_prot;