momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::EmulatorSettings

Defined in header <momiji/Emulator.h>

struct EmulatorSettings

A class which contains settings for momiji::Emulator

Enums

momiji::RetainStates

Policy to determine if the emulator should maintain previous system states when stepping through the assembled code.

Member fields

Field Type Notes Default value
programStart

std::int32_t

Offset where the binary should start

0

dataSectionOffset

std::int32_t

Offset where the data section should start

-1

retainStates

RetainStates

Whether the emulator should retain system states during runs

Always

parserSettings

ParserSettings

Settings passed to the parser

unspecified