summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-2328/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Fixed dangerz sound regression (nw) Ivan Vangelista2014-08-221-0/+1
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-13/+8
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* i186: Added internal clock divider. [Curt Coder] Curt Coder2013-10-191-1/+1
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-14/+19
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-29/+14
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-4/+2
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-15/+15
* - input/DIP bugs fixed in several drivers [Sonikos] Michaƫl Banaan Ananas2013-05-191-2/+16
* some cleanup (nw) Miodrag Milanovic2013-04-111-31/+31
* 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