| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert PSX sio to use devcb. [smf] |  smf- | 2014-10-26 | 4 | -150/+65 |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 5 | -36/+36 |
* | fix some warnings on older GCCs (e.g. OSX PPC) (nw) |  R. Belmont | 2014-05-04 | 1 | -0/+3 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 2 | -4/+4 |
* | Fixed linking. (nw) |  Curt Coder | 2014-03-26 | 1 | -4/+4 |
* | fixed lui/ori and lui/addi constant calculation by pretending instructions ca... |  smf- | 2014-03-26 | 1 | -1/+1 |
* | use an interface for passing state to the disassembler instead of copying it ... |  smf- | 2014-03-26 | 3 | -33/+31 |
* | removed mame_* aliases and just use core_* functions (nw) |  Oliver Stöneberg | 2014-03-24 | 1 | -5/+5 |
* | READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -8/+8 |
* | removed usage of machine().firstcpu (nw) |  smf- | 2014-03-15 | 1 | -1/+2 |
* | rest of ATTR_PRINTF review (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -1/+1 |
* | made dismips build again, need to move functionality to unidasm (nw) |  smf- | 2013-12-09 | 2 | -4/+3 |
* | asserted copyright (nw) |  smf- | 2013-11-02 | 17 | -0/+34 |
* | Fix for mametesters 05216 by defaulting ram to 0. I don't know whether this i... |  smf- | 2013-10-20 | 1 | -105/+106 |
* | stopped div 0x80000000, 0xffffffff from causing an overflow exception. All lo... |  smf- | 2013-10-06 | 1 | -15/+21 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+1 |
* | added undocumented opcode that behaves like DPCL [smf] |  smf- | 2013-09-10 | 2 | -2/+4 |
* | removed some left-over TIMER_CALLBACK_MEMBER declarations (nw) |  Oliver Stöneberg | 2013-08-02 | 2 | -3/+1 |
* | don't clear m_berr on every instruction (nw) |  smf- | 2013-07-10 | 1 | -3/+6 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 2 | -9/+9 |
* | Fix device duplicated name/descriptions (nw) |  Miodrag Milanovic | 2013-06-21 | 2 | -5/+5 |
* | extended large amount of devices with shortname and source file data (nw) |  Miodrag Milanovic | 2013-06-21 | 6 | -9/+9 |
* | updated comment (nw) |  smf- | 2013-05-28 | 1 | -1/+1 |
* | slightly more defensive ram & rom mapping (nw) |  smf- | 2013-05-24 | 1 | -17/+24 |
* | fixed GTE FLAG register calculation on MSVC builds (nw) |  smf- | 2013-05-24 | 1 | -2/+20 |
* | Added a check for a bus error when fetching an instruction, the bus error con... |  smf- | 2013-05-23 | 2 | -726/+740 |
* | Work around MSVC2008/2010 daftness -nw- |  Phil Bennett | 2013-05-16 | 1 | -1/+1 |
* | Don't map more than 4mb of rom as it will overwrite ram. Only causes a proble... |  smf- | 2013-05-16 | 1 | -0/+5 |
* | removed unused variable (nw) |  smf- | 2013-05-15 | 1 | -2/+0 |
* | changed i/o to 16 bits and don't install memory handlers at run time (nw) |  smf- | 2013-05-15 | 2 | -16/+60 |
* | use device timers instead of TIMER_CALLBACK_MEMBER (nw) |  smf- | 2013-05-15 | 4 | -6/+8 |
* | PSX bios rom memory map is now handled by the CPU core as the size is control... |  smf- | 2013-05-04 | 2 | -2/+63 |
* | Don't set E flag if the result rounds up to 2, just limit the result. [smf] |  smf- | 2013-05-02 | 1 | -1/+6 |
* | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 1 | -1/+1 |
* | Changed default value of ram to zero. Some of the system 12 games compare ram... |  smf- | 2013-04-28 | 1 | -0/+1 |
* | PSX CPU creates a ram device, this has exposed a problem with not removing th... |  smf- | 2013-04-26 | 2 | -68/+21 |
* | changed loop detection hack to use address mask to stop it crashing, nfs vral... |  smf- | 2013-04-25 | 1 | -3/+6 |
* | make it clearer that you can't write to LZCR (nw) |  smf- | 2013-04-25 | 1 | -2/+1 |
* | renamed the gte acc class to int44 to better describe what it is & uses the r... |  smf- | 2013-04-21 | 2 | -62/+62 |
* | Added a temporary way to get to the PSX RAM as a couple of share1 lookups rem... |  smf- | 2013-04-21 | 2 | -0/+23 |
* | Partial support for 1f801060 for setting the RAM size, if the size is set lar... |  smf- | 2013-04-21 | 4 | -50/+123 |
* | removed comment as the divider is new (nw) |  smf- | 2013-04-21 | 1 | -2/+0 |
* | fixed RTPT flags calculation & added a new divide implementation that uses a ... |  smf- | 2013-04-21 | 1 | -2085/+53 |
* | psx-dma: be a bit more permissive with allowed transfer types from the cdrom ... |  cracyc | 2013-04-20 | 1 | -1/+1 |
* | fixed RTPS flags and calculation [smf] |  smf- | 2013-04-20 | 2 | -11/+41 |
* | fixed MVMVA flag calculation & replicate the bugs when mx is set to 3 or cv i... |  smf- | 2013-04-19 | 1 | -15/+30 |
* | mdec: don't clear busy status until done and skip padding (nw) |  cracyc | 2013-04-18 | 1 | -1/+7 |
* | Improved FLAG calculation in NCDS, CDP, NCDT, NCCS, CC, NCS, NCT & NCCT by ch... |  smf- | 2013-04-17 | 2 | -51/+100 |
* | removed some unused #defines & whitespace changes (nw) |  smf- | 2013-04-11 | 2 | -10/+3 |
* | brought disassembler up to date (nw) |  smf- | 2013-04-11 | 1 | -50/+14 |