diff genesis.h @ 2429:da3dc881d3f0

Initial implementation of storbook artwork display
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Feb 2024 20:11:39 -0800
parents 65c2e4d990cc
children 61c0bfe10887
line wrap: on
line diff
--- a/genesis.h	Sat Feb 03 18:32:41 2024 -0800
+++ b/genesis.h	Sun Feb 04 20:11:39 2024 -0800
@@ -81,6 +81,8 @@
 	uint8_t         tmss;
 	uint8_t         vdp_unlocked;
 	uint8_t         enter_z80_debugger;
+	uint8_t         pico_story_window;
+	uint8_t         pico_story_pages[7];
 	eeprom_state    eeprom;
 	nor_state       nor;
 };