summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/ps2vu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
|
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
|
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
|
* finished removing read* and write* macros from the mame part of the tree. ↵ Ivan Vangelista2020-06-161-4/+4
| | | | the devices tree will be next (nw)
* -nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-3/+4
| | | | -30test, skeetsht, taitojc: Removed MACHINE_CONFIG macros. [Ryan Holtz]
* Take 2. Use include files to get class definition instead of relying purely ↵ smf-2018-07-221-2/+0
| | | | on forward declarations to allow building on MSVC, solving the circular reference problem using forward declarations of own classes before the #include where necessary. (nw)
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-4/+13
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* ps2sony: Checkpoint, nw mooglyguy2018-07-211-12/+52
|
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-0/+1012