summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x76f100.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/x76f100.c')
-rw-r--r--src/emu/machine/x76f100.c4
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) {