16a17
> #endif	ASSEMBLY
18c19
< 	/* offset from display memory to writable control store */
---
> /* offset from display memory to writable control store */
20d20
< #endif	ASSEMBLY
57a58
> #define GP_PGSF		0x800F          /* page_select_fill */
59a61
> #define GP_TEXT		0x8012          /* text */
61,63d62
< #ifdef COLOR
< #define GP_SLUT		0x8020		/* set_lookup */
< #define GP_SCOLOR	0x8021		/* set_color */
65,66d63
< #define LUTSIZE		16		/* look-up table size */
< #endif COLOR
68d64
< 
73,74c69,70
< #define DISPM_START  0x0		/* virtual address of display */
< #define DISPM_END    0x0
---
> #define DISPM_START  0x000000		/* virtual address of display */
> #define DISPM_END    0x080000
95a92
> #define	GP_FLUSHVTPRI	4
