More cleanup

This commit is contained in:
2023-01-15 17:14:34 +01:00
parent 8742e0ce2d
commit 0476eb7c99
5 changed files with 37 additions and 31 deletions

View File

@@ -77,9 +77,9 @@ namespace JabyEngine {
};
struct __no_align Registers {
IOPort<MADR::UnderlyingType, MADR> adr;
IOPort<BCR::UnderlyingType, BCR> block_ctrl;
IOPort<CHCHR::UnderlyingType, CHCHR> channel_ctrl;
IOPortEx<MADR> adr;
IOPortEx<BCR> block_ctrl;
IOPortEx<CHCHR> channel_ctrl;
};
//0: Highest, 7: Lowest