summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lviv.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/lviv.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/lviv.cpp')
-rw-r--r--src/mame/drivers/lviv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lviv.cpp b/src/mame/drivers/lviv.cpp
index ac4f23058f4..4796b5ab7db 100644
--- a/src/mame/drivers/lviv.cpp
+++ b/src/mame/drivers/lviv.cpp
@@ -462,7 +462,7 @@ MACHINE_CONFIG_START(lviv_state::lviv)
SPEAKER_SOUND(config, "speaker").add_route(ALL_OUTPUTS, "mono", 0.50);
/* snapshot */
- MCFG_SNAPSHOT_ADD("snapshot", lviv_state, lviv, "sav", 0)
+ MCFG_SNAPSHOT_ADD("snapshot", lviv_state, lviv, "sav")
CASSETTE(config, m_cassette);
m_cassette->set_formats(lviv_lvt_format);