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