diff genesis.h @ 1395:efa7225e0f07

Initial work to support parallel NOR flash and the Magistr 16
author Michael Pavone <pavone@retrodev.com>
date Wed, 07 Jun 2017 23:06:14 -0700
parents 30123ca5856c
children 3d7f668dce3d
line wrap: on
line diff
--- a/genesis.h	Mon Jun 05 23:03:46 2017 -0700
+++ b/genesis.h	Wed Jun 07 23:06:14 2017 -0700
@@ -50,6 +50,7 @@
 	uint8_t         bus_busy;
 	uint8_t         reset_requested;
 	eeprom_state    eeprom;
+	nor_state       nor;
 };
 
 #define RAM_WORDS 32 * 1024