Update IOPort code and prepare DMA usage - needs all testing

This commit is contained in:
Björn Gaier
2024-09-06 18:58:36 +01:00
parent e7b9033f52
commit 7b99fd4de8
6 changed files with 14 additions and 41 deletions

View File

@@ -23,7 +23,7 @@ namespace JabyEngine {
static constexpr auto ExternalAudioEnable = Bit(1);
static constexpr auto CDAudioEnable = Bit(0);
};
using SRAM_Adr = uint16_t;
__declare_io_value(SRAM_Adr, uint16_t) {};
}
}