diff genesis.c @ 1414:d94855080529

Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
author Michael Pavone <pavone@retrodev.com>
date Fri, 23 Jun 2017 21:48:38 -0700
parents b56c8c51ca5d
children 11ac0b511cff
line wrap: on
line diff
--- a/genesis.c	Thu Jun 22 23:40:05 2017 -0700
+++ b/genesis.c	Fri Jun 23 21:48:38 2017 -0700
@@ -5,6 +5,7 @@
 */
 #include "genesis.h"
 #include "blastem.h"
+#include "nor.h"
 #include <stdlib.h>
 #include <ctype.h>
 #include <time.h>