summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 19:37:32 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 19:37:32 +0100
commit9fe597c242c914173192c6c41806cd18227271db (patch)
tree7ae6f627fffdf25e5840750c1c7b3ad269caa15a /src/mame/drivers
parentd80de5bcfbeb3a08051079fea98cce46e02850fa (diff)
diablo_hd: removed MCFG marco, myb3k_kbd: removed leftover (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/alto2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/alto2.cpp b/src/mame/drivers/alto2.cpp
index 21681a5131a..4bdc14402f9 100644
--- a/src/mame/drivers/alto2.cpp
+++ b/src/mame/drivers/alto2.cpp
@@ -305,7 +305,8 @@ MACHINE_CONFIG_START(alto2_state::alto2)
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
- MCFG_DIABLO_DRIVES_ADD()
+ DIABLO_HD(config, DIABLO_HD_0, 3333333);
+ DIABLO_HD(config, DIABLO_HD_1, 3333333);
MACHINE_CONFIG_END
/* Driver Init */