summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* 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
* namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ... 9871238791132023-04-191-0/+1
* emu/recording.cpp: fixed compile Ivan Vangelista2023-04-151-1/+1
* set accurate avi framerate instead of rough approximation (#11030) feos2023-04-151-3/+3
* emu/emumem.h: Allow emu::rw_delegate to work with device finders. Vas Crabb2023-04-152-26/+17
* Miscellaneous improvements: Vas Crabb2023-04-141-0/+37
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-132-120/+121
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-1123-568/+220
* clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... Vas Crabb2023-04-101-1/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-084-60/+71
* Small fixes and cleanup: Vas Crabb2023-04-042-4/+59
* machine.cpp: Recognize reset phase in describe_context AJR2023-04-021-1/+4
* Improvements to debugger 'map' command AJR2023-04-021-4/+5
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-012-44/+60
* API change for device_image_interface AJR2023-03-306-181/+93
* debugbuf.cpp: Note flaw in design AJR2023-03-301-0/+2
* Apply workaround for debugger history command consuming ridiculous amounts of... AJR2023-03-291-1/+1
* emu/profiler.cpp: Disable assertion that profiler isn't enabled/disabled with... Vas Crabb2023-03-271-1/+2
* Drop support for libc++ 6 altogether - it's missing std::unordered_map::extract. Vas Crabb2023-03-271-4/+0
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-262-4/+4
* Pacify clang, and more noexcept. Vas Crabb2023-03-262-10/+12
* Various optimisations to code generaton. Vas Crabb2023-03-2616-59/+66
* New systems marked not working Nigel Barnes2023-03-251-0/+1
* isa/hpblp: Cleanups. [R. Belmont, Vas Crabb] arbee2023-03-241-1/+1
* bus/ISA: Added HP82321A BASIC Language coprocessor (#10926) Sven Schnelle2023-03-242-0/+6
* emu/profile.h: Hopefully convince clang that profile scope helpers are import... Vas Crabb2023-03-251-2/+8
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-2515-153/+162
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-231-3/+3
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-233-215/+72