diff options
| author | 2015-01-28 09:20:10 +0100 | |
|---|---|---|
| committer | 2015-01-28 09:20:10 +0100 | |
| commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
| tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/emu/bus/vcs/dpc.c | |
| parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) | |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/bus/vcs/dpc.c')
| -rw-r--r-- | src/emu/bus/vcs/dpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/vcs/dpc.c b/src/emu/bus/vcs/dpc.c index f701a531ebe..f802926ea09 100644 --- a/src/emu/bus/vcs/dpc.c +++ b/src/emu/bus/vcs/dpc.c @@ -37,7 +37,7 @@ void dpc_device::device_start() save_item(NAME(m_df[i].music_mode), i); save_item(NAME(m_df[i].osc_clk), i); } - + save_item(NAME(m_movamt)); save_item(NAME(m_latch_62)); save_item(NAME(m_latch_64)); |
