summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alpha68k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
* alpha68k.cpp: improve dash event timings for Gold Medalist, relaxing gameplay... angelosa2019-12-301-6/+18
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* srcclean (nw) Vas Crabb2019-10-261-12/+12
* alpha68k.cpp: simulated screen blanking for Gold Medalist starter pistol shot... angelosa2019-10-041-1/+1
* alpha68k.cpp, snk68.cpp: converted to a common palette device and decoded it ... angelosa2019-10-011-18/+14
* alpha68k.cpp: converted to snk68 sprite chip [Angelo Salese] angelosa2019-09-301-171/+164
* sstingry: Fix MCU communications and coinage DIP setting (nw) AJR2019-09-271-5/+11
* Split up alpha68k I and N games into own files (nw) angelosa2019-09-261-1261/+6
* Clones promoted to working angelosa2019-09-251-31/+54
* Forgot one (nw) Angelo Salese2019-09-251-0/+2
* Update TODO list (nw) Angelo Salese2019-09-251-2/+7
* alpha68k.cpp: support for opaque tiles for V board, fixes title screen clippi... angelosa2019-09-251-8/+6
* mame\drivers: standardized Japanese suffix 'no' in lower case (nw) Ivan Vangelista2019-06-131-2/+2
* alpha68k.cpp : Updates cam9002019-05-081-366/+336
* alpha68k: fix banking [O. Galibert, ajr] Olivier Galibert2019-05-061-1/+1
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+4
* volt_reg: set default m_output (nw) hap2019-02-191-4/+0
* -devices/sound/3812intf: Removed MCFG macro, nw mooglyguy2018-12-301-200/+200
* Start cleaning up palette configuration: Vas Crabb2018-12-291-29/+19
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-7/+7
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-8/+8
* alpha68k.cpp : Add notes cam9002018-11-111-0/+1
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-9/+9
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-1/+1
* alpha68k.cpp: added a small note about two bootlegs (nw) Ivan Vangelista2018-10-291-2/+2
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-3/+3
* devcb3 Vas Crabb2018-07-071-4/+4
* alpha68k.cpp : Updates/Cleanups cam9002018-06-241-163/+150
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-26/+26
* alpha68k.cpp: Add addressable latch for type II and V configurations (nw) AJR2018-05-261-13/+19
* 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-26/+26
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-26/+26
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-13/+13
* alpha68k.cpp: Use same clocks for earlier hardware, pending verification (nw) AJR2018-05-131-47/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-44/+44
* alpha68k.cpp: Sound interrupt frequency correction (nw) AJR2018-05-111-1/+1
* alpha68k.cpp: Cleanups and clock corrections (nw) AJR2018-05-111-99/+34
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-109/+109
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-153/+168
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10