#include <memory.h>
Public Attributes | |
| uint64_t | baseaddr |
| uint64_t | endaddr |
| uint64_t | length |
| int | flags |
| const char * | name |
| int(* | f )(struct cpu *, struct memory *, uint64_t, unsigned char *, size_t, int, void *) |
| void * | extra |
| unsigned char * | dyntrans_data |
| uint64_t | dyntrans_write_low |
| uint64_t | dyntrans_write_high |
| uint64_t memory_device::baseaddr |
Definition at line 49 of file memory.h.
Referenced by MACHINE_SETUP(), memory_device_dyntrans_access(), memory_device_register(), and MEMORY_RW().
| unsigned char* memory_device::dyntrans_data |
Definition at line 60 of file memory.h.
Referenced by memory_device_dyntrans_access(), memory_device_register(), and memory_device_update_data().
| uint64_t memory_device::dyntrans_write_high |
Definition at line 63 of file memory.h.
Referenced by memory_device_dyntrans_access(), memory_device_register(), and memory_device_update_data().
| uint64_t memory_device::dyntrans_write_low |
Definition at line 62 of file memory.h.
Referenced by memory_device_dyntrans_access(), memory_device_register(), and memory_device_update_data().
| uint64_t memory_device::endaddr |
Definition at line 50 of file memory.h.
Referenced by memory_device_register(), and MEMORY_RW().
| void* memory_device::extra |
Definition at line 58 of file memory.h.
Referenced by memory_device_dyntrans_access(), memory_device_register(), memory_device_update_data(), and MEMORY_RW().
| int(* memory_device::f) (struct cpu *, struct memory *, uint64_t, unsigned char *, size_t, int, void *) |
Definition at line 56 of file memory.h.
Referenced by memory_device_register(), and MEMORY_RW().
| int memory_device::flags |
Definition at line 52 of file memory.h.
Referenced by memory_device_dyntrans_access(), memory_device_register(), and MEMORY_RW().
| uint64_t memory_device::length |
Definition at line 51 of file memory.h.
Referenced by MACHINE_SETUP(), memory_device_register(), and MEMORY_RW().
| const char* memory_device::name |
Definition at line 54 of file memory.h.
Referenced by MACHINE_SETUP(), memory_device_register(), and MEMORY_RW().
1.8.17