summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-9/+13
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* dkong, gridlee, hyprolyb, jedi, mario, phoenix, pleids, polepos, redalert, tx... mooglyguy2018-05-311-30/+6
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-103/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-2/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-84/+84
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-8/+8
* Quiet anonymous union errors. Used a couple different techniques, all compile... Cowering2015-07-081-4/+4
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* tx1.c: reduce tagmap lookups (nw) Alex W. Jackson2015-01-281-0/+14
* MT 05776 Robert2014-11-041-2/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-5/+5
* Modernized TX1 custom sound device. [Osso] Scott Stone2013-07-231-14/+63
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-2/+2
* 05194: buggyboy, tx1: Screen 1 and 2 freezes [Phil Bennett] Phil Bennett2013-05-171-19/+45
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-52/+52
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-27/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+18
* Memory handler normalization, part 1. Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+14
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-19/+13
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+48
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+11
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-20/+20
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+8
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+6