#include "driver.h" #include "osdepend.h" #define PCW_BORDER_HEIGHT 8 #define PCW_BORDER_WIDTH 8 #define PCW_NUM_COLOURS 2 #define PCW_DISPLAY_WIDTH 720 #define PCW_DISPLAY_HEIGHT 256 #define PCW_SCREEN_WIDTH (PCW_DISPLAY_WIDTH + (PCW_BORDER_WIDTH<<1)) #define PCW_SCREEN_HEIGHT (PCW_DISPLAY_HEIGHT + (PCW_BORDER_HEIGHT<<1)) extern VIDEO_START( pcw ); extern VIDEO_UPDATE( pcw ); extern PALETTE_INIT( pcw );