summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/amstrad.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1287/+0
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-101-0/+25
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* al520ex: added back MSX disk image support (no idea where it went in the firs... mahlemiut2015-07-291-5/+8
* al520ex: corrected floppy drive types (still need to figure out why MSX disks... mahlemiut2015-07-281-3/+3
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 de... mahlemiut2015-07-051-13/+62
* amstrad: removed FDC and AMSDOS ROM from cpc464. The 464 does not have these... mahlemiut2015-06-291-12/+11
* amstrad: added 3.5 inch drives as a slot option, and made it the default for ... mahlemiut2015-06-271-2/+3
* amstrad: fixed analogue input type (improves pointer control in FutureOS) mahlemiut2015-06-251-4/+4
* amstrad: add support for the Dobbertin HD20 hard disk. mahlemiut2015-06-201-0/+2
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-1/+1
* cpcexp: added ROMEN signal, and a function to tell an expansion to set up any... mahlemiut2015-05-091-1/+4
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* amstrad: added support for the Dobbertin Smart Watch mahlemiut2015-02-241-0/+2
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-1/+1
* (MESS) softlist: added new list for Patisonic Aleste floppies and etabeta782014-11-281-0/+4
* (MESS) included modern .dsk format among default supported etabeta782014-11-231-9/+4
* amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity which... mahlemiut2014-11-031-0/+1
* (MESS) amstrad: Added preliminary support for the PlayCity. mahlemiut2014-11-011-0/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-3/+3
* (MESS) amstrad.c: converted cpc+ and gx4000 to use generic Fabio Priuli2014-09-231-79/+66
* amstrad: added Digiblaster printer-port device [Barry Rodewald] mahlemiut2014-08-231-1/+11
* amstrad: added Amdrum expansion card [Barry Rodewald] mahlemiut2014-08-231-0/+2
* amstrad: removed ROMEN signal callback, it is actually an input to an mahlemiut2014-08-161-2/+1
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-061-0/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* amstrad: added the ability for expansion devices to contain ROMs (as some do). mahlemiut2014-07-091-0/+2
* kccomp: fix video output and debug build crash. mahlemiut2014-07-071-1/+2
* Fix r30269 regressions (nw) Alex W. Jackson2014-05-071-4/+0
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-17/+8
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-10/+9
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-3/+18
* amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal mahlemiut2014-04-241-0/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-0/+3
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-17/+15
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-2/+2
* cpc_expansion_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-11/+12
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-7/+1
* redo amstrad expansion slot devcb usage (nw) Miodrag Milanovic2014-03-161-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-2/+2
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-6/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-11/+14
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* amstrad: Added a basic implementation of the Programmers Development System h... mahlemiut2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-2/+4