summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-28 17:57:09 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-28 17:57:09 +0200
commit4fabe40a9318197cc59723e29e947c2209d6e0b4 (patch)
treefbda06b48d4e2849f25df3927249cd1fd4ed6221
parentc80d9c947f72ae603e5096216cb1c9b4e014b840 (diff)
change viewport
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index a3890b6..9b378f2 100644
--- a/screen.c
+++ b/screen.c
@@ -14,7 +14,7 @@ int screen_offset;
int screen_pitch;
-int viewport_x=0, viewport_y=0;
+int viewport_x=32, viewport_y=32;
int viewport_w=512, viewport_h=512;
uint32_t vram_base_phys = 0;