summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/cpc
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0720-0/+40
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-5/+5
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-12/+12
* amstrad: added support for the Dobbertin Smart Watch mahlemiut2015-02-242-0/+135
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-262-13/+11
* amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity which... mahlemiut2014-11-033-2/+5
* amstrad: made PlayCity output in stereo, add the device has its own stereo au... mahlemiut2014-11-032-9/+15
* Get mess compiling again - uint32 should be enough, eh? (nw) Scott Stone2014-11-011-2/+2
* The 'i' was part of the format. [nw] jbu2014-11-011-1/+1
* Fix build (nw) Justin Kerk2014-10-311-1/+1
* (MESS) amstrad: Added preliminary support for the PlayCity. mahlemiut2014-11-012-0/+221
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-153-27/+27
* amstrad: added Amdrum expansion card [Barry Rodewald] mahlemiut2014-08-232-0/+113
* amstrad: removed ROMEN signal callback, it is actually an input to an mahlemiut2014-08-168-21/+67
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-062-0/+323
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-222-2/+2
* Cleanups and version bump Miodrag Milanovic2014-07-222-2/+2
* amstrad: added the ability for expansion devices to contain ROMs (as some do). mahlemiut2014-07-093-3/+59
* amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all at... mahlemiut2014-07-062-2/+4
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-15/+15
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-28/+4
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-14/+1
* amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal mahlemiut2014-04-242-0/+197
* cpc_expansion_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-155-94/+61
* replaced some malloc/free usage with global_alloc_array/global_free_array (nw) Oliver Stöneberg2014-03-281-2/+2
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-1710-0/+1366