summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* -luaengine.cpp: Expose UI controls toggle state. Vas Crabb2023-03-231-1/+1
* -jaleco/tetrisp2.cpp: Added partial emulation of PC for music games. [Windy F... Vas Crabb2023-03-221-0/+15
* Miscellaneous cleanup: Vas Crabb2023-03-211-20/+22
* emumem_mview: Add the forgotten key, allows to distinguish ram zones at the s... Olivier Galibert2023-03-201-1/+1
* mcs96: Translate first 256 bytes of main memory space to register space AJR2023-03-191-0/+2
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-188-172/+169
* emu/rgbgen.h: Made out-of-range shift deterministic. (#10987) invertego2023-03-132-41/+90
* Interrupt callback rationalization AJR2023-03-114-17/+72
* Lua engine: Better bindings for device_state_interface. Vas Crabb2023-03-121-2/+4
* Fix debugger exception point hit message AJR2023-03-091-2/+2
* Various updates, mostly around Lua: Vas Crabb2023-03-071-7/+9
* emu/ioport.cpp: Changed config save/load behaviour for conditional fields. Vas Crabb2023-03-011-6/+13
* rendlay: fix accumulated rounding error when drawing text hap2023-02-271-10/+10
* vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) Eric Anderson2023-02-271-0/+1
* Various cleanups: Vas Crabb2023-02-273-13/+13