aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-26drc: invalidate RAM mirrors correctlynotaz
2011-01-26drc: handle $ra accesses in DS (BxxZAL case only)notaz
also restore asserts for rjump and ujump cases.
2011-01-26cdriso: adjust getTD and getStatus to pcsxr-svnnotaz
2011-01-26cdrom: add CdlGetlocP hacknotaz
not sure why it's needed, new code caused problems here but not in pcsxr-svn.
2011-01-26cdrom: merge most of cdrom.c from latest pcsxr (r62214)notaz
most changes pulled are shalma's work
2011-01-25drc: allow CFC1/2 to r0notaz
2011-01-25drc: make BxxZAL implementation completenotaz
2011-01-24drc: try harder to not compile code as 64bitnotaz
..when compiling trash
2011-01-24drc: fix COP2 decodingnotaz
2011-01-24spu: don't read config, we manage it in frontendnotaz
2011-01-24drc: don't leave until we really need tonotaz
2011-01-24drc: add support for interpreter calls; use them for branches in delay slotsnotaz
2011-01-24interpreter: add handling for a branch in delay slotnotaz
2011-01-24fix some alignment issuesnotaz
2011-01-24add watchdog thread to detect lockupsnotaz
2011-01-24drc: use correct clear sizenotaz
2011-01-24some frontend adjustmentsnotaz
2011-01-18drc: remove leftover printfnotaz
2011-01-18drc: Ari64's fix for loop reg allocation problemnotaz
2011-01-17Revert "drc: fix a bug with loop reg allocation"notaz
This reverts commit ca7c944853bbb689040c530655e2da231c40db5b in favour of fix by Ari64 himself.
2011-01-16release r4notaz
2011-01-16rewrite frame limiternotaz
the peops one is sometimes sleeping when not needed.
2011-01-16bugfixnotaz
2011-01-16drc: fix a bug with loop reg allocationnotaz
2011-01-16bios: implement psxBios__card_channotaz
used by at least R-Type Delta.
2011-01-16bios: firstfile delivers an event on real bios, so do thatnotaz
2011-01-16drc: fix some goofage in cop2_{get,put}_dregnotaz
2011-01-16drc: allow reading r31 in delay slotnotaz
as hlide explained it's ok as long as we do DS first.
2011-01-16drc: handle MTC0 in delay slotnotaz
also refactor MTC0 code a bit.
2011-01-16menu: add interpreter optionnotaz
2011-01-16drc: remove funcs from assert()s to allow NDEBUG buildnotaz
2011-01-16drc: allow move-to-r0 conditionnotaz
some games are doing that.
2011-01-16remove hle savestate restrictionnotaz
we have enough data to load any savestate
2011-01-16menu: add bios selectionnotaz
2011-01-16drc: rework bios fastboot hack a bitnotaz
it was not handling reloads/resets well.
2011-01-16some quick input code for PC buildnotaz
2011-01-16drc: check for r0 dest (it might be allocated)notaz
2011-01-16hack for bios write disable thingnotaz
2011-01-16drc: hacks for psx bios on PCSXnotaz
2011-01-16drc: don't read readmem_dword to r0 or on dummy readsnotaz
2011-01-16drc: support RFE, remove ERET (it's not in r3k)notaz
2011-01-16drc: minor disassembly fixesnotaz
2011-01-16frontend: bios supportnotaz
2011-01-10hack interpreter so that it can return to menunotaz
2011-01-08rm unused filenotaz
2011-01-07allow some build customizationnotaz
also correct a statement in readme.
2011-01-07relicense common/menu.* to suit this projectnotaz
2011-01-05release r3notaz
2011-01-04gpu_unai: add some framebuffer guard memorynotaz
some games blit outside framebuffer area, this is faster than doing range checks.
2011-01-04gpu_unai: freeze display size and positionnotaz
this avoids some glitches and makes savestates compatible with Pete's plugins.