summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tim100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-15/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-2/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-15/+4
* Tim100 : modified the note. (nw) Robbbert2012-12-241-1/+1
* Tim100 : display all the characters in F4, added a note. (nw) Robbbert2012-12-241-4/+12
* Tim100 : fixed F4 display Robbbert2012-12-211-14/+19
* (MESS) New skeleton added: Miodrag Milanovic2012-12-211-0/+162