Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-10 | psxcounters: refresh internal state after savestate load | notaz | |
fixes some glitching after pre-r14 save load | |||
2012-11-05 | sort out 32/64bit savestate compat issues | notaz | |
2012-11-04 | handle bad cd images better | notaz | |
2012-11-04 | cdriso: don't play data track | notaz | |
some refactoring too | |||
2012-11-03 | cdrom: read subq directly, not from thread | notaz | |
thread is doing 10 sectors at once, not that accurate.. | |||
2012-10-12 | use plat_mmap for RAM too | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-08-04 | configure: various fixes | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-07-30 | fix various fPIC issues | notaz | |
2012-07-23 | cheat: add some undo logic | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-22 | pcsxmem: abort if lsb is set for map_item | notaz | |
thing's can't possibly work with that. | |||
2012-07-19 | cdrom: reset cmd buffer when cmd is accepted | notaz | |
wrong but hopefully not as much as it was | |||
2012-07-19 | cdrom: mask selector bits correctly | notaz | |
2012-07-18 | psxcounters: use cycles when calculating updates | notaz | |
should help with potential timer drifting/desyncs. Also do overflow properly, not at 0xffff | |||
2012-07-18 | gte_neon: make rtps division better match rtpt | notaz | |
otherwise causes Ridge Racer Revolution to lock up somehow? | |||
2012-07-18 | misc: setup GPU if logos are skipped | notaz | |
some games rely on the state BIOS leaves | |||
2012-07-18 | cdrom: adjust report mode return | notaz | |
based on mednafen which likely had this tested on the real thing. Also remove rearmed hack, the report shouldn't be that bad on performance. | |||
2012-04-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | drc: inv: fix ram ofset and mirror handling | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-02-29 | gte_arm: fix gteOF sign extension | notaz | |
2012-01-14 | drc: allow translation cache in data segment | notaz | |
useful for Android | |||
2012-01-09 | cdrom: resume cdda on state load | notaz | |
2012-01-09 | gte_neon: change division again | notaz | |
rounding up, hope it's better | |||
2012-01-07 | drc: do basic current block modification detection | notaz | |
const writes only.. | |||
2012-01-06 | drc: never read to r0 | notaz | |
r0 can be allocated for a write and program may decide to read to r0 while we have it alloacted, so *_readstub must be ready for it | |||
2012-01-03 | bring GPUvBlank back | notaz | |
to be used for interlace emulation | |||
2012-01-01 | change lcf handling | notaz | |
not quite right but better than before, I hope | |||
2011-12-23 | gte_neon: use more accurate division | notaz | |
texture placement issues in Chrono Cross otherwise with the new GPU | |||
2011-12-11 | drc: fix bad gte unneeded reg assumption | notaz | |
2011-12-09 | cdrom: don't emulate seek when set to same loc | notaz | |
fixes C-12 (needs at least 5 sectors), let's see what this breaks.. | |||
2011-12-08 | drc: move constmap out of regstat | notaz | |
saves close to 1MB, should help Wiz a bit | |||
2011-12-05 | psxcounters: avoid excessive recalculations | notaz | |
2011-12-05 | psxcounters: handle overflow = target case | notaz | |
otherwise would need multiple calls to psxRcntUpdate() to get overflow irq, but currently psxRcntUpdate() is only called once. | |||
2011-12-05 | let's try alternative vsync timing | notaz | |
2011-12-05 | try to emulate GPU busy | notaz | |
2011-12-05 | remove gpu vblank callbacks | notaz | |
we do it in core now | |||
2011-12-05 | move some gpu status handling to core | notaz | |
this removes need to update each gpu plugin when this stuff is changed | |||
2011-11-01 | drc/gte: decode MVMVA data deps | notaz | |
2011-11-01 | drc/gte: fix dep list | notaz | |
2011-10-30 | cdriso: support multidisk eboots | notaz | |
2011-10-30 | cdriso: add cbin support | notaz | |
2011-10-30 | psxcounters: use higher precision for vsync timing | notaz | |
don't know why this is needed (having things like BIAS in mind), maybe desyncs with cdrom code or SPU? Tuned this on RE1. | |||
2011-10-30 | psxinterpreter: a bit more accurate Cause reg handling | notaz | |
2011-10-30 | drc: detect sw irqs properly | notaz | |
2011-10-30 | drc: fix various register trashing in mtc0 | notaz | |