X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Feeprom.cpp;h=4a55ee0beddef95070a06173e1b0235fda6ca1bc;hb=053fb8314018df7866ade5c62c98d90007e47199;hp=197d2692a77583783cdd1ae6af47134f55f1f5b4;hpb=0031c06df2f7f099ca5ecf1632f46b92f6b0dd79;p=virtualjaguar diff --git a/src/eeprom.cpp b/src/eeprom.cpp index 197d269..4a55ee0 100644 --- a/src/eeprom.cpp +++ b/src/eeprom.cpp @@ -12,6 +12,10 @@ static uint16 eeprom_ram[64]; +// +// Private function prototypes +// + void eeprom_set_di(uint32 state); void eeprom_set_cs(uint32 state); uint32 eeprom_get_do(void); @@ -47,7 +51,7 @@ uint16 jerry_ee_data_cnt = 16; uint16 jerry_writes_enabled = 0; uint16 jerry_ee_direct_jump = 0; FILE * jerry_ee_fp; -extern char * jaguar_boot_dir; +extern char jaguar_boot_dir[1024]; void eeprom_init(void)