summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amiga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/amiga/zorro: put in namespace, improve safety a bit (nw) Vas Crabb2019-11-181-3/+2
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-11/+28
* amiga: Convert screen update routine to RGB32 (nw) AJR2019-05-241-8/+0
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+1
* amiga: add mirrors to get the vectors [O. Galibert] Olivier Galibert2019-04-071-0/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-0/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-261-324/+288
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-288/+324
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-194/+174
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-191-3/+3
* amiga/zorro: Bus modernization (nw) AJR2019-02-081-13/+25
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-16/+16
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-17/+17
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-6/+8
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-8/+4
* imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista2019-01-191-2/+1
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-3/+3
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-51/+26
* 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