summaryrefslogtreecommitdiff
path: root/genesis.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-06-07 23:06:14 -0700
committerMichael Pavone <pavone@retrodev.com>2017-06-07 23:06:14 -0700
commitfe57a3c58febaad9c9469fcf7e63073c43a35d29 (patch)
tree5b292cb38c57f49bbb68dc4bb2101782326b9f97 /genesis.h
parenta051322e49249d9a2a276346d4b3bd76968c5117 (diff)
Initial work to support parallel NOR flash and the Magistr 16
Diffstat (limited to 'genesis.h')
-rw-r--r--genesis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/genesis.h b/genesis.h
index 60e9f49..80536ec 100644
--- a/genesis.h
+++ b/genesis.h
@@ -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