diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-07 23:06:14 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-07 23:06:14 -0700 |
commit | fe57a3c58febaad9c9469fcf7e63073c43a35d29 (patch) | |
tree | 5b292cb38c57f49bbb68dc4bb2101782326b9f97 /genesis.h | |
parent | a051322e49249d9a2a276346d4b3bd76968c5117 (diff) |
Initial work to support parallel NOR flash and the Magistr 16
Diffstat (limited to 'genesis.h')
-rw-r--r-- | genesis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ struct genesis_context { uint8_t bus_busy; uint8_t reset_requested; eeprom_state eeprom; + nor_state nor; }; #define RAM_WORDS 32 * 1024 |