| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rendersw: add out of bounds check to 16-bit get_texel (32-bit version already... |  hap | 2023-12-26 | 1 | -4/+13 |
* | rs232/pty: remove unused constexpr |  hap | 2023-12-19 | 1 | -1/+1 |
* | sega/sega_beena.cpp: Hooked up barcode cards. |  Vas Crabb | 2023-12-14 | 1 | -6/+7 |
* | emu/diimage.cpp: Added media change notifier and exposed to Lua. |  Vas Crabb | 2023-12-14 | 2 | -48/+100 |
* | nubus/nubus_cb264.cpp, pds30_cb264.cpp: Better guess at screen parameters; no... |  AJR | 2023-12-12 | 1 | -0/+1 |
* | emufwd.h: Add forward declaration for render_bounds |  AJR | 2023-12-11 | 3 | -2/+4 |
* | schedule/timer: be more consistent with s32 param |  hap | 2023-12-11 | 5 | -12/+12 |
* | sound: removed cfg defvol/newvol (was already deprecated) |  hap | 2023-12-10 | 1 | -9/+0 |
* | -emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN. |  Vas Crabb | 2023-12-11 | 1 | -2/+2 |
* | misc artwork: remove obsolete text bg rect |  hap | 2023-12-08 | 1 | -45/+25 |
* | emu/rendlay.cpp: Keep alpha channel intact when drawing text components. (#11... |  Devin Acker | 2023-12-07 | 1 | -12/+1 |
* | Added some additional layout functionality and script bindings. |  Vas Crabb | 2023-10-30 | 2 | -2/+63 |
* | sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) |  qufb | 2023-10-28 | 1 | -2/+2 |
* | Disallow zero-length regions in ROM definitions and software lists |  AJR | 2023-10-22 | 2 | -0/+4 |
* | emu/romload.cpp: Removed apparently obsolete FIXME comment. |  Vas Crabb | 2023-10-21 | 1 | -20/+16 |
* | emu/romload.cpp: Tidy up some of the code a little. |  Vas Crabb | 2023-10-21 | 2 | -106/+123 |
* | emu/romload.cpp: Don't search parent device search path for software media. |  Vas Crabb | 2023-10-20 | 2 | -30/+11 |
* | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 2 | -78/+238 |
* | render.cpp: Nuke previous scaler when releasing a render_texture in case it g... |  AJR | 2023-10-19 | 1 | -0/+1 |
* | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 1 | -0/+2 |
* | ioport.cpp, rendfont.cpp: Use multibyte.h functions |  AJR | 2023-09-21 | 2 | -107/+30 |
* | distate.cpp: Use count_leading_zeros_64 to calculate format width |  AJR | 2023-09-21 | 1 | -3/+1 |
* | romload.cpp: Use std::string_view in determine_bios_rom |  AJR | 2023-09-21 | 2 | -7/+6 |
* | Change parameter type for device_network_interface::set_mac from char * to u8 * |  AJR | 2023-09-19 | 3 | -4/+4 |
* | ioport.cpp: Trim extra spaces in keyboard key names more safely |  AJR | 2023-09-17 | 1 | -3/+7 |
* | speaker: set pan range to -1 to 1, |  hap | 2023-09-10 | 3 | -12/+12 |
* | sound: deprecate cfg defvol, and change newvol to value |  hap | 2023-09-09 | 1 | -16/+17 |
* | sound: add configurable speaker panning |  hap | 2023-09-09 | 3 | -26/+100 |
* | machine/rp5c15.cpp: implement set_year_offset setter, fix x68k default year s... |  Angelo Salese | 2023-09-08 | 1 | -1/+1 |
* | render.cpp: Use std::clamp for clamping aspect ratio |  AJR | 2023-08-16 | 1 | -6/+1 |
* | ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. |  Vas Crabb | 2023-08-17 | 2 | -6/+6 |
* | heathkit/h19.cpp, heathkit/tlb.cpp: Added Northwest Digital Systems GP-19 ter... |  Mark Garlanger | 2023-08-04 | 1 | -0/+3 |
* | -emu/devcb.h: Removed set_log and append_log. |  Vas Crabb | 2023-08-02 | 3 | -192/+9 |
* | zac2650.cpp: Rename driver to zac1b1120.cpp; add XTAL-derived timings and som... |  AJR | 2023-07-11 | 1 | -1/+2 |
* | bus/ata: Do slot output signals the sensible way (fixes GitHub #11346). |  Vas Crabb | 2023-06-18 | 1 | -0/+2 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 8 | -173/+227 |
* | turbo,zaxxon: set 8255 tristate to 0, |  hap | 2023-06-16 | 1 | -1/+1 |
* | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 1 | -75/+170 |
* | tigeroad: remove tilerom tag lookup, |  hap | 2023-06-12 | 1 | -0/+1 |
* | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 2 | -6/+46 |
* | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 4 | -10/+10 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -23/+10 |
* | srcclean in preparation for MAME 0.255 branch |  Vas Crabb | 2023-05-28 | 1 | -2/+2 |
* | xtal.cpp: Add another known value (unused for now) |  AJR | 2023-05-27 | 1 | -0/+1 |
* | debughlp: document gp command |  Patrick Mackinlay | 2023-05-23 | 1 | -1/+23 |
* | ioport: put IPT_ADJUSTER in same class as IPT_CONFIG |  hap | 2023-05-22 | 1 | -1/+1 |
* | Skeleton driver for 600 Cellular Activation Tester (#11225) |  MooglyGuy | 2023-05-13 | 1 | -1/+1 |
* | sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) |  holub | 2023-05-12 | 1 | -0/+1 |
* | image: Executive decision: disk regions used the owner name (e.g., no :image) |  Olivier Galibert | 2023-05-09 | 1 | -1/+1 |
* | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 3 | -3/+11 |