summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/moo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* And moomesa too ... Angelo Salese2011-05-151-4/+14
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* BIG update. Aaron Giles2011-03-291-27/+27
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* new clones added Brian Troha2011-02-111-17/+53
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-2/+2
* Added dipswitch locations to moo.c, mystston.c, mystwarr.c, prehisle.c and pu... Brian Troha2011-01-041-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-59/+59
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Kills off some anonymous timers. [Not worth mentioning] Andrew Gardner2010-10-051-2/+4
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-13/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+13
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* Cleanups and version bump. Aaron Giles2010-03-111-7/+7
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+21
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-82/+110
* Results of running the latest srcclean. 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-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-7/+7
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-54/+17
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-3/+3
* some more Konami wip: Fabio Priuli2009-12-161-52/+114
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-12/+12
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-1/+1
* New clone added: Bucky O'Hare (ver AA) Brian Troha2009-06-031-4/+38
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-2/+2
* Memory maps merges for the following drivers: Angelo Salese2009-04-261-118/+72
* Konami inputs improvements: Fabio Priuli2009-04-011-65/+20
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7