| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed need for -Wno-c++11-narrowing for clang |  Miodrag Milanovic | 2015-12-04 | 17 | -315/+315 |
* | Merge pull request #417 from kara1001000/fix_mm1_palette |  R. Belmont | 2015-12-04 | 2 | -2/+11 |
|\ |
|
| * | more accurate colors for MikroMikko 1 |  kara1001000 | 2015-12-03 | 2 | -2/+11 |
* | | some core c++11 narrowing fixes (nw) |  Miodrag Milanovic | 2015-12-04 | 13 | -121/+121 |
* | | removed usage of deprecated register keyword in our code (nw) |  Miodrag Milanovic | 2015-12-04 | 9 | -84/+84 |
* | | placed cache back in new form, fixes listxml and similar (nw) |  Miodrag Milanovic | 2015-12-04 | 2 | -0/+11 |
* | | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix narrowing (nw) |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
* | | | clang-modernize part 7 |  Miodrag Milanovic | 2015-12-04 | 93 | -706/+706 |
* | | | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 236 | -1171/+1171 |
|/ / |
|
* | | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 123 | -974/+974 |
* | | clang-modernize part 4 |  Miodrag Milanovic | 2015-12-04 | 842 | -4115/+4115 |
* | | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 474 | -4948/+4948 |
* | | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 331 | -1224/+1224 |
* | | peplus.cpp: Fix long standing cut-n-paste & white space - NW |  briantro | 2015-12-03 | 1 | -4/+4 |
* | | peplus.cpp: Doc update - Add in some know dates & L revisions - NW |  briantro | 2015-12-03 | 1 | -85/+85 |
* | | Left-over |  angelosa | 2015-12-03 | 1 | -1/+1 |
* | | Dirty removal |  angelosa | 2015-12-03 | 1 | -4/+1 |
* | | rungun.cpp: Optimized video code by using separate tilemaps for each screen, nw |  angelosa | 2015-12-03 | 2 | -21/+26 |
* | | Merge branch 'master' of https://github.com/mamedev/mame |  angelosa | 2015-12-03 | 238 | -4463/+4466 |
|\ \ |
|
| * | | fix clang detected missing override (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -1/+1 |
| * | | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 238 | -4462/+4465 |
| |/ |
|
* | | m_current_frame_number -> m_current_display_bank |  angelosa | 2015-12-03 | 3 | -6/+6 |
* | | Add individual screens, nw |  angelosa | 2015-12-03 | 1 | -0/+13 |
|/ |
|
* | force delete of copy constructor and operator = (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -2/+2 |
* | Merge pull request #485 from mamedev/run_dual |  Angelo Salese | 2015-12-03 | 3 | -76/+112 |
|\ |
|
| * | End notes, ready to prime time. |  angelosa | 2015-12-02 | 1 | -12/+7 |
| * | Removed palette hack |  angelosa | 2015-12-02 | 2 | -10/+16 |
| * | Removed dual input hack. |  angelosa | 2015-12-02 | 2 | -15/+3 |
| * | Added dual setup to all games (sends a black screen to second monitor if disa... |  angelosa | 2015-12-02 | 2 | -32/+28 |
| * | Slow and dirty, but it works. |  angelosa | 2015-12-02 | 3 | -17/+35 |
| * | Experimental Run & Gun base address setup. Added Palette and Text Layers, cor... |  angelosa | 2015-12-01 | 3 | -9/+42 |
* | | Note before I forget, nw |  Angelo Salese | 2015-12-03 | 1 | -0/+2 |
* | | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 49 | -401/+320 |
* | | amstrad: fix display of hardware sprites when using full overscan on Plus sys... |  mahlemiut | 2015-12-03 | 1 | -6/+11 |
* | | peplus.cpp: Another cut-n-paste fix - NW |  briantro | 2015-12-02 | 1 | -1/+1 |
* | | new PE Plus Slot clone |  briantro | 2015-12-02 | 2 | -8/+24 |
* | | Merge pull request #484 from jfdelnero/master |  Miodrag Milanović | 2015-12-02 | 3 | -30/+99 |
|\ \ |
|
| * | | Charset ROM corrected. |  Jean-François DEL NERO | 2015-12-01 | 1 | -2/+15 |
| * | | Clear screen, Screen scanning command added. |  Jean-François DEL NERO | 2015-12-01 | 2 | -28/+84 |
* | | | peplus.cpp: Fix cut-n-paste errors - NW |  briantro | 2015-12-01 | 1 | -3/+3 |
* | | | Merge branch 'master' of https://github.com/mamedev/mame |  Robbbert | 2015-12-02 | 1 | -19/+19 |
|\ \ \ |
|
| * | | | peplus.cpp: Minor doc update - NW |  briantro | 2015-12-01 | 1 | -19/+19 |
* | | | | fc100, phc25, phc25j: Possible fix for a reported crash? |  Robbbert | 2015-12-02 | 2 | -3/+3 |
|/ / / |
|
* | / | set ffreveng to the 6 button stv layout (technically it only needs 5, but bet... |  David Haywood | 2015-12-01 | 1 | -2/+2 |
| |/
|/| |
|
* | | aquarium - fixed video priorities too based on reference video, also fixed bg... |  David Haywood | 2015-12-01 | 3 | -10/+48 |
* | | pc9801: don't try to load ide bios on ux (nw) |  cracyc | 2015-11-30 | 1 | -4/+7 |
* | | Support float view in OS X debugger (nw) |  arbee | 2015-11-30 | 1 | -0/+7 |
* | | a few more PE Plus clones |  briantro | 2015-11-30 | 2 | -7/+95 |
* | | peplus.cpp: Minor correction - NW |  briantro | 2015-11-30 | 1 | -1/+1 |