Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
crater
réplica de
https://github.com/earwig/crater
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Fix sprite end code.
master
Ben Kurtovic
hace 8 años
padre
e48d7daa0d
commit
af6857eccc
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/vdp.c
+ 1
- 1
src/vdp.c
Ver fichero
@@ -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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar