summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti990_4.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) TMS99xx users adapted to use devcb2. (nw) Michael Zapf2014-03-211-15/+9
* (MESS) Some more cleanups for 990_x. (nw) Michael Zapf2014-03-141-113/+20
* (MESS) Changes in devcb2 usage. (nw) Michael Zapf2014-03-141-4/+15
* (MESS) Removed old-style token processing. (nw) Michael Zapf2014-03-131-26/+20
* (MESS) Half-way modernization for TI-990, removing usage of tokens. Michael Zapf2014-03-121-94/+124
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-10/+0
* (MESS) Update ti990_4 to the new CPU core. (nw) Michael Zapf2014-02-261-53/+149
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+4
* ti990: Moved into ti99 subdirectory. (nw) Michael Zapf2013-11-101-2/+2
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-2/+0
* fixed faulty PALETTE_INIT modernization (nw) Oliver Stöneberg2013-08-071-0/+2
* PALETTE_INIT modernizations Oliver Stöneberg2013-08-051-4/+0
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+9
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+353