summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pce
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-5/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-9/+9
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-252-6/+5
* srcclean and manual cleanup in preparation for release branch Vas Crabb2024-01-281-3/+3
* bus/pce: Moved Super System Card and Arcade Card to slot card devices. (#11726) cam9002024-01-268-155/+607
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* Fixed various bugs: Vas Crabb2023-04-061-14/+9
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-4/+4
* hash/pcecd.xml: QA notes (#10956) Angelo Salese2023-03-191-6/+6
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-11/+4
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/l-w) Robbbert2022-04-021-1/+1
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-272-8/+8
* Remove fileio.h from emu.h AJR2022-02-111-0/+3
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-6/+6
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-214-26/+26
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-13/+15
* Spring cleaning: Vas Crabb2019-11-012-11/+11
* srcclean (nw) Vas Crabb2019-08-253-5/+5
* pce.cpp: add support for Tennokoe Bank extended Backup RAM [Angelo Salese] angelosa2019-08-134-2/+133
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+11
* pce_slot.h: forgot to actually remove the macros (nw) Ivan Vangelista2019-02-161-11/+0
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-161-0/+11
* -gba: Use correct initial mapping for movie cartridges. Fixes v_sharkt, v_shr... mooglyguy2018-01-132-11/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-48/+51
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-6/+5
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-272-5/+5
* device_image_interface cleanups (nw) AJR2017-02-271-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-37/+37
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-2/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-13/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-204-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-164-14/+14
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-5/+4