Module melon::typedef [] [src]

A couple of useful type aliases

Constants

ROM_FILE_EXTENSION

The file extension of melon roms

Type Definitions

Address

A memory or instruction address

Int

An integer with 16 bit

Result

A handy alias for Result that carries a generic error type.

SmallInt

An integer with 8 bit

SmallUInt

An unsigned integer with 8 bit

UInt

An unsigned integer with 16 bit