Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
crater
peilaus alkaen
https://github.com/earwig/crater
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
0
Toiminta
Selaa lähdekoodia
Fix sprite end code.
master
Ben Kurtovic
8 vuotta sitten
vanhempi
e48d7daa0d
commit
af6857eccc
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/vdp.c
+ 1
- 1
src/vdp.c
Näytä tiedosto
@@ -245,7 +245,7 @@ static void draw_sprites(VDP *vdp)
for (i = 0; i < 64; i++) {
uint8_t y = sat[i] + 1;
if (y == 0xD0)
if (y == 0xD0
+ 1
)
break;
if (vdp->v_counter >= y && vdp->v_counter < y + (height * 8)) {
if (nsprites >= 8) {
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna