notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071a9e5
)
sms, fix sprite table address in TMS modes
author
kub
<derkub@gmail.com>
Thu, 2 Jan 2025 22:39:04 +0000
(23:39 +0100)
committer
kub
<derkub@gmail.com>
Thu, 2 Jan 2025 22:39:04 +0000
(23:39 +0100)
pico/mode4.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/mode4.c
b/pico/mode4.c
index
3800253
..
05c290e
100644
(file)
--- a/
pico/mode4.c
+++ b/
pico/mode4.c
@@
-439,7
+439,7
@@
static void ParseSpritesTMS(int scanline)
xoff = line_offset;
- sat = (u8 *)PicoMem.vramb + ((pv->reg[5] & 0x7
e
) << 7);
+ sat = (u8 *)PicoMem.vramb + ((pv->reg[5] & 0x7
f
) << 7);
if (pv->reg[1] & 2) {
addr_mask = 0xfc; h = 16;
} else {