summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* amstad: Transtape WIP support. [Barry Rodewald] mahlemiut2015-11-103-3/+198
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0815-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-283-12/+11
* amstrad: added Draysoft Doubler expansion device mahlemiut2015-10-262-0/+120
* amstrad: improved expansion mappings, fixing minor issues with the DDI-1 mahlemiut2015-10-215-7/+18
* cpc464: force DDI-1 to use only ROM slot 7, should fix issues with Speedlock ... mahlemiut2015-10-172-1/+26
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-303-11/+10
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1328-0/+3255