From ad9bc17c8ecab1f0bbd26f2270d4d396f4bc5e52 Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 1 Jun 2015 23:29:55 +0200 Subject: switch fifos conin,conout --- avr/z180-serv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avr/z180-serv.c') diff --git a/avr/z180-serv.c b/avr/z180-serv.c index af1d8e0..7193495 100644 --- a/avr/z180-serv.c +++ b/avr/z180-serv.c @@ -491,6 +491,9 @@ int msg_handling(int state) pending = (Stat & S_MSG_PENDING) != 0; Stat &= ~S_MSG_PENDING; } +/* + * TODO: if pending but no message chr --> special condition. ie init,... + */ if (pending) { switch (state) { -- cgit v1.2.3