summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mc6845.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Better variable name for the cursor counter Zsolt Vasvari2008-02-281-9/+8
* Added a stub implementation of the Rockwell 6545 Nathan Woods2008-02-281-0/+12
* Adds support for cursors. All 4 blinking modes are supported (always on, alw... Zsolt Vasvari2008-02-281-4/+56
* - Added void state_save_combine_module_and_tag(char *dest, const char *module... Zsolt Vasvari2008-02-211-16/+22
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+1
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-43/+40
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-6/+10
* Removed clock and flags as fundamental device parameters. Aaron Giles2008-02-201-1/+1
* Added support for inline device configuration. Aaron Giles2008-02-201-2/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-4/+42
* - Color table removal Zsolt Vasvari2008-02-151-2/+2
* added comment on HD46505 Yasuhiro Ogawa2008-02-131-0/+2
* Added equivalency note about the Synertek SY6545-1 version Zsolt Vasvari2008-02-121-1/+1
* Using this interesting document as a reference: Zsolt Vasvari2008-02-121-2/+23
* Renames M6845 to MC6845 Zsolt Vasvari2008-02-121-0/+421