summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mc6845.c
Commit message (Expand)AuthorAgeFilesLines
...
* Made whitestar display boot screen. (no whatsnew) Miodrag Milanovic2011-09-141-0/+3
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-1/+1
* Added the AMS40041 variant (used in the Amstrad PC1512) to mc6845.c. [Curt Co... Curt Coder2011-07-261-0/+31
* Added DE, CURSOR, HSYNC, and VSYNC line read members to MC6845. [Curt Coder] Curt Coder2011-06-231-0/+24
* Added HD6345 CRTC-II variant to mc6845.c. [Curt Coder] Curt Coder2011-05-291-7/+27
* Removed an assignment in device_start that shouldn't have been there, nwn. Wilbert Pol2011-05-271-1/+0
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* mc6845: Fixed a bunch of uninitialized variables. More still lurk. R. Belmont2011-05-211-1/+38
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-60/+4
* mc6845.c: Converted to C++. [Wilbert Pol] Wilbert Pol2011-05-141-738/+576
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-18/+18
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-13/+13
* Disabled 6845 logging and fixed logging in ins8250 (no whatsnew) Miodrag Milanovic2011-03-171-1/+1
* Implemented MC6845 row/column addressing mode. [Curt Coder] Curt Coder2011-03-061-1/+12
* mc6845 - if screen is not found by tag, try again searching same tag from own... Miodrag Milanovic2011-03-051-0/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-38/+38
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-15/+15
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-9/+9
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-11/+11
* running_device -> device_t Aaron Giles2010-12-311-18/+18
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-1/+1
* Added Synertek SY6845E subtype to mc6845.c [Curt Coder] Curt Coder2010-12-161-10/+34
* Fix MT04059: Add new method reset_origin() to screen devices to allow Aaron Giles2010-10-181-0/+3
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* mc6845.c: Rewritten to allow mid frame changes to the counter registers. This... Wilbert Pol2010-08-311-222/+232
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-42/+41
* Popmessages can now be used in drivers which have an MC6845. Curt Coder2010-01-251-2/+0
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-21/+21
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* (small cleanup) Michaël Banaan Ananas2009-08-241-4/+4
* fix NULL timers crash Michaël Banaan Ananas2009-08-241-4/+4
* > Here a MAME patch to implement transparent mode access for some 6845 Aaron Giles2009-08-211-23/+95
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-14/+80
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+0
* Added basic TMS9927 implementation. Hooked it up to the statriv2 Aaron Giles2009-04-201-3/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-9/+9
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-10/+8
* Force recalculation of screen parameters when only the input clock changes. Wilbert Pol2009-01-171-1/+1