summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amiga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1
* gayle: removed MCFG macros (nw) Ivan Vangelista2018-11-151-12/+14
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-2/+2
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-6/+6
* Merge branch 'master' of https://github.com/mamedev/mame Vas Crabb2018-08-301-3/+1
|\
| * i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-3/+1
* | name after oldest machine it appears in (nw) Vas Crabb2018-08-271-13/+14
* | hook up Amiga CDTV keyboard reset Vas Crabb2018-08-261-1/+8
|/
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* a1000: add keyboard reset circuit Vas Crabb2018-08-231-7/+33
* a2000: add keyboard reset circuit Vas Crabb2018-08-231-58/+221
* Amiga keyboards: tie up loose ends: Vas Crabb2018-08-231-1/+1
* Amiga keyboard overhaul: Vas Crabb2018-08-231-7/+65
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-68/+11
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-11/+11
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-14/+14
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-3/+3
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-301-6/+6
* devcb3 Vas Crabb2018-07-071-20/+20
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-98/+98
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-42/+42
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-64/+64
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-95/+95
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-25/+30
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-198/+214
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-37/+61
* A handful of fixes (nw) Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-21/+36
* amiga: Fix cd32/cubo regression Dirk Best2018-02-061-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-25/+49
* (nw) fixed arcade build. Robbbert2017-12-211-10/+0
* amigafdc: Eliminate driver_data dependencies (nw) AJR2017-12-201-1/+15
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-12/+12
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-12/+12
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-22/+22
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+1
* Amiga: Use correctly sized bootroms for the A1000 [Guru] Dirk Best2017-05-181-9/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+33
* amiga: Attached orphaned software lists (nw) Nigel Barnes2017-05-071-1/+22
* amiga.cpp: killed anonymous timer, hooked amigaaga_flop software list to the ... Ivan Vangelista2017-04-111-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1