mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
DEV9: Correct SPD_XFR_DMAEN define
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user