summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/cpc
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1328-3255/+0
|
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-103-0/+291
|
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-2/+1
|
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ mahlemiut2015-07-052-0/+187
| | | | default to 64k RAM.
* hd20: reset also on reading of the reset register (improves FutureOS HD20 ↵ mahlemiut2015-06-251-1/+4
| | | | support).
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-242-13/+12
|
* amstrad: add support for the Dobbertin HD20 hard disk. mahlemiut2015-06-202-0/+179
|
* update license for Multiface II mahlemiut2015-06-202-2/+2
|
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-272-11/+9
|
* fix clang compile (n/w) Lord-Nightmare2015-05-111-2/+0
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-102-4/+4
|
* some license updates mahlemiut2015-05-1016-32/+32
|
* cpcexp: added ROMEN signal, and a function to tell an expansion to set up ↵ mahlemiut2015-05-094-5/+170
| | | | any RAM mapping it needs. Added support for Brunword MK4 as an expansion device.
* 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