summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynax.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-27/+18
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-071-13/+13
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-7/+8
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-49/+49
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-46/+41
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-2/+2
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-11/+9
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-22/+5
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-4/+4
* dynax.cpp: minor note about possible Inca manufacturer (nw) Ivan Vangelista2018-07-261-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* remove more MCFG_ (nw) Vas Crabb2018-07-071-166/+154
* devcb3 Vas Crabb2018-07-071-21/+19
* misc cleanup (nw) Vas Crabb2018-06-291-48/+48
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* dynax.cpp: Further cleanups (nw) AJR2018-06-191-21/+1
* dynax.cpp: Cull some deadwood (nw) AJR2018-06-191-1/+1
* dynax.cpp: Make "Rev. 2" blitter a device AJR2018-06-191-411/+361
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-247/+247
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-41/+41
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-41/+41
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-91/+78
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+9
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-164/+164
* Relax constraints on address mirroring/global mask combinations. Mirror bits ... AJR2018-04-111-53/+53
* dynax.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-24/+29
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-2/+2
* Separate TLCS-90 external IRQ line state from internal request register (fixe... AJR2018-03-181-8/+8
* Fix validation (nw) angelosa2018-03-151-2/+4
* Add "Warai no Hana Tenshi" support to dynax.cpp (#3330) yukaritamura2018-03-151-1/+109
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-493/+530
* (nw) correct romanisation - see https://mediaarts-db.bunka.go.jp/gm/syosai.ph... Vas Crabb2018-03-091-16/+16
* hnoridur: Simplify bitswap (nw) AJR2018-03-031-3/+3
* msm6242: Deassert interrupt output when the IRQ flag is cleared AJR2018-02-181-17/+1
* Create RST interrupt buffer device AJR2018-02-181-95/+64
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-12/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-36/+35
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-17/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-21/+21
* MT #6799 (nw) AJR2018-01-021-13/+14
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8