summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-148-50/+50
* mc6847: converted to use devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-131-3/+1
* (MESS) a7800.c: Scott Stone2014-05-061-7/+20
* fixed usage of uninitialized member in vdt911_device (nw) Oliver Stöneberg2014-05-031-0/+1
* fixed a couple of regressions. nw. Fabio Priuli2014-05-022-0/+6
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-0116-486/+338
* (MESS) gb_lcd.c: Initialize m_sgb_tile_map. (nw) Wilbert Pol2014-04-301-0/+2
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-1/+1
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-1/+1
* fixed usage of uninitialized members in vdt911_device (nw) Oliver Stöneberg2014-04-301-0/+3
* (mess) radio86: convert to new 8257 and 8275 (nw) cracyc2014-04-301-113/+0
* (MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards do... Scott Stone2014-04-271-0/+1
* (MESS) mbee : same cleanup applies here too Robbbert2014-04-271-17/+6
* (MESS) kaypro : same cleanup applies here too Robbbert2014-04-271-9/+3
* (MESS) super80 : cleanup, part 4 Robbbert2014-04-271-9/+3
* (MESS) super80 : cleanup, part 3 Robbbert2014-04-271-67/+41
* (MESS) super80 : cleanup, part 2 Robbbert2014-04-271-16/+16
* (MESS) super80 : starting to add fdc support Robbbert2014-04-261-4/+4
* fixed usage of uninitialized member in nick_device (nw) Oliver Stöneberg2014-04-251-0/+1
* Fixed MT05541 (nw) Ivan Vangelista2014-04-231-1/+1
* (mess) x68k: remove trampolines and fix keyboard (nw) cracyc2014-04-211-129/+35
* (MESS)-thomson: fix for incorrect palettes in a seldom used video mode [Anton... Miodrag Milanovic2014-04-171-4/+7
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-304/+0
* (MESS) updated crt device (used by PDP1 and TX0) to use inline configs. nw. Fabio Priuli2014-04-082-37/+32
* (MESS) upd65031_device: updated to use delegates Fabio Priuli2014-04-081-1/+1
* (MESS) vtvideo: updated to use inline configs. nw. Fabio Priuli2014-04-082-44/+13
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0719-164/+159
* (MESS) a7800.c - Numerous Improvements/bugfixes Scott Stone2014-04-061-3/+4
* [COCO3] Better palette/save state fix Nathan Woods2014-04-052-6/+19
* [COCO3] Fixed an issue that could cause the palette to not be updated correct... Nathan Woods2014-04-051-0/+7
* [COCO3] Now properly updating the CPU clock as per GIME state after state load Nathan Woods2014-04-051-0/+1
* i8275x: Delegated. (nw) Curt Coder2014-04-041-7/+5
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
* i8275x: Cleanup. (nw) Curt Coder2014-04-021-1/+4
* i8275x: devcb2 cleanup. (nw) Curt Coder2014-04-021-1/+2
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-15/+7
* modernized apollo a little bit more (nw) Miodrag Milanovic2014-04-021-529/+227
* (MESS) gb_lcd.c: Fixed sgb m_sgb_pal_map out of bound access. (nw) Wilbert Pol2014-04-011-6/+4
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-10/+9
* saa5050: devcb2. (nw) Curt Coder2014-04-013-47/+55
* (MESS) a7800.c: [Mike Saarna] Scott Stone2014-04-011-6/+3
* (MESS) abc806: Video and save state cleanup. (nw) Curt Coder2014-03-311-13/+5
* (MESS) abc806: Fixed blackness. (nw) Curt Coder2014-03-311-3/+3
* fixed index out-of-bounds access in MC6845_UPDATE_ROW( abc806_update_row ) (nw) Oliver Stöneberg2014-03-311-2/+2
* small LSB_FIRST cleanup (nw) Oliver Stöneberg2014-03-301-3/+2
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-282-12/+2
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-278-59/+36
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-2/+2
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-263-62/+34