summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-977/+0
* amiga.cpp: modernization changes (#9263) Angelo Salese2022-02-221-12/+18
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-6/+6
* First pass in improving Amiga SW compatibility (#8722) Angelo Salese2021-10-191-27/+37
* alg.cpp: Fix company name, it's "Picmatic", not "Web Picmatic" (#8102) ClawGrip2021-05-261-11/+11
* srcclean in preparation for release Vas Crabb2021-03-281-2/+2
* alg.cpp: Add notes about Picmatic games (#7882) ClawGrip2021-03-221-1/+15
* alg.cpp: preliminary address lines descrambling for aplatoon Ivan Vangelista2021-03-091-15/+8
* New machines marked as NOT_WORKING (#7845) ClawGrip2021-03-091-164/+226
* New clones marked as NOT_WORKING Ivan Vangelista2020-12-301-10/+27
* Various improvements to image file handling: Vas Crabb2020-10-081-1/+0
* 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