|
libws libws
WSwan hardware library for the Wonderful toolchain
|
Macros | |
| #define | WS_CART_EEP_DATA_PORT 0xC4 |
| #define | WS_CART_EEP_COMMAND_PORT 0xC6 |
| #define | WS_CART_EEP_CTRL_PORT 0xC8 |
| #define | WS_CART_EEP_CTRL_ABORT 0x80 |
| #define | WS_CART_EEP_CTRL_ERASE 0x40 |
| #define | WS_CART_EEP_CTRL_WRITE 0x20 |
| #define | WS_CART_EEP_CTRL_READ 0x10 |
| #define | WS_CART_EEP_CTRL_READY 0x02 |
| #define | WS_CART_EEP_CTRL_DONE 0x01 |
| #define WS_CART_EEP_COMMAND_PORT 0xC6 |
| #define WS_CART_EEP_CTRL_ABORT 0x80 |
| #define WS_CART_EEP_CTRL_ERASE 0x40 |
| #define WS_CART_EEP_CTRL_READ 0x10 |
| #define WS_CART_EEP_CTRL_READY 0x02 |
| #define WS_CART_EEP_CTRL_WRITE 0x20 |