summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/multi8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-12/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-17/+5
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-12/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* 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/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* forgot to remove & (nw) smf-2013-05-121-1/+1
* The old code passed a ym2203 structure to an ay8912, which happened to work b... smf-2013-05-121-1/+1
* modernised the AY8910 [smf] smf-2013-05-121-3/+3
* modernised YM2203 [smf] smf-2013-05-111-10/+7
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-6/+6
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-5/+6
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* 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-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-42/+42
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-9/+9
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-36/+36
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+21
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+720