From 0dcfb22f1983bf906217ffeba2e5ecd5c140d66b Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Sun, 23 Mar 2014 18:38:48 +0000 Subject: [PATCH] Fixed bug with bottom messages in scanlines mode --- src/computer.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/computer.c b/src/computer.c index f9b1851..cf2752d 100644 --- a/src/computer.c +++ b/src/computer.c @@ -649,14 +649,14 @@ inline void show_screen (int tstados) { ordenador.esc_again=0; } - if (ordenador.osd_time) + if (ordenador.osd_time>1) print_string (ordenador.screenbuffer,ordenador.osd_text, -1,450, 12, 0,ordenador.screen_width); - /*else { + else if (ordenador.osd_time==1){ if (ordenador.zaurus_mini==0) print_string (ordenador.screenbuffer," ",-1, 450, 12, 0,ordenador.screen_width); else print_string (ordenador.screenbuffer," ",-1, 450, 12, 0,ordenador.screen_width); - }*/ + } } if (ordenador.tape_start_countdwn==1) ordenador.tape_stop=0; //Autoplay @@ -896,14 +896,14 @@ inline void show_screen_precision (int tstados) { ordenador.esc_again=0; } - if (ordenador.osd_time) + if (ordenador.osd_time>1) print_string (ordenador.screenbuffer,ordenador.osd_text, -1,450, 12, 0,ordenador.screen_width); - /*else { + else if (ordenador.osd_time==1) { if (ordenador.zaurus_mini==0) print_string (ordenador.screenbuffer," ",-1, 450, 12, 0,ordenador.screen_width); else print_string (ordenador.screenbuffer," ",-1, 450, 12, 0,ordenador.screen_width); - }*/ + } } if (ordenador.tape_start_countdwn==1) ordenador.tape_stop=0; //Autoplay