header update

This commit is contained in:
Kelvin Sherlock 2013-02-06 20:36:25 -05:00
parent f53b3be9d9
commit ad876537c7
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
extern "C" {
#endif
// new functions
extern void memorySetMemory(uint8_t *memory, uint32_t size);
/* Memory access functions */
extern UBY memoryReadByte(ULO address);