summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amiga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Amiga: Make Akiko independent from driver state Dirk Best2017-02-101-1/+10
* Amiga keyboard updates: Vas Crabb2017-02-051-1/+1
* Amiga: Move audio related registers into Paula device Dirk Best2017-01-291-0/+2
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-291-1/+1
* Convert the Amiga keyboards to a bus interface with slot devices Dirk Best2017-01-221-15/+8
* Add A1200 keyboard skeleton device (needs MC68HC05Cx support) Dirk Best2017-01-211-4/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-31/+24
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Amiga: Fixed expansion port interrupts, DMAC WIP Dirk Best2016-02-131-0/+17
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-8/+8
* reverting: Miodrag Milanovic2016-01-201-10/+10
* Driver configuration fixes AJR2016-01-161-0/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-161-10/+10
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-17/+17
* clang-modernize part 4 Miodrag Milanovic2015-12-041-18/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2144