Remove all the complicated (even if working) stuff to use vsync instead to sync NTSC at 60Hz!

This commit is contained in:
Godzil
2019-12-05 16:17:09 +00:00
parent b44faef4ac
commit 9fb3a09f05
4 changed files with 63 additions and 41 deletions

View File

@@ -18,6 +18,7 @@ int graphics_init();
int graphics_drawpixel(long x, long y, long color);
int graphics_blit(long x, long y, long w, long h);
int graphics_drawline(long x, long y, long x1, long y1, long color);
void vsync(void);
typedef struct Palette_t
{