X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Fport_config.h;h=6958c1b3d8b1987ff3ec8650307b6cacfe3ba0fc;hb=80db44425aa5b46185fb9a64520f4b6f5d494ba5;hp=dcd503261f5ccb6887939d61613c8e6ea5c03950;hpb=1820b5a7a18fc8c37dddb2ab88159e513ceb3b16;p=picodrive.git diff --git a/platform/psp/port_config.h b/platform/psp/port_config.h index dcd5032..6958c1b 100644 --- a/platform/psp/port_config.h +++ b/platform/psp/port_config.h @@ -3,16 +3,18 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H -#define CPU_CALL - // draw.c -#define OVERRIDE_HIGHCOL 0 +#define USE_BGR555 1 +#define OVERRIDE_HIGHCOL 1 // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? #define END_ROW 28 // ..end +#define DRAW2_OVERRIDE_LINE_WIDTH 512 // pico.c +extern void blit1(void); +#define DRAW_FINISH_FUNC blit1 #define CAN_HANDLE_240_LINES 1 // logging emu events