Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
crater
espelho de
https://github.com/earwig/crater
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Fix sprite end code.
master
Ben Kurtovic
há 8 anos
ascendente
e48d7daa0d
cometimento
af6857eccc
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/vdp.c
+ 1
- 1
src/vdp.c
Ver ficheiro
@@ -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) {
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar