openMSX
|
#include "ColecoSuperGameModule.hh"
#include "DummyAY8910Periphery.hh"
#include "MSXCPUInterface.hh"
#include "MSXException.hh"
#include "serialize.hh"
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::REGISTER_MSXDEVICE (ColecoSuperGameModule, "ColecoSuperGameModule") | |
Variables | |
constexpr unsigned | openmsx::MAIN_RAM_AREA_START = 0x6000 |
constexpr unsigned | openmsx::MAIN_RAM_SIZE = 0x400 |
constexpr unsigned | openmsx::SGM_RAM_SIZE = 0x8000 |
constexpr unsigned | openmsx::BIOS_ROM_SIZE = 0x2000 |
openmsx::ColecoSuperGameModule | |