|
PZ80emu
0.1
|

Functions | |
| static long | memory_load (void *self, const char *filename) |
| static void | memory_free (void *self) |
| struct memory * | memory_new (void) |
|
static |
Frees an allocated memory object
| self | memory object to free |

|
static |
Loads the contents of a ROM file into memory
| filename | String containing the filename of the ROM image. |
| self | Pointer to the block of RAM to load the ROM into. |

| struct memory* memory_new | ( | void | ) |
Allocates a block of RAM of size MEMSIZE
