Support CD IO and start removing old IOPort

This commit is contained in:
2023-09-22 18:52:31 +02:00
parent 2aaa41302f
commit 32682aa2f0
5 changed files with 101 additions and 213 deletions

View File

@@ -185,6 +185,9 @@ namespace JabyEngine {
}
};
__new_declare_io_value(GPUREAD, uint32_t) {
};
__new_declare_io_value(GPUSTAT, uint32_t) {
static constexpr auto DrawingOddLinesInterlaced = Bit(31);
static constexpr auto DMADirectionValue = BitRange::from_to(29, 30);