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:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user