8 lines
No EOL
177 B
C
8 lines
No EOL
177 B
C
#pragma once
|
|
#include "stdafx.h"
|
|
#include "Snapshotable.h"
|
|
#include "APU.h"
|
|
#include "SSGAudio.h"
|
|
#include "Console.h"
|
|
|
|
using Sunsoft5bAudio = SSGAudio<AudioChannel::Sunsoft5B>; |