summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* sound: removed cfg defvol/newvol (was already deprecated) hap3 hours1-9/+0
* -emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN. Vas Crabb8 hours1-2/+2
* misc artwork: remove obsolete text bg rect hap2 days1-45/+25
* emu/rendlay.cpp: Keep alpha channel intact when drawing text components. (#11... Devin Acker4 days1-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
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-202-78/+238
* render.cpp: Nuke previous scaler when releasing a render_texture in case it g... AJR2023-10-191-0/+1
* Miscellaneous change roll-up: Vas Crabb2023-09-291-0/+2
* ioport.cpp, rendfont.cpp: Use multibyte.h functions AJR2023-09-212-107/+30
* distate.cpp: Use count_leading_zeros_64 to calculate format width AJR2023-09-211-3/+1
* romload.cpp: Use std::string_view in determine_bios_rom AJR2023-09-212-7/+6
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-193-4/+4
* ioport.cpp: Trim extra spaces in keyboard key names more safely AJR2023-09-171-3/+7
* speaker: set pan range to -1 to 1, hap2023-09-103-12/+12
* sound: deprecate cfg defvol, and change newvol to value hap2023-09-091-16/+17
* sound: add configurable speaker panning hap2023-09-093-26/+100
* machine/rp5c15.cpp: implement set_year_offset setter, fix x68k default year s... Angelo Salese2023-09-081-1/+1
* render.cpp: Use std::clamp for clamping aspect ratio AJR2023-08-161-6/+1
* ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb2023-08-172-6/+6
* heathkit/h19.cpp, heathkit/tlb.cpp: Added Northwest Digital Systems GP-19 ter... Mark Garlanger2023-08-041-0/+3
* -emu/devcb.h: Removed set_log and append_log. Vas Crabb2023-08-023-192/+9
* zac2650.cpp: Rename driver to zac1b1120.cpp; add XTAL-derived timings and som... AJR2023-07-111-1/+2
* bus/ata: Do slot output signals the sensible way (fixes GitHub #11346). Vas Crabb2023-06-181-0/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-178-173/+227
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-161-1/+1
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-75/+170
* tigeroad: remove tilerom tag lookup, hap2023-06-121-0/+1
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-122-6/+46
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-034-10/+10
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-23/+10
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-281-2/+2
* xtal.cpp: Add another known value (unused for now) AJR2023-05-271-0/+1
* debughlp: document gp command Patrick Mackinlay2023-05-231-1/+23
* ioport: put IPT_ADJUSTER in same class as IPT_CONFIG hap2023-05-221-1/+1
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-1/+1
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-121-0/+1
* image: Executive decision: disk regions used the owner name (e.g., no :image) Olivier Galibert2023-05-091-1/+1
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-083-3/+11
* Adjustments to option priority interactions: Vas Crabb2023-05-093-28/+66
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-081-1/+2
* kaypro.cpp: Add screen raw parameters AJR2023-05-061-0/+1
* diexec: Input line methods can't be called reliably until the device has star... AJR2023-05-041-4/+4
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-042-0/+172
* softlist_dev.cpp: Validate characters in software list names AJR2023-04-221-0/+3
* diserial: Add machine time to bit logging messages AJR2023-04-221-4/+4