mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-27 00:29:18 +00:00
macio: Add fatman bits register.
This register is used in the control ndrv to detect presence of connected S-Video or composite video display.
This commit is contained in:
parent
8cc5838efe
commit
8aaf211c5b
@ -83,7 +83,10 @@ enum {
|
||||
MIO_INT_EVENTS1 = 0x20,
|
||||
MIO_INT_MASK1 = 0x24,
|
||||
MIO_INT_CLEAR1 = 0x28,
|
||||
MIO_INT_LEVELS1 = 0x2C
|
||||
MIO_INT_LEVELS1 = 0x2C,
|
||||
|
||||
MIO_FATMAN_FLAGS = 0x34,
|
||||
// 0x300000 bits for composite/s-video connected displays (1 = disconnected)
|
||||
};
|
||||
|
||||
class IobusDevice {
|
||||
|
Loading…
Reference in New Issue
Block a user