#include <genesis.h>
Data Fields | |
u8 | ALL [2] |
struct { | |
union { | |
u8 writebits | |
struct { | |
u8 cap_psg:1 | |
u8 dummy1:2 | |
u8 cap_opn2:1 | |
u8 dummy2:1 | |
u8 test_dir:1 | |
u8 test_out:1 | |
u8 reset:1 | |
} | |
} | |
union { | |
u8 readbits | |
struct { | |
u8 dummy1:4 | |
u8 opn2_irq:1 | |
u8 dummy2:1 | |
u8 test_pin:1 | |
u8 psg_ready:1 | |
} | |
} | |
}; |
struct { ... } |