diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/devices/bus/sat_ctrl/analog.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/devices/bus/sat_ctrl/analog.cpp')
-rw-r--r-- | src/devices/bus/sat_ctrl/analog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/analog.cpp b/src/devices/bus/sat_ctrl/analog.cpp index ab1d75292fd..32cf2092385 100644 --- a/src/devices/bus/sat_ctrl/analog.cpp +++ b/src/devices/bus/sat_ctrl/analog.cpp @@ -120,4 +120,3 @@ UINT8 saturn_analog_device::read_ctrl(UINT8 offset) } return res; } - |