summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* itech32.c: Use PORT_NAME to name button for trackball based games in this dri... Brian Troha2011-08-151-32/+38
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-133/+133
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-11/+11
* BIG update. Aaron Giles2011-03-291-106/+106
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-30/+30
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-23/+23
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-172/+171
* update info in the itech32.c driver and correct rom name based on photos of t... Brian Troha2011-02-101-10/+10
* New Clones Added Scott Stone2011-02-101-0/+27
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Fix build break from last checkin. 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-5/+5
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* New clone: World Class Bowling v1.4 Brian Troha2010-12-081-2/+38
* New clones added mariuszw12010-11-241-0/+25
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-42/+15
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-2/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+10
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-28/+28
* updated prev commit Michaël Banaan Ananas2010-05-171-2/+2
* per Haze advice: with Infinite Loop Protection -> (more protected) Michaël Banaan Ananas2010-05-171-1/+1
* new clone added: Golden Tee 2k alt Brian Troha2010-05-151-2/+64
* Source Cleanup: Setname fixes and other minor changes - Drivers starting with... Scott Stone2010-02-121-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Changed ticket.c into a device, updated all users. Aaron Giles2009-12-151-30/+29
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-6/+7
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+6