summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/crt9007.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-081-13/+11
* (MESS) tandy2k: Hacked in some video. (nw) Curt Coder2014-04-061-0/+2
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-051-1/+1
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-041-0/+3
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-041-118/+78
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-5/+5
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) tandy2k: Cleanup. (nw) Curt Coder2013-08-281-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized members in src/emu/video/crt9007.c (nw) Oliver Stöneberg2013-02-231-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-5/+1
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-29/+29
* Fixed files missed in big update, but only used by MESS (no whatsnew) Miodrag Milanovic2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-99/+60
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-281-0/+1017