summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tx1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-4/+8
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Ok, this is The Big One. Aaron Giles2009-02-111-47/+28
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-3/+3
* Fixed buggyboy I/O, engine sound and tilemap scrolling. Phil Bennett2009-01-011-45/+85
* From Kevin Eshbach: Aaron Giles2008-12-311-1/+34
* CPU header cleanups.... Aaron Giles2008-12-181-2/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-9/+1
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-4/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-11/+9
* New games added or promoted from NOT_WORKING status: Phil Bennett2008-09-181-157/+123
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-18/+18
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-3/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-18/+18
* Region classes go bye-bye. Aaron Giles2008-07-281-44/+44
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-46/+46
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-9/+9
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-8/+8
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-20/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-5/+4
* AY-3-8910 rewrite: Couriersud2008-04-221-6/+12
* Converted the ppi8255 implementation to a device. Wilbert Pol2008-04-191-18/+22
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-8/+8
* From: Wilbert Pol Aaron Giles2008-04-031-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-10/+9
* Color table removal -- done Zsolt Vasvari2008-02-191-8/+4
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-5/+5
* Cleanups for 0.122u5. Aaron Giles2008-01-111-2/+2
* TX-1 improvements (co-credit Guru): Phil Bennett2008-01-091-42/+45
* Bumped version to 0.122u2. Spacing cleanups.mame0122u2 Aaron Giles2007-12-311-1/+1
* Corrected tx1 and tx1a coinage DSW assignments. Phil Bennett2007-12-271-32/+68
* (From AtariAce) Aaron Giles2007-12-261-7/+7
* Spacing cleanups. Aaron Giles2007-12-241-39/+39
* Game description changes: Phil Bennett2007-12-231-4/+4
* Fixed daft input-port mappings in TX-1 and the Buggy Boys. Phil Bennett2007-12-221-14/+14