summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-8/+8
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-2/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-072-26/+7
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1410-80/+77
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-275-6/+7
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1110-5/+5
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-40/+40
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+1
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-3/+3
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-3/+3
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-3/+3
|/
* 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
* Add support to adjust the screen color Dirk Best2016-03-121-4/+4
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-272-3/+3
* reverting: Miodrag Milanovic2016-01-2010-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-1610-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-3/+3
* pet/cbm2: HSG/HRG WIP. (nw) Curt Coder2016-01-032-29/+52
* pet/cbm2: HSG/HRG WIP. (nw) Curt Coder2016-01-012-23/+31
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* cleanups (nw) Miodrag Milanovic2015-12-252-3/+2
* override part 1 (nw) Miodrag Milanovic2015-12-055-28/+28
* clang-modernize part 2 Miodrag Milanovic2015-12-043-13/+13
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1310-0/+1136