summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tickee.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+43
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-29/+29
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-51/+71
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-54/+54
* Fixed Mallet Madness RAMDAC test failure. Phil Bennett2010-09-281-4/+9
* new game (not working): Mallet Madness (Hanaho Games) Brian Troha2010-09-271-4/+34
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+8
* 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-9/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-10/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-20/+18
* New games added or promoted from NOT_WORKING Phil Bennett2010-05-221-1/+135
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Changed ticket.c into a device, updated all users. Aaron Giles2009-12-151-37/+34
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-20/+20
* adds PCB layout for Rapid Fire Brian Troha2009-12-101-3/+24
* new games added: Rapid Fire Brian Troha2009-12-091-14/+355
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-20/+22
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8
* Adds readmes for Vivid Dolls, Tower and Shaft, Star Soldier Vanishing Earth, ... Andrew Gardner2008-08-111-0/+28
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-16/+16
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-7/+7
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1