summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/amstrad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* (MESS) amstrad: added the option of having nothing attached to the joystick p... mahlemiut2014-02-011-1/+2
* (MESS) amstrad: changed manufacturer and refresh DIPs to be driver config set... mahlemiut2014-01-311-18/+15
* (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] mahlemiut2014-01-291-0/+25
* moved cpc_exp_cards and cpcplus_exp_cards from .h to .c (nw) smf-2013-12-111-0/+13
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-1/+1
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* amstrad.c: fix gx4000 inputs [Alex Jackson] Alex W. Jackson2013-09-231-2/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+3
* amstrad: made the CPC Plus use DSK images too. mahlemiut2013-06-081-3/+3
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-8/+8
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* (MESS) amstrad.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-111-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
* (mess) dsk: (minimally) complete the dsk support [O. Galibert] Olivier Galibert2012-12-281-2/+6
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-17/+6
* Fix validation and booting of cpc drivers (no whatsnew) Miodrag Milanovic2012-10-111-0/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-55/+33
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+5
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-7/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-21/+21
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1183