Great simplification of Main/Spare page flipping

This commit is contained in:
Thomas Bernard
2018-01-22 21:47:44 +01:00
parent 353b494617
commit 5ab93eb7fd
5 changed files with 8 additions and 103 deletions

View File

@@ -32,11 +32,6 @@ void Tilemap_update(void);
/// similar tiles of the layer, visible on the screen or not.
void Tilemap_draw(word x, word y, byte color);
///
/// This exchanges the tilemap settings of the main and spare, it should
/// be called when swapping pages.
void Swap_tilemap(void);
///
/// Clears all tilemap data and settings
/// Safe to call again.