Rewrite mappers 162,163,164; add mapper 558. Add EEPROM support to 164.
This commit is contained in:
10
src/boards/eeprom_93C66.h
Normal file
10
src/boards/eeprom_93C66.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _EEPROM_93C66_H
|
||||
#define _EEPROM_93C66_H
|
||||
#include "mapinc.h"
|
||||
|
||||
extern uint8* eeprom_93C66_storage;
|
||||
|
||||
void eeprom_93C66_init ();
|
||||
uint8 eeprom_93C66_read ();
|
||||
void eeprom_93C66_write (uint8 CS, uint8 CLK, uint8 DAT);
|
||||
#endif
|
||||
Reference in New Issue
Block a user