clarify PicoDrive's license
[picodrive.git] / pico / 32x / draw.c
index 48908d8..66814ab 100644 (file)
@@ -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);