Merge SrcSelect.c, AX.c, Crazy Taxi.txt, and DSP_UC_AX1.txt into new and improved disasm -> DSP/DSP_UC_6A696CE7.txt

Goal is complete/near complete RE of DSP_UC_6A696CE7 (GC AX), and hopefully ROM.
From there, seeing the additional changes in other GC AX versions (there are only 4 others, with minor differences), should be "simple".

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4818 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-01-13 04:43:18 +00:00
parent 94570d31f5
commit d558c534d2
8 changed files with 3468 additions and 5956 deletions

View File

@ -17,10 +17,7 @@ files = [
"Globals.cpp",
"main.cpp",
"Tools.cpp",
"DSPHost.cpp",
"Logging/AXTask.cpp",
"Logging/Logging.cpp",
"Logging/ReadPBs.cpp",
"DSPHost.cpp",
]
if env['HAVE_WX']: