summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CS/7zip/Common/InBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CS/7zip/Common/InBuffer.cs')
0 files changed, 0 insertions, 0 deletions
11143a19f79a74c5'>Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+14 * update UI and XML output for additional emulation status flags Vas Crabb2019-03-171-14/+21 * Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1 * Better support for screen orientation/geometry: Vas Crabb2018-07-261-1/+1 * Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1 * Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-2/+5 * fix warning message (nw) Vas Crabb2017-09-031-1/+1 * Show presence of analog controls and/or keyboard in info box - it's potential... Vas Crabb2017-07-281-28/+48 * added flag for imperfect timing (nw) hap2017-07-271-1/+2 * use aggregate flags for -ui simple as well (nw) Vas Crabb2017-07-271-0/+16 * use aggregate emulation status in MewUI menus, expose more flags in info box ... Vas Crabb2017-07-271-47/+60 * initialisation (nw) Vas Crabb2017-07-271-2/+2 * Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-120/+155 * Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+2 * Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+1 * Fixed a regression in the mandatory image check (#2243) npwoods2017-04-181-2/+13 * Refactoring in response to MT#6531 Nathan Woods2017-04-061-1/+2 * device_image_interface cleanups (nw) AJR2017-02-271-1/+1 * find_dipname considered harmful (nw) AJR2017-01-031-18/+0 * Service mode DIP switch adjustments AJR2017-01-021-0/+21 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-2/+2 * srcclean (nw) Vas Crabb2016-10-231-11/+11 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1 * DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1 * Misc. keyboard input improvements AJR2016-10-081-0/+3 * Proposal for new system flags for 0.179 dev-cycle: angelosa2016-09-261-15/+19 * srcclean (nw) Vas Crabb2016-09-261-2/+0 * UI-related cleanup (nw) AJR2016-08-091-2/+321 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-5/+5 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0 * ui refactoring [Vas Crabb]