Improved names again

This commit is contained in:
2023-01-15 20:16:20 +01:00
parent 0476eb7c99
commit 3687fda821
5 changed files with 63 additions and 57 deletions

View File

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