bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
Tim Allen 4c9266d18f Update to v094r33 release.
byuu says:

Small WIP, just fixes the timings for GSU multiply.

However, the actual product may still be wrong when CLSR and MS0 are
both set. Since I wasn't 'corrupting' the value in said case before,
then this behavior can only be better than before.

Turned the (cache,memory)_access_timing into functions that compute the
values; and pulled "clockspeed" into GSU.

Also, I'm thinking it might be kind of pointless to have clockspeed at
all. Supposedly even the Mario Chip can run at 21.48MHz anyway.
Enforcing 10.74MHz mode seems kind of silly. If we change it to just be
a "default value for CLSR", then we can just inline the memory access
tests without the need for the access_timing functions (literally just
clsr?2:1 then)

Slight compilation bug: go to processor/gsu/registers.hpp:33 and add

    reg16_t() = default;

I missed it due to a partial recompile. Too lazy to upload another WIP
just for that.

Probably not worth doing much SuperFX testing just yet, as it looks like
they're doing some other tests at the moment on NESdev.
2015-06-27 12:38:47 +10:00
ananke Update to v094 release. 2014-01-20 19:55:17 +11:00
data Update to v094r24 release. 2015-06-16 20:30:04 +10:00
emulator Update to v094r33 release. 2015-06-27 12:38:47 +10:00
fc Update to v094r27 release. 2015-06-18 20:48:53 +10:00
gb Update to v094r27 release. 2015-06-18 20:48:53 +10:00
gba Update to v094r32 release. 2015-06-27 12:38:08 +10:00
hiro Update to v094r31 release. 2015-06-25 19:52:32 +10:00
libco Update to v094r29 release. 2015-06-22 23:31:49 +10:00
nall Update to v094r30 release. 2015-06-24 23:21:24 +10:00
obj Update to v093 release. 2013-08-18 13:21:14 +10:00
out Update to v094r10 release. 2015-03-03 21:26:44 +11:00
processor Update to v094r33 release. 2015-06-27 12:38:47 +10:00
profile Update to v093 release. 2013-08-18 13:21:14 +10:00
ruby Update to v094r31 release. 2015-06-25 19:52:32 +10:00
sfc Update to v094r33 release. 2015-06-27 12:38:47 +10:00
shaders Update to v094 release. 2014-01-20 19:55:17 +11:00
target-tomoko Update to v094r32 release. 2015-06-27 12:38:08 +10:00
.gitignore Update to v093 release. 2013-08-18 13:21:14 +10:00
GNUmakefile Update to v094r24 release. 2015-06-16 20:30:04 +10:00