summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Re-enable SCHEDULER_DEBUG. Add timer list validation. Aaron Giles2021-09-122-1/+75
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-115-5/+6
* Fix merge errors and update new/changed drivers to latest APIs. Aaron Giles2021-09-102-6/+1
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1062-1016/+1183
|\
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-074-65/+443
| * device.h: fix typos Patrick Mackinlay2021-09-071-2/+2
| * Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-063-6/+37
| * -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-067-41/+28
| * d9final.cpp, ppmast93.cpp, tmspoker.cpp, ultrsprt.cpp: used finders instead o... Ivan Vangelista2021-09-041-1/+1
| * Move endianness type into lib/util header AJR2021-08-317-88/+53
| * -viewgfx: Added fractional zoom-out support to the tilemap viewer. Also added... MooglyGuy2021-08-312-0/+2
| * More miscellaneous cleanup: Vas Crabb2021-08-301-39/+36
| * points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b AJR2021-08-271-1/+1
| * Octalize watchpoint hit message for memory spaces defined as octal AJR2021-08-271-9/+19
| * Add compile-time option to show visible annoying red border when sound is ove... Aaron Giles2021-08-231-0/+1
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2234-475/+431
| * Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... Vas Crabb2021-08-221-27/+22
| * Fix exception in debug memory viewer selecting a floating point format when t... AJR2021-08-161-0/+2
| * debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-1/+1
| * dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-162-54/+79
| * divtlb.cpp: remove a crash caused by the modulus operator yz70s2021-08-151-2/+6
| * Debugger-related feature removals and cleanup AJR2021-08-1512-219/+28
* | Switch to using an exception to escape the inner timeslice loop. Clean up som... Aaron Giles2021-08-306-261/+206
* | Add working support for mid-timeslice saves/loads from the debugger. Aaron Giles2021-08-234-157/+307
* | Fix state loading from the command line Aaron Giles2021-08-231-2/+3
* | Clean up save state handling. Timers are now restored in proper order. Mid-ti... Aaron Giles2021-08-225-222/+254
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-205-68/+51
* | Use callback timers for everything. Aaron Giles2021-08-192-54/+44
* | Minor cleanups. Aaron Giles2021-08-193-4/+5
* | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... Aaron Giles2021-08-174-60/+48
* | Tweak SFINAE to match patterns elsewhere. Aaron Giles2021-08-161-3/+3
* | Remove m_subseconds_per_clock from device_t, defering to attotime helpers for... Aaron Giles2021-08-162-19/+3
* | Some attotime cleanup/tweaks. Aaron Giles2021-08-162-74/+262
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1475-4432/+3009
|\|
| * emu/render.cpp: Fixed automatic sizing of snapshots/recordings. (#8397) antonioginer2021-08-061-13/+22
| * Slightly cleaned up OSD input modules. Vas Crabb2021-07-295-61/+65
| * Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... smf-2021-07-281-22/+27
| * API cleanups and miscellaneous fixes. Vas Crabb2021-07-1522-483/+570
| * emu/emumem*: Removed endianness template parameter from handler_entry_read, h... ajrhacker2021-07-0931-3130/+1847
| * video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-093-36/+34
| * softlist_dev.cpp: Fix verbose printf AJR2021-07-051-1/+1
| * Remove some tag lookups by name (#8252) Miodrag Milanović2021-07-051-2/+1
| * Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2021-07-021-17/+35
| * emu/rendutil.cpp: Use setjmp/longjmp for libjpeg error unwinding. Vas Crabb2021-06-291-70/+90
| * Initialize m_config in all situations. Aaron Giles2021-06-261-0/+2
| * softlist_dev: fixed typo Robbbert2021-06-261-1/+1
| * -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-241-1/+0
| * -Miscellaneous improvements for software lists: Vas Crabb2021-06-237-189/+227
| * emu/ioport.cpp: Preserve configuration for slot cards when not selected. Vas Crabb2021-06-233-46/+102
| * Remove emualloc.* AJR2021-06-228-360/+2