| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adjustments to option priority interactions: |  Vas Crabb | 2023-05-09 | 3 | -28/+66 |
* | mcs51: implement serial input/output as bit stream (#11190) |  Patrick Mackinlay | 2023-05-08 | 1 | -1/+2 |
* | kaypro.cpp: Add screen raw parameters |  AJR | 2023-05-06 | 1 | -0/+1 |
* | diexec: Input line methods can't be called reliably until the device has star... |  AJR | 2023-05-04 | 1 | -4/+4 |
* | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 2 | -0/+172 |
* | softlist_dev.cpp: Validate characters in software list names |  AJR | 2023-04-22 | 1 | -0/+3 |
* | diserial: Add machine time to bit logging messages |  AJR | 2023-04-22 | 1 | -4/+4 |
* | namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ... |  987123879113 | 2023-04-19 | 1 | -0/+1 |
* | emu/recording.cpp: fixed compile |  Ivan Vangelista | 2023-04-15 | 1 | -1/+1 |
* | set accurate avi framerate instead of rough approximation (#11030) |  feos | 2023-04-15 | 1 | -3/+3 |
* | emu/emumem.h: Allow emu::rw_delegate to work with device finders. |  Vas Crabb | 2023-04-15 | 2 | -26/+17 |
* | Miscellaneous improvements: |  Vas Crabb | 2023-04-14 | 1 | -0/+37 |
* | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. |  Vas Crabb | 2023-04-13 | 2 | -120/+121 |
* | Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... |  Vas Crabb | 2023-04-11 | 23 | -568/+220 |
* | clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... |  Vas Crabb | 2023-04-10 | 1 | -1/+2 |
* | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 4 | -60/+71 |
* | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 2 | -4/+59 |
* | machine.cpp: Recognize reset phase in describe_context |  AJR | 2023-04-02 | 1 | -1/+4 |
* | Improvements to debugger 'map' command |  AJR | 2023-04-02 | 1 | -4/+5 |
* | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 2 | -44/+60 |
* | API change for device_image_interface |  AJR | 2023-03-30 | 6 | -181/+93 |
* | debugbuf.cpp: Note flaw in design |  AJR | 2023-03-30 | 1 | -0/+2 |
* | Apply workaround for debugger history command consuming ridiculous amounts of... |  AJR | 2023-03-29 | 1 | -1/+1 |
* | emu/profiler.cpp: Disable assertion that profiler isn't enabled/disabled with... |  Vas Crabb | 2023-03-27 | 1 | -1/+2 |
* | Drop support for libc++ 6 altogether - it's missing std::unordered_map::extract. |  Vas Crabb | 2023-03-27 | 1 | -4/+0 |
* | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 2 | -4/+4 |
* | Pacify clang, and more noexcept. |  Vas Crabb | 2023-03-26 | 2 | -10/+12 |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 16 | -59/+66 |
* | New systems marked not working |  Nigel Barnes | 2023-03-25 | 1 | -0/+1 |
* | isa/hpblp: Cleanups. [R. Belmont, Vas Crabb] |  arbee | 2023-03-24 | 1 | -1/+1 |
* | bus/ISA: Added HP82321A BASIC Language coprocessor (#10926) |  Sven Schnelle | 2023-03-24 | 2 | -0/+6 |
* | emu/profile.h: Hopefully convince clang that profile scope helpers are import... |  Vas Crabb | 2023-03-25 | 1 | -2/+8 |
* | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 15 | -153/+162 |
* | Various devices: Correct placement of U integer suffix in definitions of shif... |  AJR | 2023-03-23 | 1 | -3/+3 |
* | Retired the over-stretched "system type" flags. |  Vas Crabb | 2023-03-23 | 3 | -215/+72 |
* | -luaengine.cpp: Expose UI controls toggle state. |  Vas Crabb | 2023-03-23 | 1 | -1/+1 |
* | -jaleco/tetrisp2.cpp: Added partial emulation of PC for music games. [Windy F... |  Vas Crabb | 2023-03-22 | 1 | -0/+15 |
* | Miscellaneous cleanup: |  Vas Crabb | 2023-03-21 | 1 | -20/+22 |
* | emumem_mview: Add the forgotten key, allows to distinguish ram zones at the s... |  Olivier Galibert | 2023-03-20 | 1 | -1/+1 |
* | mcs96: Translate first 256 bytes of main memory space to register space |  AJR | 2023-03-19 | 1 | -0/+2 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 8 | -172/+169 |
* | emu/rgbgen.h: Made out-of-range shift deterministic. (#10987) |  invertego | 2023-03-13 | 2 | -41/+90 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 4 | -17/+72 |
* | Lua engine: Better bindings for device_state_interface. |  Vas Crabb | 2023-03-12 | 1 | -2/+4 |
* | Fix debugger exception point hit message |  AJR | 2023-03-09 | 1 | -2/+2 |
* | Various updates, mostly around Lua: |  Vas Crabb | 2023-03-07 | 1 | -7/+9 |
* | emu/ioport.cpp: Changed config save/load behaviour for conditional fields. |  Vas Crabb | 2023-03-01 | 1 | -6/+13 |
* | rendlay: fix accumulated rounding error when drawing text |  hap | 2023-02-27 | 1 | -10/+10 |
* | vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) |  Eric Anderson | 2023-02-27 | 1 | -0/+1 |
* | Various cleanups: |  Vas Crabb | 2023-02-27 | 3 | -13/+13 |