From 9ef0bcf8f2cb40d88ee35567d1850f41812b5bb4 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 28 Feb 2011 09:27:05 +0000 Subject: Cleanups and version bump. --- src/emu/machine/x76f100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine/x76f100.c') 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) { -- cgit v1.2.3-70-g09d2