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/x76f100.c | |
parent | 173642d46ca44e7c930f9fe88e0e828ec27ffa21 (diff) |
Cleanups and version bump.mame0141u3
Diffstat (limited to 'src/emu/machine/x76f100.c')
-rw-r--r-- | src/emu/machine/x76f100.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/x76f100.c b/src/emu/machine/x76f100.c index cfa436758a7..222a8d540f6 100644 --- a/src/emu/machine/x76f100.c +++ b/src/emu/machine/x76f100.c @@ -183,7 +183,7 @@ void x76f100_device::scl_0() sdar = shift & 1; shift >>= 1; bit++; - + if(bit == 8) { bit = 0; byte++; @@ -265,7 +265,7 @@ void x76f100_device::scl_1() } } break; - + case STATE_READ_DATA: if(bit < 8) { if(bit == 0) { |