summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Shuffle lib order around to fix link issue.mame0137u2 Aaron Giles2010-04-081-1/+1
* Make these extern "C" so they play nice with all tools. Aaron Giles2010-04-081-0/+7
* Remove osd_break_into_debugger in unidasm. This should be part of Aaron Giles2010-04-081-6/+0
* Cleanups and version bump. Aaron Giles2010-04-0832-275/+275
* Added gprof support to the makefile. [Bryan Ischo] Aaron Giles2010-04-086-18/+48
* snes.c: fixed a sprite regression, no whatsnew Fabio Priuli2010-04-081-28/+32
* New clone added - Thrill Drive (JAB) Brian Troha2010-04-082-12/+37
* document the MCU used in the 1943 sets Brian Troha2010-04-081-0/+10
* Corrected names in the 1943.c driver Brian Troha2010-04-081-111/+111
* snes.c: Fixed small problem with vflipped large tiles. No whatsnew. Fabio Priuli2010-04-071-1/+1
* snes.c: proper fix to the DMA issue with S-DD1 games [Fabio Priuli] Fabio Priuli2010-04-072-104/+139
* Temporary made cycle stealing less aggressive, no whatsnew Angelo Salese2010-04-071-8/+14
* snes.c: temporarily reverted some dma code to allow S-DD1 games to boot again... Fabio Priuli2010-04-071-113/+117
* new clones Angelo Salese2010-04-072-24/+115
* Escape from the planet of the robot monsters uses a TMS5220C, verified from s... Jonathan Gevaryahu2010-04-071-1/+1
* Fixed integer overflow, no whatsnew Angelo Salese2010-04-071-2/+2
* Basic implementation of the memory map master cycle steals in the SNES driver... Angelo Salese2010-04-071-0/+77
* Basic implementation of the DMA master cycles steals in the SNES driver [Ange... Angelo Salese2010-04-061-14/+27
* First step in supporting master cycle delays in the SNES driver [Angelo Salese] Angelo Salese2010-04-065-4/+40
* Readded info.c lines which got removed/changed by mistake in the previous com... Fabio Priuli2010-04-061-3/+5
* info.c: added keyboard and keypad controls to xml output [Fabio Priuli] Fabio Priuli2010-04-061-10/+22
* uPD7801: Fixed the MOV MC,A instruction. Wilbert Pol2010-04-052-1/+18
* namcos23: Found "force poly to front" bit [O. Galibert] Olivier Galibert2010-04-051-0/+6
* skyarmy (skyarmy.c) [stephh] : Fabio Priuli2010-04-053-571/+770
* Small MESS-only listxml dtd update. No whatsnew. Wilbert Pol2010-04-051-0/+1
* Added a new input type IPT_KEYPAD for MESS, to distinguish between fully feat... Fabio Priuli2010-04-053-1/+4
* A bunch of small bugfixes, no whatsnew Angelo Salese2010-04-041-5/+5
* Allow MESS to do additional work for -romident. Wilbert Pol2010-04-042-14/+21
* Added boundary checks for MVN and MVP opcodes when in M mode in the G65816 CP... Angelo Salese2010-04-042-1/+13
* Some MESS-only changes. No whatsnew. Wilbert Pol2010-04-041-3/+4
* Duh. Olivier Galibert2010-04-041-2/+0
* namcos23: Push the zclip a little to avoid poly.c issues for now. [O. Galibert] Olivier Galibert2010-04-041-1/+1
* poly.c: Make the parameter interpolation more robust [O. Galibert] Olivier Galibert2010-04-041-34/+34
* Improved Rectangle drawing in the RDP core. [Harmony] Ryan Holtz2010-04-033-28/+28
* Restore variable removed by 8757 which is important for my debugging (no credit) R. Belmont2010-04-031-2/+2
* Re-fixing some cppcheck issues. No whatsnew. Ryan Holtz2010-04-031-4/+0
* Disabled DRC versions of certain vector load/store operations in the Ryan Holtz2010-04-031-13/+13
* Fixed some massive texturing issues in the new Nintendo 64 / RDP renderer. [H... Ryan Holtz2010-04-033-146/+171
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-0335-126/+78
* Corrected I/O timer, no whatsnew Angelo Salese2010-04-031-1/+3
* Moved the i/o update status inside a timer in the SNES driver [Angelo Salese] Angelo Salese2010-04-032-8/+17
* [8080/8085 CPU] Fix of mametester bug 3227. [Robbbert] Miodrag Milanovic2010-04-032-2/+3
* New clones added Phil Bennett2010-04-032-2/+24
* namcos23: First stab at z-sorting [O. Galibert] Olivier Galibert2010-04-031-57/+129
* namcos23: Fix the zoom value [O. Galibert] Olivier Galibert2010-04-031-2/+7
* midtunit.c: Fixed TMS340 parameter [Alex Jackson] Fabio Priuli2010-04-031-2/+2
* removed wrong opcode and used the right one Roberto Zandona2010-04-021-13/+13
* New games added as NOT_WORKING mariuszw12010-04-022-0/+18
* VC2008 compile fix (no whatsnew). mariuszw12010-04-021-2/+2
* Clear pending IRQ if the IRQ enable flag is disabled in the SNES driver [Ange... Angelo Salese2010-04-021-35/+41