libmsx
C library for MSX
Loading...
Searching...
No Matches
memfile_types.h File Reference
#include <stdint.h>
#include <stddef.h>
+ Include dependency graph for memfile_types.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Data Structure Documentation

◆ MemPos

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.

◆ MemFile

struct MemFile

Internal structure of MemFile type.

Definition at line 33 of file memfile_types.h.

+ Collaboration diagram for MemFile:
Data Fields
struct MemPos base base position
struct MemPos curr current position
struct MemPos end last position (exclusive)
const struct MemFileMethods * methods function pointers.