| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-enable SCHEDULER_DEBUG. Add timer list validation. |  Aaron Giles | 2021-09-12 | 2 | -1/+75 |
| * | Add adjust_periodic() to persistent_timer. Update obvious situations where it... |  Aaron Giles | 2021-09-11 | 5 | -5/+6 |
| * | Fix merge errors and update new/changed drivers to latest APIs. |  Aaron Giles | 2021-09-10 | 2 | -6/+1 |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 62 | -1016/+1183 |
| |\ |
|
| | * | -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 |
| * | | Switch to using an exception to escape the inner timeslice loop. Clean up som... |  Aaron Giles | 2021-08-30 | 6 | -261/+206 |
| * | | Add working support for mid-timeslice saves/loads from the debugger. |  Aaron Giles | 2021-08-23 | 4 | -157/+307 |
| * | | Fix state loading from the command line |  Aaron Giles | 2021-08-23 | 1 | -2/+3 |
| * | | Clean up save state handling. Timers are now restored in proper order. Mid-ti... |  Aaron Giles | 2021-08-22 | 5 | -222/+254 |
| * | | Since I already had to touch all device_timer signatures, bite the bullet and... |  Aaron Giles | 2021-08-20 | 5 | -68/+51 |
| * | | Use callback timers for everything. |  Aaron Giles | 2021-08-19 | 2 | -54/+44 |
| * | | Minor cleanups. |  Aaron Giles | 2021-08-19 | 3 | -4/+5 |
| * | | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... |  Aaron Giles | 2021-08-17 | 4 | -60/+48 |
| * | | Tweak SFINAE to match patterns elsewhere. |  Aaron Giles | 2021-08-16 | 1 | -3/+3 |
| * | | Remove m_subseconds_per_clock from device_t, defering to attotime helpers for... |  Aaron Giles | 2021-08-16 | 2 | -19/+3 |
| * | | Some attotime cleanup/tweaks. |  Aaron Giles | 2021-08-16 | 2 | -74/+262 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-08-14 | 75 | -4432/+3009 |
| |\| |
|
| | * | 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 |