/* ** Author: D Smethurst ** File : screen.h ** Desc : macros for psx prog */ #include /* Vid mode to use on psx */ #define VID_MODE MODE_PAL /* Width & Height of screen area */ #define SCREEN_W 320 #define SCREEN_H 256