summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/att4425.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: de-unroll loops in pixel drawing routines, drop scanline_callback (... shattered2019-07-061-8/+4
* coverity: a few low hanging fruit (nw) Sergey Svishchev2019-02-221-1/+0
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-9/+10
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-4/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-10/+10
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-5/+5
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-13/+13
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+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-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-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-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-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* att4425: Dummy in a few handlers (nw) AJR2017-11-211-7/+35
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* att4425: new skeleton (AT&T 4425 / Teletype 56D text terminal) Sergey Svishchev2017-08-231-0/+289