summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m20.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* z8000: Register save state; misc. cleanup AJR2019-05-121-2/+2
* m20: Regression fix (nw) AJR2019-05-021-0/+1
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+17
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-14/+15
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-2/+2
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-8/+8
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-4/+4
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-7/+7
* i8251: Removed MCFG, nw mooglyguy2018-08-291-8/+8
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-3/+4
* altos8600, isbc_208, isbc_215g, m20_8086, psxcd, saturn, sun3x, z100: Removed... mooglyguy2018-06-221-1/+1
* 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-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-7/+7
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+8
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-85/+85
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-27/+30
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* m20: fix kbd tx (nw) cracyc2017-03-041-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-9/+14
* Cleanup of my drivers (nw) Robbbert2017-01-071-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* m20: remove invalid mirrormask (nw) cracyc2016-06-161-123/+123
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-123/+123
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-1/+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
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-111-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/+867