v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Data Fields
v6502_mappedRange Struct Reference

Memory Map Range Record. More...

#include <mem.h>

Data Fields

uint16_t start
 Start address of mapped range.
 
size_t size
 Byte-length of mapped range.
 
v6502_readFunctionread
 Memory access callback for reading bytes within this memory range.
 
v6502_writeFunctionwrite
 Memory access callback for writing bytes within this memory range.
 
void * context
 Context pointer, generally used to point to hardware data structures so that they can be referenced when called back to.
 

Detailed Description

Memory Map Range Record.


The documentation for this struct was generated from the following file: