Port DMA code

This commit is contained in:
Jaby
2023-03-20 21:04:01 +01:00
committed by Jaby
parent 9431c931e1
commit 76a2c51655
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; \