summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mc6845.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1601/+0
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* mc6845: only apply the interlace adjust to the apricot since it causes Dirk Best2015-06-231-5/+3
* mc6845: always set bit 0 of maximum raster address in interlace video Dirk Best2015-06-091-1/+5
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-3/+0
* sorted out more (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-16/+16
* (MESS) bus/c64/xl80: add a plausible divider to the CRTC clock; it's rather u... Alex W. Jackson2014-07-071-1/+1
* Fix assert (nw) Wilbert Pol2014-05-011-1/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-103/+79
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-10/+10
* (MESS) c128: Fixed clocks. (nw) Curt Coder2014-03-311-1/+3
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-9/+14
* Checkpoint 2: Alex W. Jackson2014-03-151-22/+37
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-16/+16
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-1/+9
* mc6845 : fixed total freeze of MESS when interlace&video mode was selected Robbbert2013-12-271-2/+13
* oops, remove stray printf from testing Robbbert2013-12-151-1/+1
* Fix for MT 05296 Robbbert2013-12-151-2/+3
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-13/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-16/+16
* (MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to f... Miodrag Milanovic2013-06-191-4/+14
* fixed uninitialized and removed unused member in src/emu/video/mc6845.c (nw) Oliver Stöneberg2013-03-091-0/+2
* fixed uninitialized member in src/emu/video/mc6845.c (nw) Oliver Stöneberg2013-03-061-0/+1
* fixed uninitialized member in src/emu/video/mc6845.c (nw) Oliver Stöneberg2013-02-221-0/+1
* fixed uninitialized variable in src/emu/video/mc6845.c (nw) Oliver Stöneberg2013-02-161-0/+1
* fixed uninitialized variable in src/emu/video/mc6845.c (nw) Oliver Stöneberg2013-02-151-0/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+9
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-79/+79
* mc6845: Stop spamming the log file. (nw) Curt Coder2013-01-091-1/+4
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-6/+6
* (MESS) c128: VDC fixes. (nw) Curt Coder2012-10-231-75/+130
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-20/+20
* (MESS) mos8563: Fixed attributes. (nw) Curt Coder2012-09-111-42/+117
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-0/+9
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-081-0/+346
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-111-6/+1
* Somebody set up us the bomb Angelo Salese2012-04-261-2/+2
* Fixed gameplay crash regression in Zero Team [Angelo Salese] Angelo Salese2012-04-261-2/+2
* Cosmetic fixes Angelo Salese2012-04-251-2/+2
* (show errors with logerror instead of popmessage) Michaël Banaan Ananas2012-04-241-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-5/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-4/+3