summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-11137-581/+547
|
* Fixed TH Control Method when TR is active, fixes input detection in 3D Lemmings Angelo Salese2013-02-112-6/+21
|
* Reverted a VDP1 wrong fix, causes problems in World Series Baseball and ↵ Angelo Salese2013-02-101-2/+2
| | | | Akumajou Dracula X
* nightgal.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-24/+70
|
* by request, favor safety over speed in jaguar for now David Haywood2013-02-101-29/+52
| | | | (tempest 2k does bad things)
* neogeo.c: removed some more tagmap lookups. (nw) Wilbert Pol2013-02-103-24/+32
|
* New York Joker: Added inputs, outputs, button-lamps, sound, coin and Roberto Fresca2013-02-101-123/+112
| | | | | | | | | note counters, default NVRAM, and promoted to working... [Roberto Fresca] New games added or promoted from NOT_WORKING status --------------------------------------------------- New York Joker [Roberto Fresca, David Haywood, Any, The Dumping Union]
* neogeo.c/ng_aes.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-105-214/+212
|
* fixed Visual Studio compiler warning in src/mame/machine/snessdd1.c (nw) Oliver Stöneberg2013-02-101-0/+1
|
* let's see if this makes happy non-Apple GCC... nw Fabio Priuli2013-02-101-1/+1
|
* (MESS) snes.c: refactored SPC7110 and SDD1 implementations to be more ↵ Fabio Priuli2013-02-102-458/+419
| | | | | class-friendly and not to use running_machine to access the ROM data. no whatsnew.
* Moved knightsb to fcrash.c Robbbert2013-02-103-154/+212
|
* 05137: galkaika, galkoku, mcontest, tokimbsj, tokyogal, uchuuai: No sound, ↵ Phil Bennett2013-02-091-0/+4
| | | | lock up in attract mode or gameplay [Phil Bennett]
* Added INTBACK buffer mechanism, fixes at least Rayman inputs Angelo Salese2013-02-092-5/+12
|
* Reverted x1_010 modernization. (nw) Andrew Gardner2013-02-094-79/+79
| | | | | | I don't have the time between now and Monday to figure this one out. (This doesn't undo any changes done by other modernizations)
* Added zooming for RGB15 (My Fair Lady) Angelo Salese2013-02-091-3/+9
|
* Fixed zooming for 3D Baseball the Majors (8bpp bitmaps) Angelo Salese2013-02-091-7/+31
|
* Fixed vertical linescroll mask too Angelo Salese2013-02-091-8/+20
|
* [MT04028] fixed array out-of-bound write in pinkiri8_state::ronjan_prot_w ↵ Oliver Stöneberg2013-02-091-3/+5
| | | | [Oliver Stöneberg]
* vectrex.c: Reduce tagmap lookups and some minor cleanups. (nw) Wilbert Pol2013-02-093-103/+118
|
* (small cleanup 2: port bits and diplocations) Michaël Banaan Ananas2013-02-092-447/+197
|
* (small cleanup) Michaël Banaan Ananas2013-02-081-55/+58
|
* a310.c/archimds.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-082-40/+69
|
* 3do.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-083-23/+30
|
* Fixed linescroll for VDP2 bitmap layers [Angelo Salese] Angelo Salese2013-02-081-19/+21
|
* Fix compile. (nw) Andrew Gardner2013-02-081-1/+1
|
* Added 4bpp and 8bpp cases, fixes at least Code R crash after loading Angelo Salese2013-02-082-0/+109
|
* Cleanup (nw) Miodrag Milanovic2013-02-082-16/+16
|
* More cleanup (nw) Miodrag Milanovic2013-02-084-120/+99
|
* Modernization of drivers part 11 (no whatsnew) Miodrag Milanovic2013-02-0839-591/+593
|
* Check-point, Burning Rangers now shows half-right FMV Angelo Salese2013-02-082-12/+57
|
* Modernization of drivers part 10 (no whatsnew) Miodrag Milanovic2013-02-0822-308/+309
|
* Modernization of drivers part 9 (no whatsnew) Miodrag Milanovic2013-02-0814-102/+110
|
* Modernization of drivers part 8 (no whatsnew) Miodrag Milanovic2013-02-0813-577/+576
|
* First pass in rewriting VDP2 bitmap layers. RGB32 being the first one Angelo Salese2013-02-082-1/+86
|
* Modernization of drivers part 7 (no whatsnew) Miodrag Milanovic2013-02-0825-321/+322
|
* modernized rest of galaga (nw) Miodrag Milanovic2013-02-087-211/+173
|
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-0884-1368/+1290
|
* ups Miodrag Milanovic2013-02-0818-34/+0
|
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-0836-407/+442
|
* Modernization of drivers part 4 (no whatsnew) Miodrag Milanovic2013-02-0824-259/+261
|
* Fixed another regression, urgh Angelo Salese2013-02-071-1/+1
|
* (MESS) megadriv.c: more updates [Fabio Priuli] Fabio Priuli2013-02-072-179/+2
| | | | | | | | | - implemented correct ROM mirroring, based on research by Eke & others - emulated the protection in Ya Se Chuan Shuo, promoting it to work state - fixed cart type in Blockbuster World Video Game Championship II (works for the first time in MESS) - fixed cart type in HardBall III, Barver Battle Saga and Chao Ji Da Fu Weng - added support for unusual SRAM location in HardBall 95 - fixed a few regressions introduced in the previous commit - fixed wrong driver class being used in 32x and SegaCD
* Reverted previous fix, needs rewrite anyway Angelo Salese2013-02-072-19/+45
|
* Obviously I don't understand why there was a /2 in the drawpixel functions, ↵ Angelo Salese2013-02-071-10/+10
| | | | fixed gfx regressions
* Removed 'gfx_decode' and fixed compile. Minor speed gain Angelo Salese2013-02-073-41/+14
|
* Removed pointless VDP1 gfx decoding Angelo Salese2013-02-072-11/+0
|
* Fixed myfairld default Angelo Salese2013-02-071-1/+1
|
* Minor changes Angelo Salese2013-02-074-37/+10
|
* State-ized CD block, and finished state-izing VDP1, thanks to OG & Micko Angelo Salese2013-02-075-299/+301
|