X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2Fdraw.c;h=66814abd0a6314742c0ef6911907612f65ac641d;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=48908d8335efda380f8a031d62a108f3d1cfc8a6;hpb=7a961c19baab782879b7428e9a467113603b31c1;p=picodrive.git diff --git a/pico/32x/draw.c b/pico/32x/draw.c index 48908d8..66814ab 100644 --- a/pico/32x/draw.c +++ b/pico/32x/draw.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2009,2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" int (*PicoScan32xBegin)(unsigned int num); @@ -308,7 +315,7 @@ void PicoDraw32xSetFrameMode(int is_on, int only_32x) if (is_on) { // use the same layout as alt renderer - PicoDrawSetInternalBuf(PicoDraw2FB + 328*8, 328); + PicoDrawSetInternalBuf(PicoDraw2FB, 328); Pico32xDrawMode = only_32x ? PDM32X_32X_ONLY : PDM32X_BOTH; } else { PicoDrawSetInternalBuf(NULL, 0);