summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hvyunit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-821/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-20/+20
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-14/+14
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* clean up capitalisation in titles (nw) Vas Crabb2019-11-251-3/+3
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* New working clone braintro2019-10-271-12/+35
* hvyunit: Fix coin counters AJR2019-10-271-14/+14
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* New working clone braintro2019-09-211-1/+1
* (nw) hvyunit.cpp: Use correct graphics rom for newer Japanese set, document u... braintro2019-09-201-8/+14
* emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) cam9002019-09-131-19/+2
* hvyunit: Generate sound IRQ from YM2203 rather than VBLANK AJR2019-09-051-2/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-1/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+26
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-061-24/+23
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-10/+10
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-2/+2
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-5/+5
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-1/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* hvyunit.cpp: Show how clocks are derived (nw) braintro2018-04-061-5/+5
* hvyunit.cpp : Minor cleanup (#3382) cam9002018-03-251-41/+43
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-49/+55
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-10/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+14
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* 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-1/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* hvyunit: Add more generic latch devices for inter-CPU communication (nw) AJR2017-08-291-48/+17
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3