summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-22105-545/+545
* small driver update Michaël Banaan Ananas2012-04-221-5/+18
* Fix for older GCC, thanks to Robbbert (no whatsnew) Miodrag Milanovic2012-04-221-3/+3
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-2217-56/+56
* fixed build smf-2012-04-221-1/+1
* Fix some regressions. Aaron Giles2012-04-223-4/+4
* For 16-bit devcb handlers, use separately-named templates Aaron Giles2012-04-221-2/+5
* sangho.c: Spelling correction - NW Brian Troha2012-04-221-1/+1
* sangho.c: Sexy Boom's difficulty DSW setting corrected and verified. [stephh] Brian Troha2012-04-221-11/+12
* Only print mismatched width warnings for required pointers. Aaron Giles2012-04-221-1/+2
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-2219-296/+346
* Another Clang fix [Balrog] R. Belmont2012-04-221-3/+3
* some updates, nothing to see yet from the outside Michaël Banaan Ananas2012-04-221-40/+115
* keys for the other game too, from andreas Michaël Banaan Ananas2012-04-221-10/+15
* paradise.c: Correct Penky Dipswitch chart from manual - NW Brian Troha2012-04-211-7/+7
* pokechmp.c: Correct dipswitches as per manual and add dipswitch locations. [B... Brian Troha2012-04-211-23/+23
* sangho.c: Filled in some dipswitches for Sexy Boom & Puzzle Star and added di... Brian Troha2012-04-211-15/+69
* sliver.c: Minor DSW name change - NW Brian Troha2012-04-211-1/+1
* sliver.c: Filled in / Corrected all dipswitches for Sliver and added dipswitc... Brian Troha2012-04-211-37/+39
* gumbo.c: Added dipswitch locations to all sets in the driver. [Brian Troha] Brian Troha2012-04-211-22/+22
* paradise.c: Corrected Difficulty DSW for Penky and added notes about alternat... Brian Troha2012-04-211-14/+57
* small update Michaël Banaan Ananas2012-04-211-12/+12
* fix for default attribute in slotoption of xml output (no whatsnew) Miodrag Milanovic2012-04-211-1/+1
* and the rest... smf-2012-04-211-4/+4
* set correct region size and endian for flash roms. smf-2012-04-211-6/+6
* Sync with MESS (nw) Miodrag Milanovic2012-04-212-0/+22
* amaticmg.c: figured out encryption [Andreas Naive] Michaël Banaan Ananas2012-04-211-4/+40
* new NOT WORKING game Michaël Banaan Ananas2012-04-203-4/+255
* (unkmeyco -> casbjack) Michaël Banaan Ananas2012-04-202-10/+10
* (defaulting LOG to off) Michaël Banaan Ananas2012-04-201-1/+1
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-2015-40/+38
* (renamed BITSWITCH -> BSW, and state/machine wldarrow -> meyc8080) Michaël Banaan Ananas2012-04-201-60/+62
* CPS-3 update [Team CPS-1]: Scott Stone2012-04-201-64/+64
* Cleaned up required_/optional_<object> templates. Aaron Giles2012-04-203-50/+150
* Refactored a few things related to reels and use of layouts allowing for more... Scott Stone2012-04-206-434/+171
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-04-203-18/+360
* fix for 16bit device callback from Judge (no whatsnew) Miodrag Milanovic2012-04-201-4/+4
* Typo fix. Also forgot to mention in the last Aaron Giles2012-04-201-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201180-4335/+4251
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-19409-1721/+1715
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-19405-1715/+1683
* Fix most remaining regressions. Aaron Giles2012-04-1967-160/+170
* Use an OKI address map instead of memcpy to handle ADPCM Aaron Giles2012-04-184-47/+49
* (rm note about missing sound) Michaël Banaan Ananas2012-04-182-3/+0
* small cleanup on OKI access Michaël Banaan Ananas2012-04-182-7/+4
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-18102-1077/+1327
* check if voice is playing *before* possibly starting an invalid sample (MT bu... Michaël Banaan Ananas2012-04-181-19/+20
* Preliminary work on Scorpion 4 lamps + more set resorting [David Haywood] Scott Stone2012-04-189-410/+2868
* Made TIA modern device (no whatsnew) Miodrag Milanovic2012-04-183-248/+348
* apply bitswap/xor to all mem(n) roms except the header smf-2012-04-181-15/+15