| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of https://github.com/ZoeB/mame |  Vas Crabb | 2015-04-10 | 1 | -5/+5 |
|\ |
|
| * | Tidy whitespace in plain text files |  Zoë Blade | 2015-04-08 | 1 | -5/+5 |
* | | Fix PIT timers, makes BGMs to sound better. |  Angelo Salese | 2015-04-09 | 1 | -3/+3 |
* | | sh4 'fastram' - remembering why I didn't submit this, it seems ineffective (i... |  mamehaze | 2015-04-08 | 2 | -3/+142 |
|/ |
|
* | Added generated m68kops files to tree, added makefile for developers working ... |  Miodrag Milanovic | 2015-04-03 | 3 | -0/+36910 |
* | Fix more breakage |  Vas Crabb | 2015-04-01 | 1 | -1/+1 |
* | Start removing the use of OSD macros outside OSD since core objects are share... |  Vas Crabb | 2015-04-01 | 1 | -1/+1 |
* | cdkong, cgalaxn, pbqbert WIP |  hap | 2015-03-30 | 1 | -6/+6 |
* | - mips3: Made fast RAM option common to both interpreter and DRC. [MooglyGuy] |  therealmogminer@gmail.com | 2015-03-29 | 3 | -352/+337 |
* | Forgot to hit save, nw |  therealmogminer@gmail.com | 2015-03-26 | 1 | -2/+4 |
* | Decorate 64-bit constants, fixes some 32-bit builds |  Vas Crabb | 2015-03-26 | 1 | -24/+24 |
* | Moved build system to GENie [Miodrag Milanovic] |  Miodrag Milanovic | 2015-03-26 | 1 | -2661/+0 |
* | fix up comments (nw) |  arbee | 2015-03-25 | 1 | -2/+1 |
* | lpu without br/call works as expected |  hap | 2015-03-26 | 1 | -5/+0 |
* | arm7: STM decrementing mode actually writes in incrementing mode on real h/w.... |  arbee | 2015-03-25 | 1 | -6/+19 |
* | - mips3: Add integer divide-by-zero handling to MIPS III cores. [MooglyGuy] |  mooglyguy | 2015-03-25 | 3 | -6/+105 |
* | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 12 | -151/+146 |
* | nw |  hap | 2015-03-21 | 1 | -68/+70 |
* | fix REDD/SEDD opcodes |  hap | 2015-03-21 | 3 | -5/+5 |
* | Added / improved save state support to the devices used in seta2.c. Save stat... |  Ivan Vangelista | 2015-03-21 | 1 | -1/+2 |
* | verfied anem, bnem, ayy. |  hap | 2015-03-21 | 2 | -99/+69 |
* | Merge branch 'master' of https://github.com/mamedev/mame |  Peter Ferrie | 2015-03-19 | 1 | -12/+22 |
|\ |
|
| * | note |  hap | 2015-03-19 | 1 | -12/+22 |
* | | mediagx: implement missing opcodes |  Peter Ferrie | 2015-03-19 | 3 | -0/+285 |
|/ |
|
* | gradius4: avoid stack overflow when adsp21062 device is reset while inside in... |  Peter Ferrie | 2015-03-18 | 1 | -2/+2 |
* | certain: |  hap | 2015-03-18 | 2 | -57/+26 |
* | another small interrupt bugfix |  hap | 2015-03-18 | 1 | -5/+15 |
* | messing around |  hap | 2015-03-17 | 2 | -25/+45 |
* | Merge branch 'master' of https://github.com/mamedev/mame |  Angelo Salese | 2015-03-17 | 1 | -2/+2 |
|\ |
|
| * | fix hmcs40 interrupt bug |  hap | 2015-03-16 | 1 | -2/+2 |
* | | i960: guess, pretty unlikely that cosr opcode uses sine ... (nw) |  Angelo Salese | 2015-03-17 | 1 | -1/+1 |
|/ |
|
* | ah, i forgot to add the /4 divider |  hap | 2015-03-16 | 1 | -0/+2 |
* | added egalaxn2 i/o |  hap | 2015-03-16 | 2 | -0/+98 |
* | added tms1990 device |  hap | 2015-03-15 | 2 | -0/+12 |
* | added interrupt/timer |  hap | 2015-03-14 | 4 | -77/+272 |
* | i386.c: new implementation of x87 opcode fprem based on intel manual since cu... |  yz70s | 2015-03-14 | 1 | -4/+32 |
* | i386.c: x87 fpatan implemented using atan2() and not atan() (nw) |  yz70s | 2015-03-14 | 1 | -1/+1 |
* | i386.c: remove bug in x87 fsave and frstor (nw) |  yz70s | 2015-03-14 | 1 | -2/+2 |
* | hooked v53 irq ack callback so that it can get the correct vector from the co... |  mamehaze | 2015-03-13 | 1 | -0/+5 |
* | v53: provide access to the interrupt lines (nw) |  mamehaze | 2015-03-13 | 2 | -6/+30 |
* | expose some more V53 pins for the internal peripherals to the outside world (nw) |  mamehaze | 2015-03-10 | 2 | -103/+189 |
* | i386.c: add sse opcodes of the form 66 0f xx and f2 0f xx (nw) |  yz70s | 2015-03-10 | 3 | -124/+2528 |
* | expose V53 device callbacks to users (nw) |  mamehaze | 2015-03-10 | 2 | -34/+184 |
* | the V53 SCU is a i8251 clone, but with the command / mode registers separated... |  mamehaze | 2015-03-10 | 2 | -58/+27 |
* | couple of notes about what the various NEC chips seem to be cloned from thank... |  mamehaze | 2015-03-09 | 2 | -5/+26 |
* | don't crash on garbage values roadedge / samsh64 write on startup (nw) |  mamehaze | 2015-03-09 | 1 | -0/+5 |
* | turn logging back off (nw) |  mamehaze | 2015-03-09 | 1 | -2/+2 |
* | it now attempts to do a whole bunch of 0x20 sized transfers from RAM (0xcfe8 ... |  mamehaze | 2015-03-09 | 2 | -2/+39 |
* | carl noted that this seems to be the same thing, and is more complete, so use... |  mamehaze | 2015-03-08 | 2 | -14/+57 |
* | better cmos i/o handling |  hap | 2015-03-08 | 2 | -68/+59 |