summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/amstrad.h
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-325/+0
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-101-0/+1
* al520ex: added back MSX disk image support (no idea where it went in the firs... mahlemiut2015-07-291-1/+1
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 de... mahlemiut2015-07-051-0/+1
* amstrad: add support for the Dobbertin HD20 hard disk. mahlemiut2015-06-201-0/+1
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
* Synced other dirs withs driver license for MESS (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-0/+2
* 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/+1
* lx810l, ap2000: implement working devices Ramiro Polla2014-11-191-0/+1
* (MESS) amstrad: Added preliminary support for the PlayCity. mahlemiut2014-11-011-0/+1
* (MESS) amstrad.c: converted cpc+ and gx4000 to use generic Fabio Priuli2014-09-231-36/+16
* amstrad: added Digiblaster printer-port device [Barry Rodewald] mahlemiut2014-08-231-0/+6
* amstrad: added Amdrum expansion card [Barry Rodewald] mahlemiut2014-08-231-0/+1
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-061-0/+1
* amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all at... mahlemiut2014-07-061-0/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-7/+0
* amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal mahlemiut2014-04-241-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-5/+5
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-5/+0
* redo amstrad expansion slot devcb usage (nw) Miodrag Milanovic2014-03-161-7/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+6
* amstrad: Added a basic implementation of the Programmers Development System h... mahlemiut2014-02-101-0/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-0/+4
* forgot this file. (no whatsnew) mahlemiut2014-01-291-0/+9
* converted z80 to c++ [smf] smf-2014-01-211-1/+2
* moved cpc_exp_cards and cpcplus_exp_cards from .h to .c (nw) smf-2013-12-111-12/+2
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-0/+8
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-0/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-48/+47
* (MESS) amstrad.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-111-13/+109
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-56/+56
* (mess) dsk: (minimally) complete the dsk support [O. Galibert] Olivier Galibert2012-12-281-0/+2
* Fixed regression. (nw) Curt Coder2012-11-281-1/+1
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-1/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-19/+11
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-0/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4