Removed blank lines and bad debug stuff

This commit is contained in:
Joel Sherrill
1998-06-22 10:15:14 +00:00
parent e4acf68ace
commit 547de5d956

View File

@@ -120,12 +120,10 @@ void console_outbyte_polled(
while ( !(MC68681_READ(DUART_ADDR, status) & MC68681_TX_READY) ){
if (t == 0) {
Debug_Entry( 0x8000 );
t++;
}
}
Debug_Entry( 0x9000 );
MC68681_WRITE(DUART_ADDR, data, ch);
}
@@ -181,21 +179,3 @@ int console_inbyte_nonblocking( int port )
return MC68681_READ(DUART_ADDR, data);
}