More cleanup

This commit is contained in:
Jaby
2023-01-15 17:14:34 +01:00
parent a58d352790
commit 35d5662d3b
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