summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amstrad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-3332/+0
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-101-2/+2
* no longer using read_safe from code under src/mess (nw) Wilbert Pol2015-08-111-9/+9
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+1
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 de... mahlemiut2015-07-051-36/+42
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-3/+3
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
* amstrad.c: worked around gx4000 crash (nw) Osso2015-05-151-5/+10
* 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-19/+31
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+7
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-17/+17
* amstrad: added support for the Dobbertin Smart Watch mahlemiut2015-02-241-3/+3
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-2/+2
* avoid fatal error during -str run (typically used for regression tests). nw. etabeta782015-01-191-1/+5
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-6/+6
* (MESS) amstrad.c: converted cpc+ and gx4000 to use generic Fabio Priuli2014-09-231-89/+77
* amstrad: removed ROMEN signal callback, it is actually an input to an mahlemiut2014-08-161-9/+17
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-061-3/+17
* amstrad: bit 0 is not used in selecting the FDD motor control, fixes disk acc... mahlemiut2014-08-051-13/+15
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* amstrad: added the ability for expansion devices to contain ROMs (as some do). mahlemiut2014-07-091-1/+24
* kccomp: fix video output and debug build crash. mahlemiut2014-07-071-0/+7
* amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all at... mahlemiut2014-07-061-68/+62
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-31/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-6/+2
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-3/+3
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-2/+2
* 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-21/+7
* Fix for gx4000 problems in debug builds regression test run. (nw) Ivan Vangelista2014-03-151-30/+37
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-8/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-64/+64
* fix crash on startup (nw) smf-2014-02-101-1/+0
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-4/+19
* (MESS) amstrad: added the option of having nothing attached to the joystick p... mahlemiut2014-02-011-1/+5
* (MESS) amstrad: mouse inputs should be low when active. Fixes movements appe... mahlemiut2014-01-291-7/+7
* (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] mahlemiut2014-01-291-0/+28
* converted z80 to c++ [smf] smf-2014-01-211-1/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) amstrad: Allowed vpos counter to count past the active display. This a... mahlemiut2013-10-121-7/+9
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0