diff options
author | 2016-10-23 22:35:45 +1100 | |
---|---|---|
committer | 2016-10-23 22:36:24 +1100 | |
commit | 129c0feeed5e3d66e489f3445f4390cd139658aa (patch) | |
tree | ffb0dac37430c2dc1e005b4f9e66d5911337e882 /src/devices/cpu/m68000 | |
parent | f1fefd70559e5ce405ddf74f387e372727c34963 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/cpu/m68000')
-rw-r--r-- | src/devices/cpu/m68000/m68kcpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68kcpu.cpp b/src/devices/cpu/m68000/m68kcpu.cpp index 63a90d59dbe..9a08cf5f101 100644 --- a/src/devices/cpu/m68000/m68kcpu.cpp +++ b/src/devices/cpu/m68000/m68kcpu.cpp @@ -1063,7 +1063,7 @@ void m68000_base_device::state_import(const device_state_entry &entry) case STATE_GENPC: ppc = pc; break; - + case STATE_GENPCBASE: pc = ppc; break; |