summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... Patrick Mackinlay2024-03-212-33/+84
* New systems marked not working Ivan Vangelista2024-03-191-0/+1
* emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... Vas Crabb2024-03-193-71/+49
* dirom fix Olivier Galibert2024-03-181-3/+0
* swx00: Advance Olivier Galibert2024-03-182-0/+11
* rendlay: fix off-by-1 error with alpha blended disk element hap2024-03-181-12/+4
* New systems marked not working Dirk Best2024-03-131-0/+1
* rendfont: set minimum width of scaled bitmap for font chars used in .lay file... hap2024-03-112-5/+6
* diserial: change the rx start delay to more realistic 0.5 cycles hap2024-03-081-2/+2
* New systems marked not working Dirk Best2024-03-081-0/+1
* diserial: increase start delay from 0.25 to 0.33 cycle hap2024-03-071-1/+3
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-1/+0
* coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2024-02-263-9/+6
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-259-82/+66
* emu/save.cpp: Made illegal save state registrations always fatal. (#12054) Vas Crabb2024-02-253-27/+1
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-253-32/+79
* machine: reword save/loadstate popmessage a bit again hap2024-02-191-11/+12
* machine: add filename to save/load state message hap2024-02-181-12/+13
* -osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ... Vas Crabb2024-02-181-57/+57
* - osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f... hap2024-02-161-9/+9
* Fixed OSD interaction with updated default keys. [R. Belmont] arbee2024-02-131-1/+1
* Default UI keys cleanup [hap, R. Belmont] arbee2024-02-131-57/+57
* ui: add quick save/load state shortcut, default key undecided hap2024-02-112-0/+4
* Revert "ui: move decrease frameskip key from F8 to Shift F9" hap2024-02-111-2/+2
* nvram: delete file on save if there's a write error or result file is 0 bytes hap2024-02-101-0/+9
* ui: move decrease frameskip key from F8 to Shift F9 hap2024-02-091-2/+2
* emu/memarray.cpp: Fix little Endian byte read/write to 64-bit areas. (#11985) amameuser2024-01-301-2/+2
* misc layout: tag myself as author hap2024-01-252-0/+2
* diimage.h: Remove now-unused function AJR2024-01-131-5/+0
* newpci: Create a first stab at slottable cards. Embrace the future insanity Olivier Galibert2024-01-131-3/+3
* brke23p2: change rom filename to same as set name, hap2024-01-051-2/+2
* New systems marked not working Ivan Vangelista2024-01-041-1/+1
* mm2: update notes about turbokit, chess*: small tweaks hap2024-01-021-1/+1
* rendersw: add out of bounds check to 16-bit get_texel (32-bit version already... hap2023-12-261-4/+13
* rs232/pty: remove unused constexpr hap2023-12-191-1/+1
* sega/sega_beena.cpp: Hooked up barcode cards. Vas Crabb2023-12-141-6/+7
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-142-48/+100
* nubus/nubus_cb264.cpp, pds30_cb264.cpp: Better guess at screen parameters; no... AJR2023-12-121-0/+1
* emufwd.h: Add forward declaration for render_bounds AJR2023-12-113-2/+4
* schedule/timer: be more consistent with s32 param hap2023-12-115-12/+12
* sound: removed cfg defvol/newvol (was already deprecated) hap2023-12-101-9/+0
* -emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN. Vas Crabb2023-12-111-2/+2
* misc artwork: remove obsolete text bg rect hap2023-12-081-45/+25
* emu/rendlay.cpp: Keep alpha channel intact when drawing text components. (#11... Devin Acker2023-12-071-12/+1
* Added some additional layout functionality and script bindings. Vas Crabb2023-10-302-2/+63
* sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) qufb2023-10-281-2/+2
* Disallow zero-length regions in ROM definitions and software lists AJR2023-10-222-0/+4
* emu/romload.cpp: Removed apparently obsolete FIXME comment. Vas Crabb2023-10-211-20/+16
* emu/romload.cpp: Tidy up some of the code a little. Vas Crabb2023-10-212-106/+123
* emu/romload.cpp: Don't search parent device search path for software media. Vas Crabb2023-10-202-30/+11