summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynax.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-8/+8
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-9/+9
* dynax.cpp: fix credits lost after exiting the game. Wei Mingzhi2017-10-051-2/+1
* srcclean (nw) Vas Crabb2017-08-271-1/+1
* 74259: Add write_d1 handler (nw) AJR2017-08-261-12/+5
* tenkai: Add blitter IRQ ack; doesn't fix interrupt problems, alas (nw) AJR2017-08-131-5/+11
* tenkai, mjreach: Regression fix (nw) AJR2017-08-131-10/+7
* dynax.cpp: Use address map bank device for most games in this driver (plus ht... AJR2017-08-101-143/+127
* dynax.cpp: Forgot to save this (nw) AJR2017-08-101-0/+1
* mjelctrn, mjembase, majxtal7, neruton: Change CPU type to TMPZ84C015 and impr... AJR2017-08-101-132/+72
* gekisha: Reduce log spam; note alternate title (nw) AJR2017-08-101-2/+5
* gekisha, tenkai: Use bankdev (nw) AJR2017-07-261-138/+47
* dynax.cpp: Fix blitter IRQ acknowledgment in most games (nw) AJR2017-07-261-6/+24
* New 74LS259/9334/CD4099 devices AJR2017-07-251-133/+151
* Replace fake TLCS-90 I/O space with callbacks AJR2017-05-301-15/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-61/+61
* dynax.cpp: Change PSG types correctly (nw) AJR2017-03-231-4/+4
* dynax.cpp, ddenlovr.cpp: More device type corrections (nw) AJR2017-03-221-20/+20
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* Assorted space padding issues detected and removed from source (nw) Scott Stone2017-02-161-1/+1
* phi.cpp: Fix build (nw) AJR2017-01-061-6/+5