summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13788-632021/+0
|
* Add cache operation descriptions to MIPS disassembly. Happy2015-09-081-1/+8
|
* Merge branch 'local' Happy2015-09-071-4/+28
|\
| * N64 driver improvements. Happy2015-09-071-4/+28
| | | | | | | | | | | | | | | | | | Add coprocessor unusable exceptions for LWC1/SWC1/LDC1/SDC1. Change PI DMA granularity from eight bytes to two bytes. Add delay timer for SI DMA. Change behavior for interlaced video to be more useful, but still needing revision. Simplify/remove some AI DMA interrupt signals. Removed line that cleared EEPROM contents with every machine reset (warm or cold).
* | fixed compile (nw) Miodrag Milanovic2015-08-301-1/+1
| |
* | Add skeleton support for K1801VM2 (as clone of T11), change relevant drivers ↵ Sergey Svishchev2015-08-302-0/+59
| | | | | | | | to use it.
* | Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-264-54/+54
| |
* | fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with ↵ hap2015-08-261-1/+1
| | | | | | | | uninitialized variables)
* | patch noise (nw) Vas Crabb2015-08-251-249/+0
| |
* | OS/2 patch for 0.164 [KO Myung-Hun] Vas Crabb2015-08-252-0/+254
| |
* | Just some logging improvement Michael Zapf2015-08-231-1/+1
| |
* | namco system 10 checkpoint, startrgn does a new flash access and Olivier Galibert2015-08-202-1/+11
| | | | | | | | is unhappy with the result (nw)
* | comments (nw) Stiletto2015-08-201-0/+65
| | | | | | comments (nw)
* | New games marked as GAME_NOT_WORKING ------------------------------------ ↵ Ville Linde2015-08-183-1/+139
| | | | | | | | ROLLing eX.tre.me [Ville Linde, Guru]
* | Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
| | | | | | | | | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* | on second thought, remove that function entirely (nw) Lord-Nightmare2015-08-131-9/+0
| |
* | fix build (nw) Lord-Nightmare2015-08-131-2/+2
| |
* | nw, add skeleton and disassembler for DEC PDP-8 CPU therealmogminer@gmail.com2015-08-133-0/+545
| |
* | add missing newline (nw) Cowering2015-08-071-1/+1
| |
* | New game added hap2015-08-053-45/+105
| | | | | | | | ----------------- Castle Toy Tactix [hap, Sean Riddle, Kevin Horton]
* | Merge pull request #277 from bmunger/master R. Belmont2015-08-021-0/+6
|\ \ | | | | | | Add M68kFPU mode 7, reg 0
| * | Add M68kFPU mode 7, reg 0 Brandon Munger2015-08-021-0/+6
| | |
* | | revert my commit "small fix for ucom4 port c/d": it's actually the other way ↵ hap2015-08-032-12/+0
|/ / | | | | | | around, bidirectional ports are still open drain
* | python: Make all scripts python 2/3 compatible Olivier Galibert2015-07-304-335/+342
| |
* | Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-2922-1020/+1016
| |
* | rspcp2: Make the align declarations gcc-compatible [O. Galibert] Olivier Galibert2015-07-251-4/+11
| |
* | please bear with me.. these are needed to compile in GCC 5.2 and I want ↵ Cowering2015-07-231-8/+20
| | | | | | | | mingw guys to see them. with luck they can be reverted in a couple of days (nw)
* | small fix for ucom4 port c/d hap2015-07-213-8/+25
| |
* | op_lb WIP hap2015-07-172-4/+16
| |
* | mips3drc.c - Mippity mip mips. Fixed drc bug. ted green2015-07-161-1/+1
| | | | | | | | voodoo.c - Added define for turning off cycle eating during regiser reads.
* | added LB hap2015-07-142-3/+6
| |
* | rm unneeded code hap2015-07-145-47/+8
| |
* | nw hap2015-07-141-0/+4
| |
* | added melody controller hap2015-07-145-33/+176
| |
* | Minor MIPS fixups. ted green2015-07-122-2/+2
| |
* | added SM511 stuff and konami tmnt hap2015-07-125-30/+223
| |
* | added lcd bs pin hap2015-07-103-30/+43
| |
* | nw, Fix CTC2 and VCH opcodes in RSP SIMD code. therealmogminer@gmail.com2015-07-102-15/+30
| |
* | added lcd output to driver side hap2015-07-101-3/+3
| |
* | Fix compile on linux gcc-4.8. (nw) couriersud2015-07-091-1/+4
| |
* | added lcd driver hap2015-07-094-22/+106
| |
* | Fix the majority of CEN64 SSE stuff, nw therealmogminer@gmail.com2015-07-0911-248/+476
| |
* | 2 more pedantic fixes (nw) Cowering2015-07-081-1/+1
| |
* | don't need %lf as arguments are always promoted to double (nw) Cowering2015-07-081-2/+2
| |
* | more pedantic fixes (NW) Cowering2015-07-088-9/+9
| |
* | Quiet anonymous union errors. Used a couple different techniques, all ↵ Cowering2015-07-082-44/+44
| | | | | | | | compile to same code as before with -O3 (nw)
* | added wake up on K input on the driver side hap2015-07-081-1/+1
| |
* | Quiet LTO ODR warnings (NW) Cowering2015-07-081-5/+5
| |
* | missed a -pedantic fix (nw) Cowering2015-07-081-30/+30
| |
* | blame balrog for this :) (NW) Cowering2015-07-0874-276/+276
| |