summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/decwritr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-3/+3
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* er1400: Default clock in other drivers (nw) AJR2018-09-161-1/+1
* i8251: Removed MCFG, nw mooglyguy2018-08-291-5/+5
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* devcb3 Vas Crabb2018-07-071-9/+9
* misc cleanup (nw) Vas Crabb2018-06-281-2/+2
* decwritr.cpp: Notes for later (nw) AJR2018-06-221-4/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* la120: Add addressable latch (nw) AJR2018-05-301-37/+45
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+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-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18
* vt100, la120: Make ER1400 non-volatile storage actually work AJR2018-03-101-2/+12
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* 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
* la120: Write noninverted clock first; make ER1400 address decoding more effic... AJR2018-01-011-2/+1
* la120: Fix remaining problems with ER1400 accesses (nw) AJR2018-01-011-1/+9
* la120: Better ER1400 hookup; reduce logging spam (nw) AJR2017-12-311-13/+13
* la120: Hook up ER1400 (nw) AJR2017-12-311-4/+16
* removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MAC... Ivan Vangelista2017-07-041-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* forgot this (n/w) Lord-Nightmare2016-06-171-1/+1
* decwritr.c: update the la120 driver documentation a bit, fixed memory mirror ... Lord-Nightmare2016-06-171-7/+64
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* 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
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-7/+7
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+384