| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
| should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
| 2011-08-13 | add guncon support | notaz | |
| a bit basic but works | |||
| 2011-08-01 | frontnd: pcnt: enable counters to avoid using ext tools | notaz | |
| 2011-08-01 | drc: fix page get code in linkage_arm.s | notaz | |
| it did not match what was used elsewhere for PCSX, causing rare crashes due to making bad links.. Also comment get_pointer, it's not obvious what it does. | |||
| 2011-08-01 | spu: split out mixing, use NEON for that on ARM | notaz | |
| 2011-08-01 | spu: merge DrHell/shalma noise code | notaz | |
| fraction part dropped since it looked suspicious. | |||
| 2011-08-01 | spu: change volume control, default it to 3/4 instead of 1/2 | notaz | |
| because some complain default volume is too low | |||
| 2011-08-01 | spu: some misc refactoring/cleanup | notaz | |
| 2011-07-30 | spu: some major reverb refactoring | notaz | |
| some ideas lifted from SPU2-X (Pcsx2) | |||
| 2011-07-30 | spu: parametrize sample generation, interpolation | notaz | |
| 2011-07-30 | spu: do adsr on whole buffer | notaz | |
| this eliminates need to check adsr state for each sample, we can do multiple at once. Also use ADSR tables from DrHell/shalma. | |||
| 2011-07-30 | frontend: add chan display option, for fun mostly | notaz | |
| 2011-07-30 | spu: handle non-playing channel irqs | notaz | |
| 2011-07-27 | spu: simplify irq and flag handling | notaz | |
| shalma's recent work taken into account when working on this. NOT verified on read hardware. | |||
| 2011-07-27 | spu: some refactoring for upcoming optimization attempt | notaz | |
| 2011-07-27 | spu: remove adsr stop prevention hack | notaz | |
| it's is not enough for Tron Bonne, so is not useful | |||
| 2011-07-26 | sio: only do IRQ if it's bit has been cleared | notaz | |
| tested on the real thing. | |||
| 2011-07-15 | update AUTHORS | notaz | |
| just not to forget this later | |||
| 2011-07-15 | cdrom: partially implement attenuation | notaz | |
| based on pcsrx code. | |||
| 2011-07-13 | misc: invaliadte dynarec on HLE file loads | notaz | |
| also add some missing sanity checks. | |||
| 2011-07-13 | drc: fix SP mirror hack | notaz | |
| stop it from reading uninitialized LR in some cases.. | |||
| 2011-07-13 | drc: redo fastboot hack | notaz | |
| relying on PC to check if we already exited was a bad idea, as cc_interrupt stuff updates the PC already. | |||
| 2011-07-13 | frontend: sync with pico code | notaz | |
| 2011-07-13 | sio: emulate "card not inserted" state | notaz | |
| an idea from shalma. "no card" and response byte 1 behavior tested on real hardware. | |||
| 2011-07-13 | sio: no DTR resets device | notaz | |
| tested on the real thing | |||
| 2011-07-13 | frontend: add memcard change and exe run support | notaz | |
| 2011-07-13 | cdriso: handle eboot and it's TOC, some refactoring | notaz | |
| This gives cdda support for eboot | |||
| 2011-07-13 | psxcounters: merge shalma's suggestion | notaz | |
| http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952577 | |||
| 2011-07-13 | cdrom: merge shalma's suggestions | notaz | |
| http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952591 | |||
| 2011-07-13 | dfsound: merge shalma's suggestions | notaz | |
| http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952591 | |||
| 2011-07-08 | gte_neon: fix MAC0 shift | notaz | |
| 2011-07-08 | gte: fix MAC0 shift (pcsxr issue #8874, shalma) | notaz | |
| fixes missing elements in Soul Reaver and Spyro. | |||
| 2011-07-08 | dma: more accurate ICR register handling | notaz | |
| based on tests on ther real thing. | |||
| 2011-07-08 | dma: don't generate irqs after aborted DMA | notaz | |
| An idea from Shalma. Verified on real thing with DMA2. | |||
| 2011-07-08 | drc: ifdef out one more 64bit instruction | notaz | |
| this is relevant when compiling trash. | |||
| 2011-07-08 | cdrom: make read reschedule optional | notaz | |
| Some really nasty timing issues, I guess can only be resolved for good when general timing is good and BIAS is gone. | |||
| 2011-07-08 | dfxvideo: clear lcf when interlace is off | notaz | |
| 2011-07-08 | cdrom: replace resched hack with another one | notaz | |
| almost certainly wrong but hopefully better. | |||
| 2011-07-08 | pandora: minor update to pxml | notaz | |
| 2011-07-08 | drc: handle division by 0 correctly | notaz | |
| 2011-07-08 | psxinterpreter: fix division by zero | notaz | |
| Based on info from Ryphecha. | |||
| 2011-07-08 | gpus: return DMA word count to avoid 1 list walk | notaz | |
| 2011-07-08 | ppf.c: backport fix from pcsxr | notaz | |
| weimingzhi: -(Infy11)ppf.c: Fixed stuck at start of games with empty CD-ROM ID (Issue #8266). | |||
| 2011-07-08 | drc: merge Ari64's patch: 21_debugging_stuff | notaz | |
| 2011-07-08 | drc: merge Ari64's patch: 20_delay_slot_64bit_register_fix | notaz | |
| 2011-07-08 | drc: merge Ari64's patch: 19_arm_typos | notaz | |
| 2011-07-08 | drc: merge Ari64's patch: 18_loop_preload_fix | notaz | |
| 2011-07-08 | drc: merge part of old Ari64's patch: 09_tlb_offset | notaz | |
| This one is from previous batch, applying so that the next patch applies. | |||
| 2011-07-08 | drc: merge Ari64's patch: 17_branch_target_liveness_analysis | notaz | |
| 2011-07-08 | drc: merge Ari64's patch: 16_continue_after_branch_into_delay_slot | notaz | |
