momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::traps::InvalidMemoryWrite

Defined in header <momiji/System.h>

struct InvalidMemoryWrite

A class that represents an invalid memory write.

Member fields

Field Type Notes Default value
address

std::int32_t

The address where an invalid write occurred.

value

std::int32_t

The value being written to the invalid memory location.