pcsx2/pcsx2/ps2
Jake.Stine 01541f2c92 newHostVM branch: work-in-progress stuff...
git-svn-id: http://pcsx2.googlecode.com/svn/branches/newHostVM@3958 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-10-22 16:23:52 +00:00
..
Iop Converted IOP to use a static/global hardware register allocation. (same as I did for the EE a few weeks ago). 2010-09-23 19:44:55 +00:00
BiosTools.cpp Improved EE/VTLB memory management: Removes various psM/psR/psS/psH pointers and replaces them with a single unified eeMem pointer. Members of eeMem correspond to Main, Scratchpad, Hardware, etc. This simplifies the EE's memory allocation, improves compiler optimization, gets rid of some macro mess, and allows templated code to deduce the size of memory buffers automatically. 2010-08-16 15:57:01 +00:00
BiosTools.h Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
GIFpath.cpp Minor tweaks to assist in comparing new and old DMAC behaviors: 2010-10-12 12:15:57 +00:00
HwInternal.h microVU: clear contents of microBlock on creation to avoid false cache misses. 2010-09-02 12:33:45 +00:00
LegacyDmac.cpp newHostVM branch: work-in-progress stuff... 2010-10-22 16:23:52 +00:00
eeHwTraceLog.inl Minor tweaks to assist in comparing new and old DMAC behaviors: 2010-10-12 12:15:57 +00:00