summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmv.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-02-06 17:40:55 +1100
committer Vas Crabb <vas@vastheman.com>2019-02-06 17:40:55 +1100
commit8b0a5fa2a6e3454a13ba52d46f1724840706268d (patch)
tree40719608405fdf90ca753b8da630403610bfaa17 /src/mame/drivers/dmv.cpp
parente12e17ce8553d0e5fb1d8fe1e0e25a600cc88ca0 (diff)
Make the delay for snapshot/quickload an attotime, and allow implicit zero. Removing the MCFG macros properly requires changing the pattern for the delegates. (nw)
Diffstat (limited to 'src/mame/drivers/dmv.cpp')
-rw-r--r--src/mame/drivers/dmv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dmv.cpp b/src/mame/drivers/dmv.cpp
index d2e95134727..d53d64d9786 100644
--- a/src/mame/drivers/dmv.cpp
+++ b/src/mame/drivers/dmv.cpp
@@ -881,7 +881,7 @@ MACHINE_CONFIG_START(dmv_state::dmv)
SOFTWARE_LIST(config, "flop_list").set_original("dmv");
- MCFG_QUICKLOAD_ADD("quickload", dmv_state, dmv, "com,cpm", 3)
+ MCFG_QUICKLOAD_ADD("quickload", dmv_state, dmv, "com,cpm", attotime::from_seconds(3))
MACHINE_CONFIG_END