summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 11 (no whatsnew) Miodrag Milanovic2013-02-081-72/+71
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-151/+151
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-31/+31
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-138/+118
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-25/+25
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-13/+13
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-36/+37
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Take PORT_PLAYER off of any IPT_START assignments, as they are not required b... Scott Stone2011-07-051-8/+8
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-13/+13
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-21/+21
* BIG update. Aaron Giles2011-03-291-55/+55
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-36/+36
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-31/+31
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-22/+42
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-3/+3
* Replaced NVRAM_HANDLER in leland with an NVRAM device. Aaron Giles2010-09-101-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-12/+9
* All American Football set updates: [Phil Bennett] Phil Bennett2010-08-211-15/+15
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-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-13/+13
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Convert all Leland games to use EEPROM device. Removed hard-coded Aaron Giles2009-12-241-314/+115
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Renamed functions: Aaron Giles2009-12-051-9/+9
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* New clones added Phil Bennett2009-09-301-0/+53
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-31/+31
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-17/+17
* Ok, this is The Big One. Aaron Giles2009-02-111-29/+7