summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-26/+26
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+1
* Remaining fixes for 02760: Games using MC6845: Crash with an error on startup... Phil Bennett2009-01-021-1/+1
* Added Mahjong Senka/Mahjong Yarou to the Royal Mahjong driver.They suffers th... Angelo Salese2009-01-011-0/+37
* Added X Se Dae Quiz to the raiden2.c,obviously not working like the rest [Dav... Angelo Salese2009-01-011-1/+38
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-6/+6
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-16/+16
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+19
* Minor: Fixes a typo in Crusin' readme and removes some more unnecessary comme... Andrew Gardner2008-08-311-14/+10
* Adds Cruis'n USA and new Raiden DX/2 readme. Cleans up some documentation in... Andrew Gardner2008-08-311-204/+98
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-46/+44
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* Adds readmes for Koro Koro Quest, Gigas (bootleg), Race Drivin', Hexa, IQ Blo... Andrew Gardner2008-08-101-33/+63
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-133/+133
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-138/+138
* 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-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-11/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-14/+15
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-8/+8
* New clones added Tomasz Slanina2008-04-241-1/+33
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+5
* adds a note about rom banking based on actual hardware test done by dox davidhay2008-04-171-1/+10
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-11/+11
* in theory this should help.. davidhay2008-04-141-1/+2
* well this adds the sound cpu to raiden2, although it doesn't make any sounds. davidhay2008-04-141-11/+59
* trying to make things a bit more generic, breaks a few things for now, but be... davidhay2008-04-131-31/+29
* Renamed input port functions: Aaron Giles2008-04-061-5/+5
* Seibu COP stuff - just moving things around renaming them, comparing Legionna... davidhay2008-04-051-196/+11
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-3/+3
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-3/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-13/+13
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2