Revert "macio: Add fatman bits register."

This reverts commit 8aaf211c5b.
This commit is contained in:
Maxim Poliakovski 2024-04-11 17:16:45 +02:00
parent c22843f238
commit 45d2c8854d
1 changed files with 1 additions and 4 deletions

View File

@ -83,10 +83,7 @@ enum {
MIO_INT_EVENTS1 = 0x20,
MIO_INT_MASK1 = 0x24,
MIO_INT_CLEAR1 = 0x28,
MIO_INT_LEVELS1 = 0x2C,
MIO_FATMAN_FLAGS = 0x34,
// 0x300000 bits for composite/s-video connected displays (1 = disconnected)
MIO_INT_LEVELS1 = 0x2C
};
class IobusDevice {