summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* replacing raidena sound prg rom with a known good dump. Michaël Banaan Ananas2011-08-281-1/+1
* (raidena sound prgrom note) Michaël Banaan Ananas2011-08-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-6/+6
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* New clones added Scott Stone2010-12-251-1/+35
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+4
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+1
* 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-9/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* New clones added Phil Bennett2010-02-021-45/+96
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-17/+17
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-3/+3
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-23/+21
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-39/+39
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-48/+48
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* 01888: raidena, raidenk, raident: Flip screen DIP switch doesn't work. Couriersud2008-06-151-1/+2