summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tx1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* tx1.c: Swap two lines in romdef... makes not changes other then visual... why... Brian Troha2012-06-231-3/+3
* tx1.c: Add documentation about the TX-1 (Japan) PCBs. Added dipswitch locatio... Brian Troha2012-06-231-30/+51
* New Clones Added Phil Bennett2012-06-231-151/+204
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-18/+16
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-20/+19
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-8/+8
* Several more driver regression fixes. Aaron Giles2012-04-151-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-13/+13
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-4/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-50/+50
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-21/+21
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-13/+13
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-63/+63
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-10/+10
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-3/+3
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-14/+7
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-6/+6
* 04350: buggyboy, buggyboyjr: Missing/corrupt graphics (whatsnew taken care of... Scott Stone2011-05-151-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-41/+34
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-104/+104
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-10/+10
* Undo misguided change. Aaron Giles2010-09-091-1/+1
* Removed PORT_TOGGLE for Outrun, TX1 and Turbo, now it is according to wiring ... Miodrag Milanovic2010-09-091-1/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+7
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2