summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amstrad.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1333/+0
* specpls3, cpc664, cpc6128, et al.: Add IPF floppy format used by a few softwa... AJR2022-05-221-6/+13
* 4enlinea.cpp, amstr_pc.cpp, amstrad.cpp: Remove some unused definitions AJR2022-05-111-19/+0
* Added floppy sounds (#7912) Fergus Leen2021-04-031-8/+8
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-9/+11
* 4dpi, amstrad, apple2, bebox, besta, dkong, m24: initialized some variables w... Ivan Vangelista2021-02-261-6/+0
* amstrad: add support for the Cheetah 125 Special rotational joystick, support... Barry Rodewald2020-12-241-15/+33
* cp2000: put sboard interface on left side like everywhere else hap2020-07-271-2/+2
* companyname correction (nw) hap2020-04-261-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* amstrad: add Ram Electronics Music Machine MIDI and sampler expansion. [Barry... mahlemiut2019-08-161-0/+4
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-3/+2
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-6/+6
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-7/+8
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-79/+84
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-84/+79
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-38/+42
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-16/+17
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-4/+4
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-8/+8
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-10/+10
* 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