summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct rom names as per PCBs Brian Troha2011-06-251-54/+54
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-23/+23
* BIG update. Aaron Giles2011-03-291-53/+53
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-26/+26
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-16/+16
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-43/+37
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-12/+12
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Correct grom01.bin BAD_DUMP in Golden Par Golf [MASH] Brian Troha2011-01-101-1/+1
* Added a few more mechanical games. UI changes: No working clones for GAME_M... Scott Stone2011-01-051-4/+4
* Next batch of GAME_MECHANICAL adds Scott Stone2011-01-051-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-114/+114
* New clones added Scott Stone2010-12-251-2/+24
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-29/+6
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-1/+1
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-3/+3
* 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-64/+50
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-3/+2
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+11
* Source Cleanup: Setname fixes and other minor changes - Drivers starting with... Scott Stone2010-02-121-14/+14
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* 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
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-3/+3
* 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-6/+5
* Renamed functions: Aaron Giles2009-12-051-5/+5
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-9/+9
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-0/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-14/+14
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-20/+20
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-12/+12
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-29/+29
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1