mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
More minor consistency changes
This commit is contained in:
parent
cb86db7b68
commit
f31b688cf5
32 changed files with 109 additions and 109 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
// DSPCR bits
|
||||
#define DSPCR_DSPRESET 0x0800 // Reset DSP
|
||||
#define DSPCR_ARDMA 0x0200 // ARAM dma in progress, if set
|
||||
#define DSPCR_ARDMA 0x0200 // ARAM DMA in progress, if set
|
||||
#define DSPCR_DSPINTMSK 0x0100 // * interrupt mask (RW)
|
||||
#define DSPCR_DSPINT 0x0080 // * interrupt active (RWC)
|
||||
#define DSPCR_ARINTMSK 0x0040
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue