summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amstrad.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-21/+12
* cpcexp: Modernization (nw) AJR2018-12-141-31/+31
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-4/+4
* amstrad.cpp, decomd2, decomd3: fixed regression I introduced (nw) Ivan Vangelista2018-11-201-0/+3
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-19/+19
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-12/+12
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-5/+4
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-15/+15
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-16/+6
* amstrad: create 8255 PPI clone based on the Amstrad Plus ASIC, and use it wit... mahlemiut2018-07-121-2/+4
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-14/+15
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-13/+13
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-13/+13
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-57/+57
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-88/+95
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+15
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* new working clone Ivan Vangelista2018-01-111-11/+36
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* amstrad.cpp: Caps Lock key does not have a physical toggle AJR2016-11-301-1/+1
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-2/+2
* fix regression: using IPT_START in sms makes mame think joypad 1 is occupied ... hap2016-08-051-1/+1
* al520ex: use correct key name for ะช hap2016-07-301-12/+12
* gx4000: don't use IPT_KEYBOARD for console pause button hap2016-07-301-2/+2
* amstrad: add pause button to GX4000 mahlemiut2016-07-301-1/+3
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-3/+3
* Fixes (nw) Miodrag Milanovic2016-01-161-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-8/+8
* amstrad: switch Plus and GX4000 to use the AMS40489 version of the CRTC (type... mahlemiut2015-11-271-3/+3
* amstad: Transtape WIP support. [Barry Rodewald] mahlemiut2015-11-101-0/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1292