Update IOPort code and prepare DMA usage - needs all testing

This commit is contained in:
2024-09-06 18:58:36 +01:00
parent a4426ad5d2
commit 97de034458
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) {};
}
}