Improved names again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user