summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wheelfir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-115/+115
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-32/+32
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-4/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+4
* Whoops, missed a couple of NULL functions. Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-8/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+16
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-187/+187
* Rewrite of 'Wheels & Fire' driver [Tomasz Slanina] Tomasz Slanina2010-07-141-462/+657
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-20/+20
* 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
* Last round of fixups based on Tafoid's regression list. Aaron Giles2009-12-221-14/+16
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* And some more again... Fabio Priuli2009-04-281-6/+6
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Updates the wheelfir.c driver with some additional information. Brian Troha2009-02-131-1/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-12/+8
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-5/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+3
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-7/+9
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-8/+8
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2