2016-06-11 20:12:20 -04:00
|
|
|
#pragma once
|
|
|
|
#include "stdafx.h"
|
|
|
|
#include "Snapshotable.h"
|
|
|
|
#include "APU.h"
|
2021-01-03 23:41:07 -05:00
|
|
|
#include "SSGAudio.h"
|
2018-07-01 15:21:05 -04:00
|
|
|
#include "Console.h"
|
2016-06-11 20:12:20 -04:00
|
|
|
|
2021-01-03 23:41:07 -05:00
|
|
|
using Sunsoft5bAudio = SSGAudio<AudioChannel::Sunsoft5B>;
|