openMSX
Classes | Typedefs | Functions | Variables
YM2413Test.cc File Reference
#include "YM2413Okazaki.hh"
#include "YM2413Burczynski.hh"
#include "WavWriter.hh"
#include "WavData.hh"
#include "Filename.hh"
#include <cstdint>
#include <vector>
#include <string>
#include <iostream>
Include dependency graph for YM2413Test.cc:

Go to the source code of this file.

Classes

struct  RegWrite
 
struct  LogEvent
 

Typedefs

using RegWrites = vector< RegWrite >
 
using Log = vector< LogEvent >
 
using Samples = vector< int >
 

Functions

template<typename CORE , typename FUNC >
void testOnCore (FUNC f)
 
int main ()
 

Variables

string coreName
 
string testName
 

Typedef Documentation

◆ Log

using Log = vector<LogEvent>

Definition at line 35 of file YM2413Test.cc.

◆ RegWrites

using RegWrites = vector<RegWrite>

Definition at line 29 of file YM2413Test.cc.

◆ Samples

using Samples = vector<int>

Definition at line 36 of file YM2413Test.cc.

Function Documentation

◆ main()

int main ( )

Definition at line 223 of file YM2413Test.cc.

◆ testOnCore()

template<typename CORE , typename FUNC >
void testOnCore ( FUNC  f)

Definition at line 208 of file YM2413Test.cc.

Variable Documentation

◆ coreName

string coreName

Definition at line 16 of file YM2413Test.cc.

◆ testName

string testName

Definition at line 17 of file YM2413Test.cc.