Port DMA code

This commit is contained in:
Jaby
2023-03-20 21:04:01 +01:00
committed by Jaby
parent a5c163d1ac
commit ba8c5e65eb
4 changed files with 92 additions and 74 deletions

View File

@@ -75,7 +75,6 @@ namespace JabyEngine {
static constexpr name##_io_base from(const ARGS&...args) { \
return name##_io_base().set_va(args...); \
} \
\
constexpr name##_io_base& set(IOBitSet bit) { \
this->raw_value = bit::set(this->raw_value, bit.pos); \
return *this; \