LMMS
Loading...
Searching...
No Matches
Vgm_Emu_Impl.cpp File Reference
#include "Vgm_Emu.h"
#include <math.h>
#include <string.h>
#include "blargg_endian.h"
#include "blargg_source.h"

Enumerations

enum  {
  cmd_gg_stereo = 0x4F , cmd_psg = 0x50 , cmd_ym2413 = 0x51 , cmd_ym2612_port0 = 0x52 ,
  cmd_ym2612_port1 = 0x53 , cmd_ym2151 = 0x54 , cmd_delay = 0x61 , cmd_delay_735 = 0x62 ,
  cmd_delay_882 = 0x63 , cmd_byte_delay = 0x64 , cmd_end = 0x66 , cmd_data_block = 0x67 ,
  cmd_short_delay = 0x70 , cmd_pcm_delay = 0x80 , cmd_pcm_seek = 0xE0 , pcm_block_type = 0x00 ,
  ym2612_dac_port = 0x2A
}

Functions

int command_len (int command)

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cmd_gg_stereo 
cmd_psg 
cmd_ym2413 
cmd_ym2612_port0 
cmd_ym2612_port1 
cmd_ym2151 
cmd_delay 
cmd_delay_735 
cmd_delay_882 
cmd_byte_delay 
cmd_end 
cmd_data_block 
cmd_short_delay 
cmd_pcm_delay 
cmd_pcm_seek 
pcm_block_type 
ym2612_dac_port 

Function Documentation

◆ command_len()

int command_len ( int command)
inline