Set DMA in defined state
This commit is contained in:
@@ -161,6 +161,10 @@ namespace JabyEngine {
|
||||
static constexpr auto MasterEnableDPCR = Bit(23);
|
||||
static constexpr auto EnableDPCR = BitRange::from_to(16, 22);
|
||||
static constexpr auto ForceIRQ = Bit(15);
|
||||
|
||||
static constexpr DICR empty() {
|
||||
return DICR{0};
|
||||
}
|
||||
};
|
||||
|
||||
__declare_value_at(, Registers, MDECin, 0x1F801080);
|
||||
|
Reference in New Issue
Block a user