Add Port namespace for DMA

This commit is contained in:
Jaby
2022-09-07 19:49:37 +02:00
parent 4deaa5fb04
commit a605c1e2df
2 changed files with 115 additions and 113 deletions

View File

@@ -3,7 +3,7 @@
namespace SPU {
using namespace Port;
using namespace DMA;
using namespace DMA::Port;
static void clear_key() {
Key::off.write(UI32_MAX);