openMSX
Namespaces | Enumerations | Variables
AY8910.cc File Reference
#include "AY8910.hh"
#include "AY8910Periphery.hh"
#include "DeviceConfig.hh"
#include "GlobalSettings.hh"
#include "MSXException.hh"
#include "Math.hh"
#include "StringOp.hh"
#include "serialize.hh"
#include "cstd.hh"
#include "narrow.hh"
#include "one_of.hh"
#include "outer.hh"
#include "random.hh"
#include "xrange.hh"
#include <array>
#include <cassert>
#include <iostream>
Include dependency graph for AY8910.cc:

Go to the source code of this file.

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 

Enumerations

enum  openmsx::Register {
  openmsx::AY_AFINE = 0 , openmsx::AY_ACOARSE = 1 , openmsx::AY_BFINE = 2 , openmsx::AY_BCOARSE = 3 ,
  openmsx::AY_CFINE = 4 , openmsx::AY_CCOARSE = 5 , openmsx::AY_NOISEPER = 6 , openmsx::AY_ENABLE = 7 ,
  openmsx::AY_AVOL = 8 , openmsx::AY_BVOL = 9 , openmsx::AY_CVOL = 10 , openmsx::AY_EFINE = 11 ,
  openmsx::AY_ECOARSE = 12 , openmsx::AY_ESHAPE = 13 , openmsx::AY_PORTA = 14 , openmsx::AY_PORTB = 15
}
 

Variables

 openmsx::AY8910