1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Corrects bad TMS sprite selections on the top row of the screen.

This commit is contained in:
Thomas Harte
2018-01-06 16:26:11 -05:00
parent 73b4e1722b
commit bcc7ad0c30
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class TMS9918Base {
int access_pointer_ = 0;
inline void test_sprite(int sprite_number);
inline void test_sprite(int sprite_number, int screen_row);
inline void get_sprite_contents(int start, int cycles, int screen_row);
};