summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* alg.cpp, ht68k.cpp, pgm2.cpp: Correct region widths (nw) AJR2019-11-161-79/+79
* PORT_CUSTOM simplification (nw) AJR2019-09-141-9/+9
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-43/+41
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-41/+43
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-24/+23
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-18/+17
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
* add missing parent/clone relationship, mark Mac high-density floppy software ... Vas Crabb2018-10-291-1/+1
* srcclean and cleanup (nw) Vas Crabb2018-10-281-1/+1
* New NOT_WORKING clone (#4204) ClawGrip2018-10-271-9/+33
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-7/+6
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-7/+7
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* new not working machine angelosa2018-07-011-35/+52
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-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-50/+46
* 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-18/+18
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+41
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* comebaby.cpp: make it to execute some opcodes (nw) angelosa2018-02-021-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* amigafdc: Eliminate driver_data dependencies (nw) AJR2017-12-201-0/+4
* amiga.cpp: End driver_data use; make all functions and tables members (nw) AJR2017-12-201-1/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* 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
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-3/+3
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+2
* Separation of the LDP-1450 laserdisc player to its own device. James Wallace2016-08-041-2/+2
* Moved DMA and commands into own files, nw angelosa2016-06-201-1/+1
* New clones marked as NOT_WORKING angelosa2016-06-181-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1