summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyprduel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-84/+84
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-39/+39
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+20
* 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-4/+2
* hyprdelj->hyprduel2 Michaƫl Banaan Ananas2010-05-261-2/+2
* 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
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-4/+4
* Added save states and driver data struct to glass.c & homedata.c Fabio Priuli2009-12-081-213/+184
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-16/+16
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-11/+11
* hyprduel fix [Hau] Yasuhiro Ogawa2009-03-301-47/+152
* fix hyprduel to boot [Hau] Yasuhiro Ogawa2009-03-281-37/+21
* further fixes to nemesis.c [Hau] Yasuhiro Ogawa2009-03-271-288/+186
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Another big one. Aaron Giles2008-11-201-5/+5
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-7/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-18/+18
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-5/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-8/+8
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6