rpcsx/rpcs3/Emu/Cell
Alexandro Sánchez Bach 5e1a958ee6 New debugging features, cellGame & minor changes
Two cellGame functions partially implemented:
- cellGameGetParamInt
- cellGameGetParamString

New debugging features:
- Call Stack viewer added
- Memory Viewer rewritten (Not finished yet)

Modified definition of UNIMPLEMENTED_FUNC to improve compatibility with
other compilers: Thanks @krofna

Replaced the "Compiler" menu entry with "Tools" and "Memory Viewer"
entry added.

NOTE: To "quickly" browse the memory using the Memory Viewer you can use
the scrollbar. Notice the irony of the word 'quickly' since the memory
viewer is actually slow as fuck. I will fix that soon. As you can see,
I'd like to add a Raw image viewer in the future in order to "see"
textures directly from memory.
2013-11-23 05:47:19 +01:00
..
MFC.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
MFC.h OpenGL renderer: 2013-08-26 17:18:59 +03:00
PPCDecoder.cpp - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
PPCDecoder.h - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
PPCDisAsm.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPCInstrTable.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPCThread.cpp - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
PPCThread.h - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
PPCThreadManager.cpp - Implemented send open system menu cmd. 2013-08-19 02:06:11 +03:00
PPCThreadManager.h - Implemented send open system menu cmd. 2013-08-19 02:06:11 +03:00
PPUDecoder.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPUDisAsm.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPUInstrTable.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPUInterpreter.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
PPUOpcodes.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPUProgramCompiler.cpp - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
PPUProgramCompiler.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
PPUThread.cpp Improved cellResc module 2013-11-16 01:38:22 +01:00
PPUThread.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
RawSPUThread.cpp - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
RawSPUThread.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
SPUDecoder.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
SPUDisAsm.h -Partial Implementation of Floating-Point Status and Control Register (FPSCR) 2013-11-09 07:41:56 -08:00
SPUInstrTable.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
SPUInterpreter.h -Fixed MPYU and special registers based on comments 2013-11-09 07:51:26 -08:00
SPUOpcodes.h -Partial Implementation of Floating-Point Status and Control Register (FPSCR) 2013-11-09 07:41:56 -08:00
SPUThread.cpp - Implemented ARM9Interpreter & ARM9DisAsm. 2013-11-05 20:12:18 +02:00
SPUThread.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00