Update IOPort code and prepare DMA usage - needs all testing
This commit is contained in:
@@ -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) {};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user