DEV9: Correct SPD_XFR_DMAEN define

This commit is contained in:
TheLastRar 2024-10-15 21:57:27 +01:00 committed by Ty
parent 3276c0db9c
commit 46d5d24fcd
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ extern int ThreadRun;
#define SPD_R_XFR_CTRL (SPD_REGBASE + 0x32)
#define SPD_XFR_WRITE (1 << 0)
#define SPD_XFR_DMAEN (1 << 1)
#define SPD_XFR_DMAEN (1 << 7)
#define SPD_R_DBUF_STAT (SPD_REGBASE + 0x38)
//Read
#define SPD_DBUF_AVAIL_MAX 0x10