diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-06-13 04:55:58 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-06-13 04:55:58 +0000 |
| commit | ff7f9020fe0d9bb5b41f7f6fdc10f0f3284f54d2 (patch) | |
| tree | 1d0972dbdc14dbcfb8b6dc806bcc2e7c348cbe65 /Source/Core/DSPCore/Src/DSPTables.cpp | |
| parent | f8a221dea252c8dbf716af9e9c6108688383b5c6 (diff) | |
dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, added showing of origin file in dspspy (please fix if [runningUcode - 1] is wrong)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3417 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPTables.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPTables.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/DSPCore/Src/DSPTables.cpp b/Source/Core/DSPCore/Src/DSPTables.cpp index f1afb2074c..8512c83296 100644 --- a/Source/Core/DSPCore/Src/DSPTables.cpp +++ b/Source/Core/DSPCore/Src/DSPTables.cpp @@ -434,12 +434,6 @@ const pdlabel_t regnames[] = {0x21, "ACC1", "Accu Full 1",},
{0x22, "AX0", "Extra Accu 0",},
{0x23, "AX1", "Extra Accu 1",},
-
- // Old names for the wrapping registers, for compatibility.
- {0x08, "R08", "Wrapping Register 0(08)",},
- {0x09, "R09", "Wrapping Register 1(09)",},
- {0x0a, "R10", "Wrapping Register 2(10)",},
- {0x0b, "R11", "Wrapping Register 3(11)",},
};
u8 opSize[OPTABLE_SIZE];
|
