mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-04 15:18:59 +00:00
DSP: Remove all mentions of the mysterious DROM. Write protect the ROMs and IRAM as much as possible while loaded (to make sure they don't get corrupted by some memory overwrite or whatever). Make instruction reads stricter - iram and irom don't wrap anymore (not 100% sure about this one). Misc cleanup + changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2904 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
13ac45db1a
commit
0fd2edbf98
12 changed files with 147 additions and 116 deletions
|
@ -288,6 +288,7 @@ void srr(const UDSPInstruction& opc)
|
|||
u16 val = dsp_op_read_reg(sreg);
|
||||
dsp_dmem_write(g_dsp.r[dreg], val);
|
||||
}
|
||||
|
||||
// SRRD @$D, $S
|
||||
// 0001 1010 1dds ssss
|
||||
// Store value from source register $S to a memory location pointed by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue