| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move axis movement checking code down into input devices | 2020-08-30 | 1 | -0/+17 | |
| | | |||||
| * | general cleanup: | 2017-05-23 | 1 | -12/+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 | -25/+25 | |
| | | | | | | | | | | | | | * 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 | ||||
| * | Polymorphize input_device and input_class; move to separate source file (nw) | 2016-10-24 | 1 | -0/+400 | |
