summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/elwro800.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+7
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-1/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-20/+28
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* (MESS) Cleaned up tagmap usage in the spectrum drivers a bit. (nw) Wilbert Pol2013-02-071-63/+61
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+65
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-33/+21
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-6/+8
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+12
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+644