Support CD IO and start removing old IOPort
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user