summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/timex.c
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-09-25 19:29:58 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-09-25 19:29:58 +0000
commitcbad1cc7bc7c3ff4aec170ccb7a77dca99007d33 (patch)
tree26947590803af2eb5877197581144675f2075519 /src/mess/drivers/timex.c
parentf7dc8b81a34c979fea983f67d299bc8afd048136 (diff)
(MESS) spectrum carts too. nw.
Diffstat (limited to 'src/mess/drivers/timex.c')
-rw-r--r--src/mess/drivers/timex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mess/drivers/timex.c b/src/mess/drivers/timex.c
index d64309dbe28..a91a906775b 100644
--- a/src/mess/drivers/timex.c
+++ b/src/mess/drivers/timex.c
@@ -736,7 +736,9 @@ static MACHINE_CONFIG_DERIVED( ts2068, spectrum_128 )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
/* cartridge */
- MCFG_CARTSLOT_MODIFY("cart")
+ MCFG_DEVICE_REMOVE("cartslot")
+
+ MCFG_CARTSLOT_ADD("cart")
MCFG_CARTSLOT_EXTENSION_LIST("dck")
MCFG_CARTSLOT_NOT_MANDATORY
MCFG_CARTSLOT_LOAD(spectrum_state,timex_cart)