notaz [Fri, 23 Sep 2011 00:07:38 +0000 (03:07 +0300)]
fix build on some ARM toolchains
R1 redefined..
notaz [Thu, 22 Sep 2011 22:47:33 +0000 (01:47 +0300)]
frontend: fix a couple of annoyancies
notaz [Thu, 22 Sep 2011 19:38:12 +0000 (22:38 +0300)]
spu: handle loop write vs loop flag race (bIgnoreLoop alternative)
it feels this should be better, but shouldn't write much here without
testing really (Heart of Darkness).
notaz [Thu, 22 Sep 2011 17:26:34 +0000 (20:26 +0300)]
spu: clean up unneeded code
notaz [Thu, 22 Sep 2011 16:20:35 +0000 (19:20 +0300)]
spu: use last written loop value when starting
Now that we play silent channels, at least Alien Ressurection wants
this. I should really bring out my PSX and test this properly..
notaz [Wed, 21 Sep 2011 23:11:04 +0000 (02:11 +0300)]
drc: do modification check in smaller than page granularity
There are some games that keep writing in the same 4k page where the
code resides (Alien Ressurection is one such example). I've noticed
those accesses are usually to a small region, so keep range of addresses
that has no code and has been recently accessed and check it when the
writes come.
notaz [Wed, 21 Sep 2011 01:03:48 +0000 (04:03 +0300)]
spu: get rid of pCurr -1, pass right chans to silent handler
pCurr -1 would work weird with savestates and could screw things up in
general..
notaz [Mon, 19 Sep 2011 23:29:28 +0000 (02:29 +0300)]
spu: fix a few mixing issues
notaz [Mon, 19 Sep 2011 22:21:18 +0000 (01:21 +0300)]
frontend: always detect region
override later if needed
notaz [Mon, 19 Sep 2011 21:01:39 +0000 (00:01 +0300)]
drc: make sure dyna_linker is really called from stub
in very rare cases add_link() would end up being called with jump to
another block and not stub, which would later cause kill_pointer() to
crash while cleaning jump_out. I'm guessing wrong pointer was being
picked from jump_in by dyna_linker, failing to detect stale cache,
and hoping this will fix it.
notaz [Mon, 19 Sep 2011 00:47:44 +0000 (03:47 +0300)]
drc: load ra before SD only when needed
there are far too many assumptions all over the place that it's not
loaded early
notaz [Sun, 18 Sep 2011 00:13:23 +0000 (03:13 +0300)]
frontend: fix frame limiter issue
sleeping too much sometims causes unwanted stuttering..
notaz [Fri, 16 Sep 2011 13:55:31 +0000 (16:55 +0300)]
spu: don't wait for irq on silent channels
no point to do so, breaks other chans if silent ones
interrupt often (Discworld)
notaz [Fri, 16 Sep 2011 00:11:18 +0000 (03:11 +0300)]
frontend: change sound config vars
it seems people out there still have bad sound configs
notaz [Sun, 18 Sep 2011 19:02:37 +0000 (22:02 +0300)]
drc: handle $ra access in JALR DS too
or at least try to..
notaz [Sun, 18 Sep 2011 16:45:38 +0000 (19:45 +0300)]
drc: fix $ra evicting on JAL
hopefully for good this time
notaz [Thu, 15 Sep 2011 22:09:28 +0000 (01:09 +0300)]
Revert "drc: ujump DS $ra overwrite fix?"
This reverts commit
2adcd6fad4594a18025b4f00c49e43a23f8f8992.
That "fix" breaks Delta Force Urban Warfare, supposedly not neded
after Ari64's fixes?
notaz [Wed, 14 Sep 2011 22:33:57 +0000 (01:33 +0300)]
add fixed frameskip option
notaz [Wed, 14 Sep 2011 21:33:03 +0000 (00:33 +0300)]
fix some minor frontend issues
notaz [Sun, 14 Aug 2011 16:45:04 +0000 (19:45 +0300)]
gpu_unai: avoid NULL pointers in span table
are those state combinations really impossible?
notaz [Sat, 13 Aug 2011 19:32:14 +0000 (22:32 +0300)]
frontend: show time and battery capacity
useful for longer gaming sessions
notaz [Fri, 12 Aug 2011 23:26:51 +0000 (02:26 +0300)]
release r9
notaz [Fri, 12 Aug 2011 21:52:11 +0000 (00:52 +0300)]
frontend: split 4:3 scaling options
one for integer scaling, another for aspect scaling.
notaz [Fri, 12 Aug 2011 23:13:13 +0000 (02:13 +0300)]
gpu_neon: handle 0xEx cmds while frameskiping
otherwise things go out of sync
notaz [Fri, 12 Aug 2011 21:47:16 +0000 (00:47 +0300)]
gpu_neon: frameskip: skip blits until flipped
notaz [Fri, 12 Aug 2011 10:54:17 +0000 (13:54 +0300)]
gpu_neon: add peops as temp renderer
notaz [Fri, 12 Aug 2011 10:21:51 +0000 (13:21 +0300)]
gpu_neon: support caching renderers, update rearmed if
notaz [Mon, 25 Jul 2011 15:25:46 +0000 (18:25 +0300)]
gpu_neon: do list resubmit detection
done it a while ago, late commit..
notaz [Sat, 18 Jun 2011 23:23:46 +0000 (02:23 +0300)]
gpu_neon: gpu info reads, some bugfixes
notaz [Fri, 17 Jun 2011 22:33:50 +0000 (01:33 +0300)]
gpu_neon: basic frameskip, change check, minor stuff
notaz [Wed, 15 Jun 2011 22:07:35 +0000 (01:07 +0300)]
gpu_neon: partially support range regs
notaz [Tue, 14 Jun 2011 10:18:08 +0000 (13:18 +0300)]
gpu_neon: vram fixes, list loop detection
notaz [Sun, 12 Jun 2011 21:43:42 +0000 (00:43 +0300)]
gpu_neon: split output code, some refactoring
Grazvydas Ignotas [Tue, 7 Jun 2011 21:55:06 +0000 (00:55 +0300)]
gpu_neon: some cmd/vram io and dma handling
Grazvydas Ignotas [Fri, 4 Mar 2011 16:51:55 +0000 (18:51 +0200)]
gpu_neon: basic skeleton gpu plugin
notaz [Thu, 11 Aug 2011 23:37:23 +0000 (02:37 +0300)]
gpu_unai: redo frameskip
the previous code wasn't that functional
notaz [Thu, 11 Aug 2011 22:17:36 +0000 (01:17 +0300)]
gpu_unai: fix inline asm statements
newer gcc reorders them and was allocating registers wrong due to
incomplete constraints.
Not that this code is any better than what gcc generates anyway,
but whatever.
notaz [Thu, 11 Aug 2011 15:54:42 +0000 (18:54 +0300)]
gpu_unai: merge code from PCSX4ALL 2.2 release
notaz [Thu, 11 Aug 2011 16:39:30 +0000 (19:39 +0300)]
frontend: add gpu_unai configuration options
notaz [Thu, 11 Aug 2011 15:26:28 +0000 (18:26 +0300)]
frontend: refactor plugin_lib for maemo
should give them proper frame limiter, frameskip and also
lightgun support, maybe.
notaz [Mon, 8 Aug 2011 22:16:59 +0000 (01:16 +0300)]
add guncon support
a bit basic but works
notaz [Mon, 1 Aug 2011 20:22:04 +0000 (23:22 +0300)]
frontnd: pcnt: enable counters to avoid using ext tools
notaz [Sun, 31 Jul 2011 20:50:19 +0000 (23:50 +0300)]
drc: fix page get code in linkage_arm.s
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.
notaz [Mon, 1 Aug 2011 11:07:33 +0000 (14:07 +0300)]
spu: split out mixing, use NEON for that on ARM
notaz [Sat, 30 Jul 2011 21:17:17 +0000 (00:17 +0300)]
spu: merge DrHell/shalma noise code
fraction part dropped since it looked suspicious.
notaz [Sat, 30 Jul 2011 20:30:26 +0000 (23:30 +0300)]
spu: change volume control, default it to 3/4 instead of 1/2
because some complain default volume is too low
notaz [Fri, 29 Jul 2011 23:42:28 +0000 (02:42 +0300)]
spu: some misc refactoring/cleanup
notaz [Fri, 29 Jul 2011 23:38:52 +0000 (02:38 +0300)]
spu: some major reverb refactoring
some ideas lifted from SPU2-X (Pcsx2)
notaz [Thu, 28 Jul 2011 23:24:05 +0000 (02:24 +0300)]
spu: parametrize sample generation, interpolation
notaz [Thu, 28 Jul 2011 21:31:56 +0000 (00:31 +0300)]
spu: do adsr on whole buffer
this eliminates need to check adsr state for each sample,
we can do multiple at once.
Also use ADSR tables from DrHell/shalma.
notaz [Thu, 28 Jul 2011 21:25:41 +0000 (00:25 +0300)]
frontend: add chan display option, for fun mostly
notaz [Wed, 27 Jul 2011 17:10:49 +0000 (20:10 +0300)]
spu: handle non-playing channel irqs
notaz [Wed, 27 Jul 2011 17:06:46 +0000 (20:06 +0300)]
spu: simplify irq and flag handling
shalma's recent work taken into account when working on this.
NOT verified on read hardware.
notaz [Tue, 26 Jul 2011 22:33:49 +0000 (01:33 +0300)]
spu: some refactoring for upcoming optimization attempt
notaz [Tue, 26 Jul 2011 22:31:21 +0000 (01:31 +0300)]
spu: remove adsr stop prevention hack
it's is not enough for Tron Bonne, so is not useful
notaz [Tue, 26 Jul 2011 16:45:03 +0000 (19:45 +0300)]
sio: only do IRQ if it's bit has been cleared
tested on the real thing.
notaz [Tue, 12 Jul 2011 23:04:19 +0000 (02:04 +0300)]
update AUTHORS
just not to forget this later
notaz [Tue, 12 Jul 2011 22:34:01 +0000 (01:34 +0300)]
cdrom: partially implement attenuation
based on pcsrx code.
notaz [Tue, 12 Jul 2011 15:45:02 +0000 (18:45 +0300)]
misc: invaliadte dynarec on HLE file loads
also add some missing sanity checks.
notaz [Tue, 12 Jul 2011 15:23:19 +0000 (18:23 +0300)]
drc: fix SP mirror hack
stop it from reading uninitialized LR in some cases..
notaz [Mon, 11 Jul 2011 22:29:22 +0000 (01:29 +0300)]
drc: redo fastboot hack
relying on PC to check if we already exited was a bad idea,
as cc_interrupt stuff updates the PC already.
notaz [Wed, 6 Jul 2011 18:40:06 +0000 (21:40 +0300)]
frontend: sync with pico code
notaz [Wed, 6 Jul 2011 17:55:33 +0000 (20:55 +0300)]
sio: emulate "card not inserted" state
an idea from shalma.
"no card" and response byte 1 behavior tested on real hardware.
notaz [Wed, 6 Jul 2011 17:16:51 +0000 (20:16 +0300)]
sio: no DTR resets device
tested on the real thing
notaz [Wed, 6 Jul 2011 16:08:59 +0000 (19:08 +0300)]
frontend: add memcard change and exe run support
notaz [Sun, 3 Jul 2011 19:01:51 +0000 (22:01 +0300)]
cdriso: handle eboot and it's TOC, some refactoring
This gives cdda support for eboot
notaz [Tue, 5 Jul 2011 15:45:30 +0000 (18:45 +0300)]
psxcounters: merge shalma's suggestion
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952577
notaz [Thu, 30 Jun 2011 23:33:20 +0000 (02:33 +0300)]
cdrom: merge shalma's suggestions
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952591
notaz [Thu, 30 Jun 2011 23:15:08 +0000 (02:15 +0300)]
dfsound: merge shalma's suggestions
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952591
notaz [Thu, 30 Jun 2011 22:26:35 +0000 (01:26 +0300)]
gte_neon: fix MAC0 shift
notaz [Wed, 29 Jun 2011 23:03:25 +0000 (02:03 +0300)]
gte: fix MAC0 shift (pcsxr issue #8874, shalma)
fixes missing elements in Soul Reaver and Spyro.
notaz [Wed, 29 Jun 2011 16:55:38 +0000 (19:55 +0300)]
dma: more accurate ICR register handling
based on tests on ther real thing.
notaz [Wed, 29 Jun 2011 11:35:10 +0000 (14:35 +0300)]
dma: don't generate irqs after aborted DMA
An idea from Shalma.
Verified on real thing with DMA2.
notaz [Mon, 27 Jun 2011 21:38:21 +0000 (00:38 +0300)]
drc: ifdef out one more 64bit instruction
this is relevant when compiling trash.
notaz [Mon, 27 Jun 2011 15:51:27 +0000 (18:51 +0300)]
cdrom: make read reschedule optional
Some really nasty timing issues, I guess can only be resolved for good
when general timing is good and BIAS is gone.
notaz [Mon, 27 Jun 2011 15:31:01 +0000 (18:31 +0300)]
dfxvideo: clear lcf when interlace is off
notaz [Sun, 26 Jun 2011 19:56:05 +0000 (22:56 +0300)]
cdrom: replace resched hack with another one
almost certainly wrong but hopefully better.
notaz [Sun, 26 Jun 2011 14:20:13 +0000 (17:20 +0300)]
pandora: minor update to pxml
notaz [Sun, 26 Jun 2011 00:23:15 +0000 (03:23 +0300)]
drc: handle division by 0 correctly
notaz [Sat, 25 Jun 2011 17:09:44 +0000 (20:09 +0300)]
psxinterpreter: fix division by zero
Based on info from Ryphecha.
notaz [Fri, 24 Jun 2011 22:49:35 +0000 (01:49 +0300)]
gpus: return DMA word count to avoid 1 list walk
notaz [Wed, 22 Jun 2011 16:35:29 +0000 (19:35 +0300)]
ppf.c: backport fix from pcsxr
weimingzhi:
-(Infy11)ppf.c: Fixed stuck at start of games with empty CD-ROM ID
(Issue #8266).
notaz [Wed, 22 Jun 2011 16:03:50 +0000 (19:03 +0300)]
drc: merge Ari64's patch: 21_debugging_stuff
notaz [Wed, 22 Jun 2011 16:02:33 +0000 (19:02 +0300)]
drc: merge Ari64's patch: 20_delay_slot_64bit_register_fix
notaz [Wed, 22 Jun 2011 15:54:26 +0000 (18:54 +0300)]
drc: merge Ari64's patch: 19_arm_typos
notaz [Wed, 22 Jun 2011 15:52:24 +0000 (18:52 +0300)]
drc: merge Ari64's patch: 18_loop_preload_fix
notaz [Wed, 22 Jun 2011 15:47:10 +0000 (18:47 +0300)]
drc: merge part of old Ari64's patch: 09_tlb_offset
This one is from previous batch, applying so that the
next patch applies.
notaz [Wed, 22 Jun 2011 14:46:24 +0000 (17:46 +0300)]
drc: merge Ari64's patch: 17_branch_target_liveness_analysis
notaz [Wed, 22 Jun 2011 14:17:42 +0000 (17:17 +0300)]
drc: merge Ari64's patch: 16_continue_after_branch_into_delay_slot
notaz [Wed, 22 Jun 2011 13:26:38 +0000 (16:26 +0300)]
drc: merge Ari64's patch: 15_dirty_registers_fix
notaz [Wed, 22 Jun 2011 13:23:34 +0000 (16:23 +0300)]
drc: merge Ari64's patch: 14_dont_save_or_restore_temporary
notaz [Wed, 22 Jun 2011 13:12:06 +0000 (16:12 +0300)]
drc: merge Ari64's patch: 13_dummy_loads
notaz [Wed, 22 Jun 2011 13:08:46 +0000 (16:08 +0300)]
drc: merge Ari64's patch: 12_cycle_count
notaz [Wed, 22 Jun 2011 13:07:01 +0000 (16:07 +0300)]
drc: merge Ari64's patch: 11_dealloc_reg_clear_const_flag
notaz [Wed, 22 Jun 2011 13:02:04 +0000 (16:02 +0300)]
drc: merge Ari64's patch: 04_constant_address_pagefaults
causes problems in PCSX, so ifdefed out but left there to reduce drift
from Ari64's version.
notaz [Wed, 22 Jun 2011 12:55:08 +0000 (15:55 +0300)]
drc: merge Ari64's patch: 03_needed_again
notaz [Wed, 22 Jun 2011 12:49:37 +0000 (15:49 +0300)]
drc: merge Ari64's patch: 01_year_2011
notaz [Wed, 22 Jun 2011 12:42:20 +0000 (15:42 +0300)]
cdrom: remove play pregap hack
cdriso code handles this now
notaz [Wed, 22 Jun 2011 12:20:36 +0000 (15:20 +0300)]
cdriso: handle pregap read/play
notaz [Tue, 21 Jun 2011 21:17:19 +0000 (00:17 +0300)]
cdriso: handle TOC and track timing better