summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prestige.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-18 19:38:29 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-18 19:38:29 +0100
commitccd5479997afeddedd133fe2baaac47247ef41da (patch)
tree963c10e49018cc44bdcbd530cb0bcc23ab2649f6 /src/mame/drivers/prestige.cpp
parent6d6e27438ec7944de7bbce809507bfe2181d00d8 (diff)
mame\drivers: minor MCFG and MACHINE_CONFIG macros removal (nw)
Diffstat (limited to 'src/mame/drivers/prestige.cpp')
-rw-r--r--src/mame/drivers/prestige.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/prestige.cpp b/src/mame/drivers/prestige.cpp
index 0537cd07768..de06047e6b3 100644
--- a/src/mame/drivers/prestige.cpp
+++ b/src/mame/drivers/prestige.cpp
@@ -764,7 +764,7 @@ MACHINE_CONFIG_START(prestige_state::prestige_base)
PALETTE(config, "palette", FUNC(prestige_state::prestige_palette), 2);
/* cartridge */
- MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "genius_cart")
+ GENERIC_CARTSLOT(config, m_cart, generic_plain_slot, "genius_cart");
/* internal ram */
RAM(config, RAM_TAG).set_default_size("32K").set_extra_options("64K");