diff options
author | 2011-02-28 09:27:05 +0000 | |
---|---|---|
committer | 2011-02-28 09:27:05 +0000 | |
commit | 9ef0bcf8f2cb40d88ee35567d1850f41812b5bb4 (patch) | |
tree | b8d40ccf79f4f7845c1fd99233e8270be0b031a8 /src/emu/machine/x76f041.c | |
parent | 173642d46ca44e7c930f9fe88e0e828ec27ffa21 (diff) |
Cleanups and version bump.mame0141u3
Diffstat (limited to 'src/emu/machine/x76f041.c')
-rw-r--r-- | src/emu/machine/x76f041.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/x76f041.c b/src/emu/machine/x76f041.c index 9da2a847728..6844c2ac507 100644 --- a/src/emu/machine/x76f041.c +++ b/src/emu/machine/x76f041.c @@ -335,7 +335,7 @@ void x76f041_device::scl_1() byte = 0; break; } - + bit = 0; shift = 0; } |