From a23412776f8c17333ac8884a8ec14fd50c3568f3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 9 May 2012 10:47:21 +0000 Subject: display stub --- dcpu16.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dcpu16.h b/dcpu16.h index 5f8b5ad..87fa8c2 100644 --- a/dcpu16.h +++ b/dcpu16.h @@ -53,8 +53,11 @@ struct context { unsigned int manu; void (*cb)(struct context *); } dev[MEMSZ]; - int ndev; - int proglen; + unsigned short ndev; + unsigned short proglen; + unsigned short screen; + unsigned short font; + unsigned short palette; }; /* display: 32x12 (128x96) + 16 pixel boarder, font 8x4 */ -- cgit v1.2.3