openMSX
|
#include "MusicalMemoryMapper.hh"
#include "enumerate.hh"
#include "serialize.hh"
#include "xrange.hh"
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::REGISTER_MSXDEVICE (MusicalMemoryMapper, "MusicalMemoryMapper") | |
Variables | |
constexpr byte | openmsx::MEM_ACCESS_ENABLED = 1 << 7 |
constexpr byte | openmsx::SOUND_PORT_ENABLED = 1 << 6 |
constexpr byte | openmsx::PORT_ACCESS_DISABLED = 1 << 5 |
constexpr byte | openmsx::UNUSED = 1 << 4 |
constexpr byte | openmsx::WRITE_PROTECT = 0x0F |
openmsx::MusicalMemoryMapper | |