mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 01:38:05 +00:00
Adding shadows
This commit is contained in:
+3
-3
@@ -8,9 +8,9 @@
|
||||
|
||||
namespace ComSquare::APU
|
||||
{
|
||||
APU::APU(std::shared_ptr<DSP> dsp)
|
||||
: _dsp(std::move(dsp))
|
||||
{ }
|
||||
APU::APU()
|
||||
{
|
||||
}
|
||||
|
||||
uint8_t APU::read(uint24_t addr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user