| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc: toodle-oo TOOD typo |  hap | 2026-03-24 | 1 | -2/+2 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -13/+4 |
| * | bus/snes/st018.cpp: Use multibyte helpers |  AJR | 2026-02-13 | 1 | -9/+5 |
| * | cpu/upd7725.cpp: Improved host interface, suppress side effects for debugger ... |  cam900 | 2025-04-25 | 2 | -36/+44 |
| * | bus/snes/st018.cpp: Add primary support of ST018 coprocessor (#13553) |  cam900 | 2025-04-13 | 3 | -1/+219 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 13 | -102/+102 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+1 |
| * | Formats-related #include cleanup |  AJR | 2023-10-08 | 1 | -2/+0 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -5/+5 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -10/+6 |
| * | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -4/+4 |
| * | bus/snes/profighter.cpp: Added skeleton devices for "Pro Figher" SNES cartrid... |  Ivan Vangelista | 2023-03-10 | 3 | -2/+347 |
| * | Update snes_slot.cpp (#10695) |  Tom | 2022-12-17 | 1 | -1/+1 |
| * | Reimplemented Game Boy and Mega Duck cartridge slots: |  Vas Crabb | 2022-09-13 | 2 | -62/+32 |
| * | bus/mononcol: Get rid of a pile of copy/pasted crud. |  Vas Crabb | 2022-08-28 | 2 | -13/+7 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -19/+11 |
| * | -snes.xml: Added eight dumps (four pirate dumps, four cracked versions). (#10... |  0kmg | 2022-08-13 | 1 | -21/+5 |
| * | bus/snes: Log checksums and addresses consistently when loading cartridges. (... |  0kmg | 2022-08-03 | 1 | -24/+10 |
| * | srcclean and cleanup in preparation for branching MAME 0.245 |  Vas Crabb | 2022-06-26 | 1 | -2/+2 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -186/+158 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -9/+9 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 2 | -9/+9 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -13/+3 |
| * | srcclean in preparation for release of MAME 0.238. |  Vas Crabb | 2021-11-21 | 2 | -6/+6 |
| * | bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt (#8... |  cam900 | 2021-11-19 | 4 | -518/+716 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -4/+5 |
| * | sa1.cpp: Fix CPU speed, memory access cycle, Add notes (#8637) |  cam900 | 2021-10-01 | 2 | -64/+90 |
| * | Use std::clamp in more source files |  AJR | 2021-08-15 | 1 | -2/+2 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 2 | -16/+8 |
| * | -sa1: Fixed up compatibility comments for kirby3, pebble, smrpg |  Ryan Holtz | 2020-08-06 | 1 | -3/+3 |
| * | -sa1: Fixed type-1 character conversion. [Ryan Holtz] |  mooglyguy | 2020-03-15 | 2 | -95/+112 |
| * | -sa1: Added savestate support. [Ryan Holtz] |  mooglyguy | 2020-03-13 | 1 | -2/+113 |
| * | various devices: try the new (and some not so new) save state possibilities (nw) |  Ivan Vangelista | 2019-12-09 | 1 | -5/+2 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -20/+22 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-10-05 | 1 | -2/+1 |
| * | -snes: Differentiate between SuperFX 1 and SuperFX 2. Fixes game speed in Sta... |  MooglyGuy | 2019-10-05 | 5 | -24/+71 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 24 | -413/+445 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 24 | -445/+413 |
| * | bus/gameboy, bus/snes: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 24 | -333/+350 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 2 | -70/+82 |
| * | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 2 | -9/+11 |
| * | snes: Fix crash when no cartridge has been loaded |  AJR | 2019-01-07 | 1 | -1/+2 |
| * | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 2 | -19/+22 |