Fixed: Crash on real hardware due to wrong direction setting in DMA transfer :3
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
|
||||
// DMA
|
||||
#define DMA_DIRECTION_READ_FROM_MEMORY 0x04
|
||||
#define DMA_DIRECTION_READ_FROM_MEMORY 0x08
|
||||
#define DMA_TRANSFER_MODE_BLOCK 0x80
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user