summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rbmk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-19/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* 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-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-2/+2
* Decapped 89C51 MCU in Real Battle Mahjong King [Dr. Decapitator, Guru] Angelo Salese2010-06-251-3/+64
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Assorted documentation fixes (no whatsnew) Scott Stone2010-06-041-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* And one more tonight: raiden2 and rbmk use the eeprom device. Aaron Giles2009-12-241-27/+9
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-22/+9
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-11/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-11/+11
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* 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-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* 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-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1