summaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-26 22:25:23 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-26 22:25:23 +0200
commit4dbe6cfa1aca9ba81a3285975ce47e3ead21fc84 (patch)
tree87badf519b486db38f5ed5e757fe491e0209ca83 /screen.c
parente1520747d8a8cdacfdefdd212da285f36403f493 (diff)
Add more objects
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 40323fe..a3890b6 100644
--- a/screen.c
+++ b/screen.c
@@ -14,6 +14,9 @@ int screen_offset;
int screen_pitch;
+int viewport_x=0, viewport_y=0;
+int viewport_w=512, viewport_h=512;
+
uint32_t vram_base_phys = 0;
uint32_t vram_size = 0;
uint32_t tt_base_phys = 0;