summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0142 Aaron Giles2011-04-0377-284/+284
* New clone added: Acrobatic Dog-Fight (US) Brian Troha2011-04-032-6/+42
* lordgun.c: Corrected Dipswitch names and added dipswitch locations to Lord of... Brian Troha2011-04-022-71/+61
* new not working game Angelo Salese2011-04-022-8/+69
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-012412-84256/+85196
* Mapping change for all "pinball" titles. (no whatsnew) Scott Stone2011-04-0173-80/+80
* Some commenting of excessive mame_printf_debug usages for a few drivers curre... Scott Stone2011-03-315-33/+37
* Fixed compiling tools in MAME and MESS side (no whatsnew) Miodrag Milanovic2011-03-315-17/+19
* MT#04286 - explicitly construct adpcm_state which is embedded in the legacy Aaron Giles2011-03-311-0/+5
* MT#04288. Aaron Giles2011-03-313-5/+3
* Fix MT#04291 Aaron Giles2011-03-312-22/+32
* MT#04287,04289 -- hook up bootleg video systems properly Aaron Giles2011-03-314-25/+34
* Improved TODO list for dec0, not worth Angelo Salese2011-03-301-19/+26
* Fix compile Angelo Salese2011-03-301-0/+1
* fixed multiwidth sprites in decmxc06.c, removed code which appeared to serve ... Angelo Salese2011-03-302-34/+17
* Fix osx compile. Wilbert Pol2011-03-301-63/+63
* The scripts did an interesting number on the sdl/debugwin.c file :-) Olivier Galibert2011-03-301-25/+25
* fixed build. smf-2011-03-302-8/+0
* Imported uPD1990A RTC from MESS. (no whatsnew) Curt Coder2011-03-304-0/+687
* NEW CLONE NOT WORKING Scott Stone2011-03-302-0/+17
* Implemented karnov style sprites in its own file, shared with karnov and dec8... Angelo Salese2011-03-308-154/+231
* Minor cleanups. Aaron Giles2011-03-303-9/+2
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-3013-34/+33
* Make the symbol table use a simple_list for its cache. Aaron Giles2011-03-291-18/+9
* Add template specializations for device/state/memory interfaces that are Aaron Giles2011-03-291-0/+3
* If we get an error parsing options, see if there was no command and what Aaron Giles2011-03-291-0/+7
* Two hash_collections can only match if they have at least one matching hash. Aaron Giles2011-03-291-3/+8
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-29489-2741/+2736
* BIG update. Aaron Giles2011-03-292557-54127/+54180
* Imported MSM6255 LCD controller device from MESS. (no whatsnew) Curt Coder2011-03-294-0/+589
* Converted Stadium Hero, Cobra-Command, Psycho-Nics Oscar to use the common de... Scott Stone2011-03-285-136/+32
* Converted Vapor Trail to use the common deco sprite functions [David Haywood] Angelo Salese2011-03-284-86/+44
* Converted Act Fancer to use common deco sprite code [David Haywood] Angelo Salese2011-03-283-151/+29
* started moving common deco MXC06 sprite controller code to it's own device fi... Angelo Salese2011-03-288-206/+257
* Fix osx compile. Wilbert Pol2011-03-281-3/+3
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-2824-102/+6682
* gamename revert: http://www.mametesters.org/view.php?id=4295 Michaël Banaan Ananas2011-03-281-1/+1
* Converted Pocket Gal to use the common deco video routines [David Haywood] Angelo Salese2011-03-285-53/+60
* Another fix for SDL build, not seen by win32 build (no whatsnew) Miodrag Milanovic2011-03-281-1/+1
* Fix compile for SDL build (no whatsnew) Miodrag Milanovic2011-03-281-3/+3
* Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE Aaron Giles2011-03-281-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-28148-633/+631
* Converted Stadium Hero driver to use the common Deco video functions [David H... Angelo Salese2011-03-285-64/+69
* Converted Act Fancer, Trio the Punch and Mad Motor to use the common deco vid... Angelo Salese2011-03-2711-487/+141
* some work on the 3 games in dec8.c which use the bac06 tilemaps[David Haywood] Angelo Salese2011-03-277-348/+383
* (DELUXE -> Deluxe) Michaël Banaan Ananas2011-03-271-1/+1
* fix compile Michaël Banaan Ananas2011-03-271-0/+1
* uiimage.c: Improved File Manager usage (in the internal UI) by catching char ... Fabio Priuli2011-03-271-1/+76
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-27237-1985/+1928
* Converted DECO BAC06 tilemap (used by dec0.c) to be a device, reducing code d... Angelo Salese2011-03-2710-932/+818