comparison 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
comparison
equal deleted inserted replaced
2428:65c2e4d990cc 2429:da3dc881d3f0
79 uint8_t bus_busy; 79 uint8_t bus_busy;
80 uint8_t reset_requested; 80 uint8_t reset_requested;
81 uint8_t tmss; 81 uint8_t tmss;
82 uint8_t vdp_unlocked; 82 uint8_t vdp_unlocked;
83 uint8_t enter_z80_debugger; 83 uint8_t enter_z80_debugger;
84 uint8_t pico_story_window;
85 uint8_t pico_story_pages[7];
84 eeprom_state eeprom; 86 eeprom_state eeprom;
85 nor_state nor; 87 nor_state nor;
86 }; 88 };
87 89
88 #define RAM_WORDS 32 * 1024 90 #define RAM_WORDS 32 * 1024