diff options
author | 2018-07-22 20:41:57 +1000 | |
---|---|---|
committer | 2018-07-22 20:41:57 +1000 | |
commit | c0ab1c5aa4c172aa9e3e0deec5c2cc19d4f278d1 (patch) | |
tree | 359e7b0d6560d05a1872c2e18773a6e2e5038b7f /hash/ibm5170.xml | |
parent | 6d39a913e54c73640e4b5e7493b223c87a14c64a (diff) |
(nw) srcclean and some cleanup:
* 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
Diffstat (limited to 'hash/ibm5170.xml')
-rw-r--r-- | hash/ibm5170.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/ibm5170.xml b/hash/ibm5170.xml index 4d8a28c95ee..5390872eee4 100644 --- a/hash/ibm5170.xml +++ b/hash/ibm5170.xml @@ -9280,7 +9280,7 @@ </dataarea> </part> </software> - + <software name="tim2" supported="partial"> <description>The Incredible Machine 2</description> <year>1994</year> |