| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable flexible structure saving. |  Aaron Giles | 2021-09-15 | 4 | -34/+99 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 4 | -65/+443 |
| * | device.h: fix typos |  Patrick Mackinlay | 2021-09-07 | 1 | -2/+2 |
| * | Allow devices to specify a parent for the purpose of searching for ROMs. |  Vas Crabb | 2021-09-06 | 3 | -6/+37 |
| * | -ui: Made zoom controls a bit more intuitive. |  Vas Crabb | 2021-09-06 | 7 | -41/+28 |
| * | d9final.cpp, ppmast93.cpp, tmspoker.cpp, ultrsprt.cpp: used finders instead o... |  Ivan Vangelista | 2021-09-04 | 1 | -1/+1 |
| * | Move endianness type into lib/util header |  AJR | 2021-08-31 | 7 | -88/+53 |
| * | -viewgfx: Added fractional zoom-out support to the tilemap viewer. Also added... |  MooglyGuy | 2021-08-31 | 2 | -0/+2 |
| * | More miscellaneous cleanup: |  Vas Crabb | 2021-08-30 | 1 | -39/+36 |
| * | points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b |  AJR | 2021-08-27 | 1 | -1/+1 |
| * | Octalize watchpoint hit message for memory spaces defined as octal |  AJR | 2021-08-27 | 1 | -9/+19 |
| * | Add compile-time option to show visible annoying red border when sound is ove... |  Aaron Giles | 2021-08-23 | 1 | -0/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 34 | -475/+431 |
| * | Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... |  Vas Crabb | 2021-08-22 | 1 | -27/+22 |
| * | Fix exception in debug memory viewer selecting a floating point format when t... |  AJR | 2021-08-16 | 1 | -0/+2 |
| * | debugger/win/memorywininfo.cpp: Fix build |  AJR | 2021-08-16 | 1 | -1/+1 |
| * | dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... |  AJR | 2021-08-16 | 2 | -54/+79 |
| * | divtlb.cpp: remove a crash caused by the modulus operator |  yz70s | 2021-08-15 | 1 | -2/+6 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 12 | -219/+28 |
| * | emu/render.cpp: Fixed automatic sizing of snapshots/recordings. (#8397) |  antonioginer | 2021-08-06 | 1 | -13/+22 |
| * | Slightly cleaned up OSD input modules. |  Vas Crabb | 2021-07-29 | 5 | -61/+65 |
| * | Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... |  smf- | 2021-07-28 | 1 | -22/+27 |
| * | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 22 | -483/+570 |
| * | emu/emumem*: Removed endianness template parameter from handler_entry_read, h... |  ajrhacker | 2021-07-09 | 31 | -3130/+1847 |
| * | video/voodoo.cpp: Major rewrite: (#8267) |  Aaron Giles | 2021-07-09 | 3 | -36/+34 |
| * | softlist_dev.cpp: Fix verbose printf |  AJR | 2021-07-05 | 1 | -1/+1 |
| * | Remove some tag lookups by name (#8252) |  Miodrag Milanović | 2021-07-05 | 1 | -2/+1 |
| * | Correctly apply -keepaspect with -unevenstretchx/y. (#8209) |  antonioginer | 2021-07-02 | 1 | -17/+35 |
| * | emu/rendutil.cpp: Use setjmp/longjmp for libjpeg error unwinding. |  Vas Crabb | 2021-06-29 | 1 | -70/+90 |
| * | Initialize m_config in all situations. |  Aaron Giles | 2021-06-26 | 1 | -0/+2 |
| * | softlist_dev: fixed typo |  Robbbert | 2021-06-26 | 1 | -1/+1 |
| * | -util: Retire legacy object pool, removing vestigial references. |  Vas Crabb | 2021-06-24 | 1 | -1/+0 |
| * | -Miscellaneous improvements for software lists: |  Vas Crabb | 2021-06-23 | 7 | -189/+227 |
| * | emu/ioport.cpp: Preserve configuration for slot cards when not selected. |  Vas Crabb | 2021-06-23 | 3 | -46/+102 |
| * | Remove emualloc.* |  AJR | 2021-06-22 | 8 | -360/+2 |
| * | Eliminate remaining uses of auto_alloc and friends (#8210) |  Aaron Giles | 2021-06-22 | 1 | -16/+0 |
| * | rendlay.cpp: Fix assertion failure with -D_GLIBCXX_ASSERTIONS |  AJR | 2021-06-13 | 1 | -1/+3 |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 2 | -5/+5 |
| * | emumem: Correct logic in populate_mismatched_nomirror and populate_passthroug... |  AJR | 2021-06-10 | 2 | -53/+49 |
| * | including optional is not optional when optional is used |  Olivier Galibert | 2021-05-26 | 1 | -0/+1 |
| * | views: Allow to know the currently selected entry |  Olivier Galibert | 2021-05-26 | 1 | -0/+2 |
| * | capcom: Adjust the common screen timings on old capcom games [O. Galibert, Jo... |  Olivier Galibert | 2021-05-17 | 1 | -1/+1 |
| * | mview: Fix missing import of submaps in views. Need to fix more about import... |  Olivier Galibert | 2021-05-12 | 1 | -2/+4 |
| * | New machines marked as NOT_WORKING |  AJR | 2021-05-11 | 1 | -0/+1 |
| * | vt1682: probably fix fullrom read buffer overflow |  hap | 2021-05-10 | 1 | -1/+1 |
| * | dinetwork: don't transmit fcs |  Patrick Mackinlay | 2021-05-10 | 2 | -4/+6 |
| * | Fix minor positioning glitches in disassembly view related to changing sources |  AJR | 2021-05-09 | 1 | -3/+5 |
| * | Add -share_directory option. This sets a directory on the host system which ... |  arbee | 2021-05-08 | 2 | -0/+3 |
| * | render: increase MAX_TEXTURE_SCALES a bit |  hap | 2021-05-08 | 1 | -1/+1 |
| * | emu/machine.cpp: Get rid of the dummy space device. |  Vas Crabb | 2021-05-05 | 3 | -93/+7 |