summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot
Commit message (Collapse)AuthorAgeFilesLines
...
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
|
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
|
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ Miodrag Milanovic2016-04-241-1/+1
| | | | confusion (nw)
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-0712-92/+34
| | | | | | | | - Eliminate the cached device_t::m_region pointer and its region() getter method. Devices that need to bind to a region with the same tag should use optional/required_memory_region or optional/required_region_ptr with DEVICE_SELF as the subtag; this improves error checking. (DEVICE_SELF has been moved to device.h for greater visibility in the source.) - Allow required/optional_region_ptr to specify a specific length which must match that of the region found. - Implement finder_base::finder_tag() getter for diagnostic purposes. - Perform some (not very efficient) validity checks on memory region finders instead of allowing them to automatically pass. - Privatize device_memory_interface::m_addrspace.
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
| | | | Subverted somewhat by chd_file class
* reverting: Miodrag Milanovic2016-01-2020-73/+80
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-10/+10
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-10/+10
|
* tags are now strings (nw) Miodrag Milanovic2016-01-1620-80/+73
| | | | fix start project for custom builds in Visual Studio (nw)
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
|
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-112-5/+4
|\ | | | | Return std::string objects by value rather than pass by reference [ajrhacker]
| * Return std::string objects by value rather than pass by reference AJR2016-01-102-5/+4
| | | | | | | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string
* | modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
|/
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0610-26/+26
|
* override part 1 (nw) Miodrag Milanovic2015-12-0510-41/+41
|
* cleanup Miodrag Milanovic2015-12-051-0/+1
|
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
|
* clang-modernize part 2 Miodrag Milanovic2015-12-049-68/+68
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0811-0/+0
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1322-0/+2766