projects
/
gbajam21
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c1b9d
)
minor foo
author
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 12 Apr 2021 04:11:40 +0000
(07:11 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 12 Apr 2021 04:11:40 +0000
(07:11 +0300)
src/gamescr.c
patch
|
blob
|
history
diff --git
a/src/gamescr.c
b/src/gamescr.c
index
3941883
..
1e715bf
100644
(file)
--- a/
src/gamescr.c
+++ b/
src/gamescr.c
@@
-7,8
+7,6
@@
#include "intr.h"
#include "debug.h"
-static unsigned char *tex;//[32 * 32] __attribute__((section(".iwram")));
-
void gamescr(void)
{
int i, j, tx, ty, angle, depth, nframes, backbuf, zoffs;
@@
-16,6
+14,7
@@
void gamescr(void)
uint16_t *cdst, *top, *bot;
unsigned char *csrc;
uint32_t tun, *tunptr;
+ unsigned char *tex;
REG_DISPCNT = 4 | DISPCNT_BG2 | DISPCNT_FB1;