summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-292-4/+4
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-094-5/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-069-62/+62
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-048-11/+12
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-10/+10
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-235-15/+15
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1713-14/+14
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-132-2/+6
* New way to provide DAC reference inputs (nw) AJR2018-01-102-6/+2
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-5/+5
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-5/+5
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-5/+5
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-0826-201/+144
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2213-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1432-190/+226
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* multiface 2: Disable the direct update handler [O. Galibert] Olivier Galibert2017-04-012-4/+3
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-2716-19/+30
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1122-16/+6
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-0513-16/+12
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2232-117/+117
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-174-13/+17
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0616-20/+20
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-3/+3
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Memory fun [O.Galibert] Olivier Galibert2016-06-1413-32/+32
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-2/+2
* some NULL -> nullptr hap2016-01-241-7/+7
* reverting: Miodrag Milanovic2016-01-2032-40/+40
* 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-1632-40/+40
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-192-6/+5
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-192-6/+6
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-172-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-0516-80/+80
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-052-6/+6
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-052-6/+6
* clang-modernize part 2 Miodrag Milanovic2015-12-048-14/+14
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-254-8/+6
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1416-25/+27