From c7dd78e90df4a22dea39369657f62ca765c08034 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 19 Apr 2002 14:12:31 +0000 Subject: Tetris! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@148 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/uibasic.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'uisimulator/uibasic.c') diff --git a/uisimulator/uibasic.c b/uisimulator/uibasic.c index 35b4b2d0f2..f1bb42f202 100644 --- a/uisimulator/uibasic.c +++ b/uisimulator/uibasic.c @@ -223,20 +223,7 @@ screenhack (Display *the_dpy, Window the_window) Logf("Rockbox will kill ya!"); - lcd_position(0, 6, 0); - lcd_string( "Rock the box"); - - lcd_position(8, 24, 0); - lcd_string( "Roolz" ); - - lcd_update(); - - while (1) { - /* deal with input here */ - - XSync (dpy, False); - screenhack_handle_events (dpy); - } + tetris(); } void screen_redraw() -- cgit v1.2.3