summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments Aaron Giles2021-08-1386-4586/+3576
|\
| * 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
| * Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-16/+0
| * rendlay.cpp: Fix assertion failure with -D_GLIBCXX_ASSERTIONS AJR2021-06-131-1/+3
| * Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-132-5/+5
| * emumem: Correct logic in populate_mismatched_nomirror and populate_passthroug... AJR2021-06-102-53/+49
| * including optional is not optional when optional is used Olivier Galibert2021-05-261-0/+1
| * views: Allow to know the currently selected entry Olivier Galibert2021-05-261-0/+2
| * capcom: Adjust the common screen timings on old capcom games [O. Galibert, Jo... Olivier Galibert2021-05-171-1/+1
| * mview: Fix missing import of submaps in views. Need to fix more about import... Olivier Galibert2021-05-121-2/+4
| * New machines marked as NOT_WORKING AJR2021-05-111-0/+1
| * vt1682: probably fix fullrom read buffer overflow hap2021-05-101-1/+1
| * dinetwork: don't transmit fcs Patrick Mackinlay2021-05-102-4/+6
| * Fix minor positioning glitches in disassembly view related to changing sources AJR2021-05-091-3/+5
| * Add -share_directory option. This sets a directory on the host system which ... arbee2021-05-082-0/+3
| * render: increase MAX_TEXTURE_SCALES a bit hap2021-05-081-1/+1
| * emu/machine.cpp: Get rid of the dummy space device. Vas Crabb2021-05-053-93/+7
| * options: extended the snapname templates to allow for a timestamp %t option, ... etabeta782021-04-291-0/+12
| * lc80e: correct cpu speed hap2021-04-271-0/+1
| * srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
| * sound: Fix wrapping bug when using fill/copy/bulk-add on write_stream_views Aaron Giles2021-04-211-14/+18
| * smartboard: add internal artwork for the pc version hap2021-04-191-0/+453
| * sound: Don't go down to the osd on redundant mute calls (like vgmplay's 44100... Olivier Galibert2021-04-161-1/+4
| * views: Invalidate the caches on bank selection change [O. Galibert] Dirk Best2021-04-131-0/+6
| * a2600: Minor changes Olivier Galibert2021-04-121-0/+2
| * Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR2021-04-091-2/+2
| * Add %o format support to debugger printf command AJR2021-04-061-0/+26
| * options: simplified the statename/snapname logic for naming after image devic... etabeta2021-04-042-27/+4
| * battlane: fix a problem with double height sprites at last boss [dink] hap2021-04-011-3/+3
| * Added some swlist warnings for Tafoid's tests. Robbbert2021-04-021-0/+2
| * srcclean in preparation for release Vas Crabb2021-03-281-1/+1
| * Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-221-1/+1
* | Create subseconds class to wrap sub-second times. Currently just maps to atto... Aaron Giles2021-04-011-4/+133
* | More statistics improvements Aaron Giles2021-03-312-6/+22
* | Add lots of statistics. Don't put never timers on the active list. Aaron Giles2021-03-312-36/+118