summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz2000.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+6
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-4/+4
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-7/+7
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-4/+4
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-3/+5
* 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-8/+8
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* 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
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+2
* 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-15/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+28
* first_screen removal from dmv, itt3030, laser3k, mz2000, mz2500, pc8801, qx10... Nigel Barnes2018-03-081-1/+3
* (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-3/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-6/+12
* Keyboard fixes for MZ-80B/MZ-2000/MZ-2200 (nw) AJR2016-10-231-15/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* mz80b, mz2000: Tinkering around the edges AJR2016-10-161-99/+213
* Misc. keyboard input improvements AJR2016-10-081-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-37/+4
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-2/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+909