#ifndef __UI__
#define __UI__

void ui (UBYTE *screen);

/* generic functions for all display routines */
void Atari_DisplayScreen(UBYTE *);
int Atari_Keyboard (void);

#endif
