Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general cleanup: | 2017-05-23 | 1 | -3/+4 | |
| | | | | | | | | | | | * move rarely-used output and pty interfaces out of emu.h * consolidate and de-duplicate forward declarations, also remove some obsolete ones * clean up more #include guard macros * scope down a few more things (nw) Everyone, please keep forward declarations for src/emu in src/emu/emufwd.h - this will make it far easier to keep them in sync with declarations than having them scattered through all the other files. | ||||
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 | 2016-11-19 | 1 | -33/+33 | |
| | | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names | ||||
* | Do not use FUNC in delegate where applicable (nw) | 2016-11-06 | 1 | -1/+1 | |
| | |||||
* | Polymorphize input_device and input_class; move to separate source file (nw) | 2016-10-24 | 1 | -0/+947 | |