summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tms9927.c
Commit message (Expand)AuthorAgeFilesLines
* tms9927: converted to use inline configs. nw. Fabio Priuli2014-05-011-16/+4
* fixed usage of uninitialized member in tms9927_device (nw) Oliver Stöneberg2014-04-271-0/+2
* fixed usage of uninitialized member in tms9927_device (nw) Oliver Stöneberg2014-04-241-2/+4
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-04-071-1/+1
* tms9927: Added VSYNC callback. [Curt Coder] Curt Coder2014-01-141-2/+37
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-6/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-6/+6
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-10/+9
* modernized the TMS9927 device [Fabio Priuli] Fabio Priuli2013-06-021-237/+159
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+38
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-50/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-5/+76
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Fix a few stragglers. Add width/height/position setters to Aaron Giles2011-12-311-5/+5
* 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-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* 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-1/+1
* Cleanups and version bump for 0.131.mame0131 Aaron Giles2009-04-231-20/+20
* Added cursor info to the TMS9927, and also the CRT50x7 device variants. Aaron Giles2009-04-231-1/+46
* Added basic TMS9927 implementation. Hooked it up to the statriv2 Aaron Giles2009-04-201-0/+319