• R/O
  • SSH
  • HTTPS

oswanpsp: Commit


Commit MetaInfo

Revision32 (tree)
Zeit2010-05-24 20:02:27
Autorbird_may_nike

Log Message

(empty log message)

Ändern Zusammenfassung

Diff

--- trunc/src/gpu.h (revision 31)
+++ trunc/src/gpu.h (revision 32)
@@ -12,7 +12,6 @@
1212 extern int SprCount;
1313 extern unsigned char MonoModifiedTile[];
1414 extern unsigned char ColorModifiedTile[];
15-extern unsigned short FrameBuffer[];
1615
1716 void gpuInit(void);
1817 void gpuRenderScanLineMono(void);
--- trunc/src/gpu.c (revision 31)
+++ trunc/src/gpu.c (revision 32)
@@ -16,14 +16,14 @@
1616 unsigned long* SprMap;
1717 unsigned long SprTable[128 * 4];
1818 int SprCount;
19-unsigned char TileCache[1024*8*8]; // 8ドット8列
20-unsigned char HflippedTileCache[1024*8*8];
2119 unsigned char MonoModifiedTile[1024]; //512 * 2bank(sorobangu)
2220 unsigned char ColorModifiedTile[1024];
23-unsigned long TransparentTile[1024][8];
24-char LMask[256 + 8];
25-char WMaskIn[256];
26-char WMaskAll[256];
21+static unsigned char TileCache[1024*8*8]; // 8ドット8列
22+static unsigned char HflippedTileCache[1024*8*8];
23+static unsigned long TransparentTile[1024][8];
24+static char LMask[256 + 8];
25+static char WMaskIn[256];
26+static char WMaskAll[256];
2727
2828 extern unsigned short *work_frame;
2929
Show on old repository browser