summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti990_10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-231-25/+147
* (MESS) TMS99xx users adapted to use devcb2. (nw) Michael Zapf2014-03-211-12/+1
* (MESS) Some more cleanups for 990_x. (nw) Michael Zapf2014-03-141-42/+11
* (MESS) Changes in devcb2 usage. (nw) Michael Zapf2014-03-141-2/+5
* (MESS) Removed old-style token processing. (nw) Michael Zapf2014-03-131-34/+21
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+0
* Replacing legacy implementations in TMS99xx. (nw) Michael Zapf2014-02-271-19/+30
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+2
* ti990: Moved into ti99 subdirectory. (nw) Michael Zapf2013-11-101-3/+3
* some legacy cleanups of comments (nw) Oliver Stöneberg2013-08-191-1/+0
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-1/+0
* fixed faulty PALETTE_INIT modernization (nw) Oliver Stöneberg2013-08-071-0/+1
* PALETTE_INIT modernizations Oliver Stöneberg2013-08-051-2/+0
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+10
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+308