summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amust.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* *replaced lambda with bank Robbbert2020-06-271-4/+6
* (nw) more cleanups Robbbert2020-06-141-25/+49
* more macro removal (nw) Ivan Vangelista2020-05-191-23/+23
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+18
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-7/+7
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-6/+6
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-6/+7
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-5/+5
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+2
* (nw) amust : random musings Robbbert2018-09-081-45/+101
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-13/+13
* i8251: Removed MCFG, nw mooglyguy2018-08-291-8/+8
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* devcb3 Vas Crabb2018-07-071-3/+3
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-7/+10
* 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-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* 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-27/+27
* 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-21/+23
* 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-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* (nw) amust : replaced generic keyboard with uart. Robbbert2017-11-161-35/+17
* (nw) minor tidyup of some of my drivers Robbbert2017-11-091-4/+4
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-4/+3
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-1/+1
* 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-4/+6
* (nw) Finished converting m_p_chargen to required region, and associated clean... Robbbert2017-02-141-15/+16
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* 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-2/+2