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
notaz [Tue, 21 Jun 2011 21:09:37 +0000 (00:09 +0300)]
frontend: update file browser filters
notaz [Sat, 18 Jun 2011 23:21:10 +0000 (02:21 +0300)]
frontend: handle 24bpp in sstate preview
notaz [Fri, 17 Jun 2011 22:23:27 +0000 (01:23 +0300)]
dfxvideo: decouple from main emu
notaz [Thu, 16 Jun 2011 15:43:51 +0000 (18:43 +0300)]
arm_utils: relax alignment requirements
the code needing alignment isn't reached often anyway.
notaz [Tue, 14 Jun 2011 16:21:55 +0000 (19:21 +0300)]
drc: re-add bt part that was removed with pass7
..as noticed by Ari64.
notaz [Tue, 14 Jun 2011 15:55:39 +0000 (18:55 +0300)]
dfinput: return 0xff when the packet ends, like the real thing does
notaz [Tue, 7 Jun 2011 09:40:49 +0000 (12:40 +0300)]
enable Wall warnings by default
still disable it in some cases (instead of fixing) to avoid
drifting from upstream projects too much.
notaz [Tue, 7 Jun 2011 09:29:58 +0000 (12:29 +0300)]
psxbios: fix some -Wall warnings
notaz [Tue, 7 Jun 2011 09:38:11 +0000 (12:38 +0300)]
drc: comment out some broken code
notaz [Tue, 7 Jun 2011 09:36:41 +0000 (12:36 +0300)]
drc: init vars that gcc thinks can be used uninitialized, just in case
notaz [Tue, 7 Jun 2011 09:34:50 +0000 (12:34 +0300)]
drc: fix warning in my code
notaz [Mon, 6 Jun 2011 16:48:43 +0000 (19:48 +0300)]
pandora: keep package name between versions
notaz [Mon, 6 Jun 2011 16:43:26 +0000 (19:43 +0300)]
r3000a: don't patch RAM to work around BIOS
BIOS steps over if GTE instructions are interrupted,
we must work around that since we don't emulate the pipeline.
Previous workaround sucks since it hacks emulated RAM..
notaz [Mon, 6 Jun 2011 15:48:41 +0000 (18:48 +0300)]
cdrom: do a NULL check, some plugins may return that
notaz [Mon, 6 Jun 2011 15:46:34 +0000 (18:46 +0300)]
frontend: support some emu actions in x11 build
notaz [Tue, 5 Apr 2011 20:15:10 +0000 (23:15 +0300)]
frontend: allow loading states from specified file
notaz [Mon, 4 Apr 2011 22:13:25 +0000 (01:13 +0300)]
plugins: expand GPUvBlank to pass hcounter pointer
notaz [Mon, 4 Apr 2011 22:10:01 +0000 (01:10 +0300)]
frontend: make -psxout cmd arg override config
notaz [Sat, 26 Mar 2011 21:59:09 +0000 (23:59 +0200)]
dfxvideo: allow frameskip in interlace mode too
notaz [Tue, 22 Mar 2011 16:48:48 +0000 (18:48 +0200)]
r3000a: reset cpu after setting up registers
drc depends on some of them
notaz [Tue, 22 Mar 2011 16:45:15 +0000 (18:45 +0200)]
drc: start in more consistent state
useful when comparing things
notaz [Mon, 21 Mar 2011 23:04:51 +0000 (01:04 +0200)]
release r8
notaz [Mon, 21 Mar 2011 22:33:49 +0000 (00:33 +0200)]
dfxvideo: rm some more ZN leftovers
notaz [Mon, 21 Mar 2011 20:52:38 +0000 (22:52 +0200)]
try to align timing with LCD refresh
notaz [Mon, 21 Mar 2011 01:15:38 +0000 (03:15 +0200)]
frontend: nub-as-btn option + gamepad fix
notaz [Mon, 21 Mar 2011 00:49:58 +0000 (02:49 +0200)]
frontend: input: add hack to allow abs-only devices
this is for pandora nubs mainly.
notaz [Mon, 21 Mar 2011 00:40:21 +0000 (02:40 +0200)]
frontend: input: detect dead devices, always set keynames
notaz [Sun, 20 Mar 2011 22:53:19 +0000 (00:53 +0200)]
frontend: input: kill "merge with defaults" behavior
this is hard to maintain and reportedly buggy
notaz [Sat, 19 Mar 2011 19:57:24 +0000 (21:57 +0200)]
drc: try even more to not compile code as 64bit
..when compiling trash
notaz [Thu, 17 Mar 2011 21:49:20 +0000 (23:49 +0200)]
frontend: warn about frameskip problems
notaz [Thu, 17 Mar 2011 21:47:26 +0000 (23:47 +0200)]
drc: ujump DS $ra overwrite fix?
notaz [Wed, 16 Mar 2011 23:11:43 +0000 (01:11 +0200)]
minor debug code updates
notaz [Tue, 15 Mar 2011 00:28:24 +0000 (02:28 +0200)]
drc: hack for stack-in-RAM-mirror case
notaz [Mon, 14 Mar 2011 23:21:26 +0000 (01:21 +0200)]
drc: implement ra accesses in ujump DS
notaz [Mon, 14 Mar 2011 13:30:40 +0000 (15:30 +0200)]
frontend: bios warning bugfix
notaz [Mon, 14 Mar 2011 13:29:22 +0000 (15:29 +0200)]
cdrom: merge a fix from PCSX-Reloaded