summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80x.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/abc80x.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/abc80x.cpp')
-rw-r--r--src/mame/drivers/abc80x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/abc80x.cpp b/src/mame/drivers/abc80x.cpp
index 922d01237c5..0bae43ca079 100644
--- a/src/mame/drivers/abc80x.cpp
+++ b/src/mame/drivers/abc80x.cpp
@@ -1113,7 +1113,7 @@ MACHINE_CONFIG_START(abc800_state::common)
SOFTWARE_LIST(config, "hdd_list").set_original("abc800_hdd");
// quickload
- MCFG_QUICKLOAD_ADD("quickload", abc800_state, bac, "bac", 2)
+ MCFG_QUICKLOAD_ADD("quickload", abc800_state, bac, "bac", attotime::from_seconds(2))
MACHINE_CONFIG_END