summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-2/+0
* MCFG_CPU_VBLANK_INT line callback replacements for many old Konami games (nw) AJR2018-03-281-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* New 74LS259/9334/CD4099 devices AJR2017-07-251-5/+10
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* correct rallyx sprite pos based on old video recording, the "displacement" wo... Michaƫl Banaan Ananas2014-08-111-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-2/+2
* Modernized the namco sound device. [Osso] Scott Stone2013-07-221-0/+3
* Modernized trackfld and timeplt audio devices. [Osso] Scott Stone2013-07-121-1/+4
* samples change to find in constructor (nw) Miodrag Milanovic2013-04-141-2/+3
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* Modernization of drivers part 17 (no whatsnew) Miodrag Milanovic2013-02-121-0/+11
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-14/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+14
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+4
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-1/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-0/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+16
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-0/+53