summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbm2
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-232-11/+5
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-11/+11
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+15
* Miscellaneous cleanup, and a couple of error checks. Vas Crabb2024-01-251-1/+7
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-11/+11
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-3/+1
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-3/+3
* API change for device_image_interface AJR2023-03-302-3/+3
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* 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
|/