Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devices/machine, sound and video: removed read and write macros (nw) | 2020-06-17 | 1 | -2/+2 | |
| | |||||
* | Take 2. Use include files to get class definition instead of relying purely ↵ | 2018-07-22 | 1 | -3/+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: | 2018-07-22 | 1 | -0/+7 | |
| | | | | | | * 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 | ||||
* | build with MSVC (nw) | 2018-07-22 | 1 | -1/+1 | |
| | |||||
* | ps2sony: Some basic VU1 support, major file reshuffling, nw | 2018-07-21 | 1 | -0/+80 | |