aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-26drc: invalidate RAM mirrors correctlynotaz
2011-01-26drc: handle $ra accesses in DS (BxxZAL case only)notaz
2011-01-26cdriso: adjust getTD and getStatus to pcsxr-svnnotaz
2011-01-26cdrom: add CdlGetlocP hacknotaz
2011-01-26cdrom: merge most of cdrom.c from latest pcsxr (r62214)notaz
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
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
2011-01-16release r4notaz
2011-01-16rewrite frame limiternotaz
2011-01-16bugfixnotaz
2011-01-16drc: fix a bug with loop reg allocationnotaz
2011-01-16bios: implement psxBios__card_channotaz
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
2011-01-16drc: handle MTC0 in delay slotnotaz
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
2011-01-16remove hle savestate restrictionnotaz
2011-01-16menu: add bios selectionnotaz
2011-01-16drc: rework bios fastboot hack a bitnotaz
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
2011-01-07relicense common/menu.* to suit this projectnotaz
2011-01-05release r3notaz
2011-01-04gpu_unai: add some framebuffer guard memorynotaz
2011-01-04gpu_unai: freeze display size and positionnotaz