summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/z100.c
Commit message (Expand)AuthorAgeFilesLines
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-7/+10
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-10/+4
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-4/+4
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-37/+10
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-17/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-4/+4
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-3/+4
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-5/+5
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-103/+103
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-23/+23
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+830