aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/vga.h')
-rw-r--r--simon/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.h b/simon/vga.h
index 22cdb6db0d..0b522ac9bb 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -112,7 +112,7 @@ struct VC10_state {
byte *surf_addr;
uint surf_pitch;
- byte dl, dh;
+ uint16 dl, dh;
const byte *depack_src;
int8 depack_cont;