diff options
author | 2016-07-27 09:26:22 +0200 | |
---|---|---|
committer | 2016-07-27 09:26:22 +0200 | |
commit | 4887ce18443a51fd2a861da959082ad346ff4ee2 (patch) | |
tree | f21e5096b569bff399a6e03c09715502ef859c34 /src/devices/machine/pdc.cpp | |
parent | 385f433cf4f7c3a2fa6012536a479de6ddddc68a (diff) |
Cleanups and version bump
Diffstat (limited to 'src/devices/machine/pdc.cpp')
-rw-r--r-- | src/devices/machine/pdc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/pdc.cpp b/src/devices/machine/pdc.cpp index b993531a14b..f5a75d87f72 100644 --- a/src/devices/machine/pdc.cpp +++ b/src/devices/machine/pdc.cpp @@ -324,7 +324,6 @@ pdc_device::pdc_device(const machine_config &mconfig, const char *tag, device_t void pdc_device::device_start() { - /* Save States */ save_item(NAME(reg_p0)); save_item(NAME(reg_p1)); |