summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbm2
Commit message (Expand)AuthorAgeFilesLines
* adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... AJR2021-06-202-16/+0
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-025-19/+15
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-014-26/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-269-72/+64
* Revert "conflict resolution (nw)" andreasnaive2019-03-259-64/+72
* ef9345, ef9365: Simplify read/write handlers (nw) AJR2019-03-071-2/+2
* bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... AJR2019-02-199-33/+33
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-15/+17
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-301-11/+0
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-102-13/+14
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-1/+10
* mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... AJR2018-08-131-35/+13
* devcb3 Vas Crabb2018-07-071-4/+4
* 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