summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz2500.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-8/+8
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-6/+6
* 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
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-2/+2
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-1/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-17/+4
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-4/+4
* mz2500.cpp: converted memory bank to address_map_bank_device array (nw) angelosa2018-06-281-265/+189
* mz2500.cpp: move state machine to includes (nw) angelosa2018-06-281-199/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+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-31/+31
* 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) AJR2018-05-281-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-3/+3
* 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-2/+2
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+1
* 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-21/+21
* 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-43/+45
* first_screen removal from dmv, itt3030, laser3k, mz2000, mz2500, pc8801, qx10... Nigel Barnes2018-03-081-5/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* (nw) more drivers moved to z80sio.h Robbbert2017-10-311-3/+3
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* mz2500: Add HELP key (fix MT#06337) einstein952017-03-131-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-4/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-132/+132
* Another round of these Vas Crabb2016-08-271-2/+2
* 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
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-23/+23
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2202