summaryrefslogtreecommitdiff
path: root/emu/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/memory.h')
-rw-r--r--emu/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/memory.h b/emu/memory.h
index 3a15bfe..1bb8dd8 100644
--- a/emu/memory.h
+++ b/emu/memory.h
@@ -22,6 +22,7 @@ typedef struct memory_t
} memory_t;
void memory_init( memory_t *memory, memory_type_t type, uint16_t addr, uint16_t size, bool initialize );
+void memory_copy( memory_t *to, memory_t *from );
void memory_load( memory_t *memory, const char *filename );
void memory_set( memory_t *memory, uint16_t addr, uint8_t *buf, int bufsize );
void memory_reset( memory_t *memory );