summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/cpc
Commit message (Collapse)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 ↵ mahlemiut2014-11-033-2/+5
| | | | which now has working NMIs.
* amstrad: made PlayCity output in stereo, add the device has its own stereo ↵ mahlemiut2014-11-032-9/+15
| | | | audio output.
* 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
| | | | | | | | expansion device. added the ability to map in Symbiface II rewriteable ROM for reading and writing. Still not usable as an alternate source of ROMs as yet. remembered to add RAM size options to the CPC+
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-062-0/+323
| | | | | | added preliminary support for the SYMBiFACE II board [Barry Rodewald] idehd: added Read Native Max Address IDE command
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-222-2/+2
| | | | well, just doing now what we can
* 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
| | | | | | | added ROMs for DK'Tronics Speech Synthesiser, and both RS232 interfaces (plus one alternate for the Amstrad interface). split Amstrad and Pace serial interfaces into separate devices as they have different sized ROM areas. [Barry Rodewald]
* amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all ↵ mahlemiut2014-07-062-2/+4
| | | | at once, and so any ROMs mounted on a ROM box won't interfere with ROM slot 7 (AMSDOS) or slot 3 on the Aleste (MSX-DOS). (no whatsnew)
* 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
| | | | | | | | | software included with the original Amstrad interface works, but not much else does at this stage. [Barry Rodewald] Out of whatsnew: HoneyTerm (part of the later Pace interface) expects bit 6 of RR0 on the Z80DART to be set (seems to unsupported in the current z80dart device). Not sure on why other software doesn't work as yet.
* 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