PZ80emu
0.1
|
#include <memory.h>
Data Fields | |
void(* | memory_free )(void *self) |
uint8_t * | memory |
long(* | memory_load )(void *self, const char *filename) |
uint8_t* memory::memory |
pointer to block of memory for allocation
void(* memory::memory_free) (void *self) |
Pointer to memory_free method
long(* memory::memory_load) (void *self, const char *filename) |
pointer to memory_load method