| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various cleanups: |  Vas Crabb | 2026-04-04 | 1 | -34/+13 |
| * | misc: normalize blue palette |  hap | 2026-03-16 | 1 | -1/+1 |
| * | emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte.... |  AJR | 2025-12-13 | 1 | -4/+5 |
| * | -emu/device.cpp: Allow flagging devices as not working or not supporting save... |  Vas Crabb | 2025-05-01 | 1 | -1/+12 |
| * | Fixed some things causing save states to be unportable: |  Vas Crabb | 2025-03-09 | 1 | -1/+1 |
| * | coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... |  AJR | 2024-02-26 | 1 | -5/+4 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -8/+6 |
| * | emu/save.cpp: Made illegal save state registrations always fatal. (#12054) |  Vas Crabb | 2024-02-25 | 1 | -21/+1 |
| * | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 1 | -0/+2 |
| * | Miscellaneous fixes and refactoring: |  Vas Crabb | 2023-01-28 | 1 | -2/+2 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -4/+5 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -6/+10 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -19/+36 |
| * | fix #7806 (#7841) |  feos | 2021-03-05 | 1 | -1/+1 |
| * | video/avgdvg.cpp: Modernised code somewhat. |  Vas Crabb | 2020-11-07 | 1 | -6/+9 |
| * | Fix a |  Olivier Galibert | 2020-11-03 | 1 | -2/+2 |
| * | emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... |  Vas Crabb | 2020-09-14 | 1 | -3/+3 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
| * | template save/load code - the copy-pasta had become a liability (nw) |  Vas Crabb | 2020-04-08 | 1 | -180/+147 |
| * | luaengine: save state to/from binary string buffer (#6354) |  feos | 2020-02-24 | 1 | -0/+103 |
| * | Allow saving members of structures in n-dimensional arrays, even if the membe... |  Vas Crabb | 2019-12-09 | 1 | -39/+54 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -1/+1 |
| * | -save: Print all duplicate savestate entries found rather than bailing after ... |  MooglyGuy | 2019-06-24 | 1 | -1/+10 |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -3/+3 |
| * | Optimise start up by delaying the state save sort and check for duplicates un... |  smf- | 2018-08-22 | 1 | -15/+9 |
| * | try this for size - emu.h no net change (nw) |  Vas Crabb | 2018-05-18 | 1 | -22/+0 |
| * | WARNING emu.h recompile! |  Curt Coder | 2018-05-18 | 1 | -0/+22 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | missing return |  vadosnaprimer | 2017-12-22 | 1 | -1/+1 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -190/+220 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -18/+447 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -447/+18 |
| * | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -18/+447 |
| * | Move unemulated/imperfect flags from machines into devices. |  Vas Crabb | 2017-07-27 | 1 | -1/+1 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -25/+25 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -25/+25 |
| * | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 1 | -5/+5 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
| * | simplified memory management for save states and states (nw) |  Miodrag Milanovic | 2016-07-01 | 1 | -37/+35 |
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -27/+27 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |
| * | Remove redundant defines, in order to make translation easier (nw) |  Miodrag Milanovic | 2016-02-20 | 1 | -2/+3 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -7/+7 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -7/+7 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -7/+7 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -7/+7 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -23/+23 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -1/+1 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+468 |