Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
crater
mirror da
https://github.com/earwig/crater
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
Fix sprite end code.
master
Ben Kurtovic
8 anni fa
parent
e48d7daa0d
commit
af6857eccc
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/vdp.c
+ 1
- 1
src/vdp.c
Vedi File
@@ -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) {
Scrivi
Anteprima
Caricamento…
Annulla
Salva