Remove the previous kludge and #define BUS_ACK to 0x100 so it's different from BUS_ATN.

This commit is contained in:
OBattler
2024-05-06 13:24:04 +02:00
parent 4c84cccae7
commit 71c16a4481
2 changed files with 3 additions and 24 deletions

View File

@@ -308,8 +308,7 @@
#define BUS_REQ 0x20
#define BUS_BSY 0x40
#define BUS_RST 0x80
#define BUS_ACK 0x200
/* TODO: Why is this defined to the same value as BUS_ACK?! */
#define BUS_ACK 0x100
#define BUS_ATN 0x200
#define BUS_ARB 0x8000
#define BUS_SETDATA(val) ((uint32_t) val << 16)