| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 253 | -1247/+1209 | |
| | | |||||
| * | these were needed too. nw. | 2015-02-25 | 1 | -0/+9 | |
| | | |||||
| * | added wildfire 7seg decoder | 2015-02-25 | 2 | -2/+26 | |
| | | |||||
| * | added support for defining a 7seg decoder table for AMI S2000 | 2015-02-25 | 5 | -6/+16 | |
| | | |||||
| * | toki.c: use configured banks, modernize gfx layouts (nw) | 2015-02-24 | 1 | -51/+21 | |
| | | |||||
| * | added notes | 2015-02-24 | 1 | -9/+270 | |
| | | |||||
| * | Fixed regression with bfm_sc2 reels (nw) | 2015-02-24 | 1 | -12/+12 | |
| | | |||||
| * | Fixed USE_BGFX build for SDL (nw) | 2015-02-24 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) fix Timex ZX-clones regression (nw) | 2015-02-24 | 6 | -20/+89 | |
| | | |||||
| * | OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] | 2015-02-24 | 8 | -82/+55 | |
| | | |||||
| * | a few fixes and additions. nw. | 2015-02-24 | 2 | -1/+50 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-02-23 | 43 | -491/+705 | |
| |\ | |||||
| | * | amstrad: added support for the Dobbertin Smart Watch | 2015-02-24 | 6 | -3/+142 | |
| | | | |||||
| | * | Whoops, I knew I'd miss something in src/osd/windows (nw) | 2015-02-23 | 2 | -3/+3 | |
| | | | |||||
| | * | add cps1 video measurements by CharlesM | 2015-02-23 | 2 | -1/+9 | |
| | | | |||||
| | * | add q-sound amp board notes | 2015-02-23 | 1 | -0/+26 | |
| | | | |||||
| | * | render.c: render_containers now always make their own copy of the emulation ↵ | 2015-02-23 | 8 | -197/+74 | |
| | | | | | | | | | palette for paletted textures, whether or not there are custom brightness/contrast/gamma settings. Fixes -mt color issues in driftout, raphero, etc. without the additional complexity introduced in fde220f4a7e955343c3b25a562d6884f94c63bdc (which has been reverted) (nw) | ||||
| | * | speedatk: added save state support (nw) | 2015-02-23 | 3 | -36/+44 | |
| | | | |||||
| | * | thedeep.c: use configured banking (nw) | 2015-02-23 | 2 | -28/+4 | |
| | | | |||||
| | * | retofinv.c, thedeep.c: added save state support (nw) | 2015-02-23 | 8 | -138/+182 | |
| | | | |||||
| | * | partypooper to the rescue | 2015-02-23 | 1 | -38/+38 | |
| | | | |||||
| | * | Fix tiny build when there are no buses (nw) | 2015-02-23 | 1 | -0/+4 | |
| | | | |||||
| | * | added a few new dumps from Team Europe. credits will follow in a moment. nw. | 2015-02-23 | 2 | -11/+122 | |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-02-23 | 6 | -12/+8 | |
| | |\ | |||||
| | | * | this one is also barely playable without ext. artwork (also removed old ↵ | 2015-02-23 | 1 | -5/+1 | |
| | | | | | | | | | | | | | obsolete note) | ||||
| | | * | added GAME_REQUIRES_ARTWORK flag | 2015-02-23 | 5 | -7/+7 | |
| | | | | |||||
| | * | | disabled another Visual Studio warning (nw) | 2015-02-23 | 1 | -1/+2 | |
| | |/ | |||||
| | * | chihiro.c update | 2015-02-23 | 2 | -17/+33 | |
| | | | | | | | | | | | | | | | New clone added Ghost Squad (GDX-0012) [Ripper006] redumped outr2/gdx-0004a, wangmid/gdx-0009b [Ripper006] | ||||
| | * | notes (nw) | 2015-02-23 | 1 | -1/+4 | |
| | | | |||||
| | * | opwolf.c: added the remaining DIP locations to Operation Wolf | 2015-02-23 | 1 | -3/+6 | |
| | | | |||||
| | * | oops ;-) | 2015-02-23 | 1 | -1/+1 | |
| | | | |||||
| | * | opwolf.c: added some DIP locations | 2015-02-23 | 1 | -7/+7 | |
| | | | |||||
| | * | Merge pull request #142 from mzdmommy/patch-1 | 2015-02-23 | 1 | -1/+3 | |
| | |\ | | | | | | | updated opwolf dipswitches | ||||
| | | * | updated opwolf dipswitches | 2015-02-22 | 1 | -1/+3 | |
| | | | | | | | | | | added unknown dipswitch description from manual | ||||
| * | | | (MESS) ap2_dsk.c: support oversized Apple II EDD images [Peter Ferrie] | 2015-02-23 | 1 | -1/+1 | |
| |/ / | |||||
| * | | make declarations match (nw) | 2015-02-22 | 1 | -1/+1 | |
| | | | |||||
| * | | added proper snmath cd2708 rom | 2015-02-23 | 3 | -31/+32 | |
| | | | |||||
| * | | seaduel also had 1 bit wrong | 2015-02-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading | 2015-02-23 | 4 | -13/+29 | |
| |/ | | | code-paths (via defines). (nw) | ||||
| * | Merge branch 'master' of https://github.com/mamedev/mame.git | 2015-02-22 | 38 | -837/+588 | |
| |\ | |||||
| | * | this is not mechanical, from what I could gather around in the web... nw. | 2015-02-22 | 1 | -1/+1 | |
| | | | |||||
| | * | added the GAME_MECHANICAL flag to a few drivers that should have had it. nw. | 2015-02-22 | 13 | -38/+38 | |
| | | | |||||
| | * | (MESS) sms: improved the code for the Light Phaser, by simplifying the routines | 2015-02-22 | 9 | -109/+111 | |
| | | | | | | | | | and making them slightly faster. [Enik Land] | ||||
| | * | Many fixes for breakpoints/watchpoints views | 2015-02-23 | 4 | -642/+369 | |
| | | | | | | | | | | | | | | | | | * Fix sorting - qsort needs a ternary -1/0/1 comparator * Get rid of the redundant enums - using a funciton pointer is far more concise * Reduce number of allocations and use less expensive functions when updating * Fix off-by-one error that could cause a crash when clicking the views * Get rid of double iteration | ||||
| | * | Add a whole line scroll mode to make breakpoints/watchpoints header work nicely | 2015-02-23 | 9 | -20/+40 | |
| | | | |||||
| | * | More intelligible auto window position code | 2015-02-23 | 1 | -12/+18 | |
| | | | |||||
| | * | Make opening a break/watchpoints window work better if there are already ten ↵ | 2015-02-23 | 2 | -10/+6 | |
| | | | | | | | | | or more of them | ||||
| | * | verified vaportra clocks [system11] | 2015-02-22 | 1 | -7/+7 | |
| | | | | | | | | | | | (note, doesn't fix the music speedup issue when firing, you have to kludge the clocks lower to do that) (note 2: there are PAL listings in the driver, but also PALs in some of the romsets, can somebody verify they match and remove?) | ||||
| * | | WM_DESTROY may be send multiple times. This also fixes | 2015-02-22 | 1 | -3/+6 | |
| | | | | | | | -bench X crashes. (nw) | ||||
| * | | Fix 32bit build of sdlmame on Win32. (nw) | 2015-02-22 | 1 | -2/+2 | |
| |/ | |||||
