| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 8 | -68/+68 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+3 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -2/+2 |
* | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -4/+4 |
* | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 1 | -6/+12 |
* | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -11/+11 |
* | bus/megadrive/jcart.cpp: Fixed include guard typo. (#10687) |  0kmg | 2022-12-15 | 1 | -3/+3 |
* | More Sega cleanup: |  Vas Crabb | 2022-12-15 | 2 | -79/+53 |
* | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -15/+8 |
* | megadriv.xml: compatibility field cleanups, apply minor fixes (#9732) [Angelo... |  Angelo Salese | 2022-05-23 | 1 | -17/+16 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -14/+14 |
* | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 2 | -14/+14 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -7/+7 |
* | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -16/+4 |
* | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -8/+7 |
* | srcclean in preparation for branching release |  Vas Crabb | 2021-04-25 | 1 | -2/+2 |
* | Adding technical details on the SVP chip internal ROM and fixing start addres... |  Javier de Silóniz Sandino | 2021-04-09 | 1 | -0/+20 |
* | new WORKING software list entries (#7884) |  David Haywood | 2021-04-05 | 5 | -1/+160 |
* | bus/megadrive: Improved Sonic & Knuckles "lock on" slot handling. [Ryan Holtz] |  MooglyGuy | 2021-03-25 | 2 | -15/+49 |
* | -jcart: Fixed I2C read address for Codemasters games. [Ryan Holtz] (#7885) |  MooglyGuy | 2021-03-23 | 2 | -36/+31 |
* | bus/megadrive: Updated EEPROM save cartridge compatibility list. |  Vas Crabb | 2021-03-23 | 1 | -3/+3 |
* | -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] |  MooglyGuy | 2021-03-23 | 3 | -31/+59 |
* | devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ss... |  Ivan Vangelista | 2021-03-08 | 2 | -0/+14 |
* | sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers... |  Ivan Vangelista | 2021-02-20 | 1 | -1/+0 |
* | sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805) |  cam900 | 2021-02-20 | 1 | -1/+2 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -2/+2 |
* | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
* | -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. |  Vas Crabb | 2020-11-06 | 1 | -8/+8 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -2/+2 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 16 | -242/+242 |
* | Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... |  smf- | 2020-05-06 | 1 | -1/+1 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -17/+22 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
* | (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... |  Vas Crabb | 2019-10-16 | 1 | -2/+2 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -48/+62 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -62/+48 |
* | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-16 | 3 | -16/+20 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -5/+6 |
* | -ghosteo: Removed deprecated warning, nw |  mooglyguy | 2019-02-02 | 2 | -27/+36 |
* | -devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... |  mooglyguy | 2018-12-20 | 1 | -10/+18 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -7/+7 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -3/+3 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -70/+73 |
* | removed some state() calls |  smf- | 2018-04-14 | 2 | -2/+2 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -14/+16 |
* | srcclean (nw) |  Vas Crabb | 2018-02-25 | 1 | -1/+1 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -13/+15 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+4 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 5 | -20/+12 |