libmsx
C library for MSX
|
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | MemPos |
Internal structure of mempos_t type. More... | |
struct | MemFile |
Internal structure of MemFile type. More... | |
struct | MemFileMethods |
struct MemPos |
Internal structure of mempos_t type.
Definition at line 24 of file memfile_types.h.
Data Fields | ||
---|---|---|
uint8_t * | ptr | address on the CPU address space. |
uint8_t | segment | ROM / RAM mapper segment number. |
uint8_t | slot | slot address. |
struct MemFile |
Internal structure of MemFile type.
Definition at line 33 of file memfile_types.h.
Data Fields | ||
---|---|---|
struct MemPos | base | base position |
struct MemPos | curr | current position |
struct MemPos | end | last position (exclusive) |
const struct MemFileMethods * | methods | function pointers. |