| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 2 | -10/+4 |
| * | bus/sg1000_exp/sp400.cpp: Added a skeleton device for the SP-400 plotter (#13... |  goldnchild | 2025-02-27 | 3 | -2/+248 |
| * | srcclean and cleanup |  Vas Crabb | 2024-12-22 | 1 | -1/+1 |
| * | Sega SC-3000/SK-1100 overhaul |  AJR | 2024-11-26 | 3 | -62/+204 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 2 | -7/+6 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 5 | -11/+11 |
| * | devices/bus: remove use of utf8.h |  hap | 2023-12-23 | 1 | -5/+4 |
| * | misc: remove some unneeded PORT_NAME from input defs |  hap | 2023-12-23 | 1 | -2/+2 |
| * | misc: remove \xc2 and \xc3 from input defs |  hap | 2023-12-22 | 1 | -1/+1 |
| * | misc: remove some use of utf8.h in input defs |  hap | 2023-12-22 | 1 | -1/+1 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 2 | -1/+2 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 3 | -20/+20 |
| * | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 1 | -0/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -30/+20 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 1 | -1/+1 |
| * | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -1/+1 |
| * | New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) |  Aaron Giles | 2021-02-27 | 1 | -1/+1 |
| * | sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) |  AJR | 2020-05-31 | 6 | -18/+18 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 2 | -6/+6 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -12/+12 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 8 | -42/+519 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 8 | -519/+42 |
| * | sg1000m3: Add keyboard cable link for F-16 Fighting Falcon's 2p mode (#4680) |  enikland2 | 2019-02-27 | 6 | -14/+493 |
| * | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -4/+5 |
| * | Merge pull request #4573 from cam900/fm_args |  ajrhacker | 2019-02-01 | 1 | -2/+2 |
| |\ |
|
| | * | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 1 | -2/+2 |
| * | | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -15/+11 |
| |/ |
|
| * | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -5/+6 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -4/+4 |
| * | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -2/+2 |
| * | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 1 | -4/+4 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -4/+4 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -5/+6 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 4 | -21/+8 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 6 | -30/+31 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 3 | -3/+3 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 6 | -3/+3 |
| * | sms: set initial audio mixing state on reset [Enik Land] |  MetalliC | 2016-11-01 | 2 | -15/+34 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -22/+22 |
| * | sms.c: small correction to FM change (nw) |  MetalliC | 2016-10-14 | 1 | -4/+4 |
| * | sms.cpp: fix Out Run sound in FM mode [Enik Land] |  MetalliC | 2016-10-10 | 2 | -10/+43 |
| * | sms.cpp: more accurate FM Sound Unit behavior [Enik Land] |  MetalliC | 2016-09-09 | 1 | -3/+13 |
| * | Devfind revision phase 2 (nw) |  AJR | 2016-08-05 | 2 | -49/+12 |
| * | ym2413: Isolate, objectify, integrate [O. Galibert] |  Olivier Galibert | 2016-06-29 | 1 | -1/+1 |