Post v1.42 ZSNES WIPs
Moderator: ZSNES Mods
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
We know, that's why we said it's still under construction.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
I want to give a little update about the next WIP.
grinvader and I have spent a while removing a ton and I mean a TON of old code.
This means ZSNES should be faster, and possibly some bugs have been introduced.
I would like everyone to report speed improvements, and report any crazy new bugs that weren't in the previous WIP.
grinvader and I have spent a while removing a ton and I mean a TON of old code.
This means ZSNES should be faster, and possibly some bugs have been introduced.
I would like everyone to report speed improvements, and report any crazy new bugs that weren't in the previous WIP.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
Well, you can keep an eye on the CIA page for clues.bitcopy wrote:Is the new WIP still being worked on, or is it coming out soon?

http://cia.navi.cx/stats/project/zsnes
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
Ipher is away for the weekend, so that means the WIP will prolly be out by Monday.
I need people to get CVS and try to compile on various platforms (DOS, Windows especially, since I can't do it) so that I can get rid of the last chunks.
Hmm... not really. It's the netplay code. It was added in the middle of things pretty much everywhere, which makes it hell to understand / debug / and even remove.PFUNK wrote:About the old code:
Was it obsoleted code that never got removed when newer code was added?
I need people to get CVS and try to compile on various platforms (DOS, Windows especially, since I can't do it) so that I can get rid of the last chunks.
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
For starters, we're still goingieremiou wrote: I was looking at the CVS repository.. what was that.. 4000+?

I finished writing a prog earlier to detect unused declerations in assembly source, so we're making use of it

May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
ZSNES 4/11 WIP is now available at ipher's WIP Site
Note: Please report any NEW bugs that were not in the April 4 WIP here
Whats New
4/11/05
ALL: Returning from GUI while paused now restores game screen. [Nach]
ALL: Better code in zstate.c, should fix the 'dash issue' [grinvader]
ALL: Selectable amount of rewind states no longer dummy, fixed loading rewind when none
left.[Nach]
ALL: Low CPU usage when emulation paused. [grinvader]
ALL: New caps for rewind state number and frequency. [grinvader]
ALL: Removed Netplay... for now. [Nach, grinvader]
WIN: Primary Buffer Option now works properly [Jonas Quinn]
GUI: Moved "Rewind" shortcut option to the Save Options window [ipher]
GUI: Fixed the size of the black box for the Rewind States option. [ipher]
SRC: Updated Win32 cross compiler [Nach]
SRC: Pruning of ~6 years of useless EXTSYMs *whew* [Nach, grinvader]
SRC: Fixed jumping mechanism to be more correct. [Nach]
Note: Please report any NEW bugs that were not in the April 4 WIP here
Whats New
4/11/05
ALL: Returning from GUI while paused now restores game screen. [Nach]
ALL: Better code in zstate.c, should fix the 'dash issue' [grinvader]
ALL: Selectable amount of rewind states no longer dummy, fixed loading rewind when none
left.[Nach]
ALL: Low CPU usage when emulation paused. [grinvader]
ALL: New caps for rewind state number and frequency. [grinvader]
ALL: Removed Netplay... for now. [Nach, grinvader]
WIN: Primary Buffer Option now works properly [Jonas Quinn]
GUI: Moved "Rewind" shortcut option to the Save Options window [ipher]
GUI: Fixed the size of the black box for the Rewind States option. [ipher]
SRC: Updated Win32 cross compiler [Nach]
SRC: Pruning of ~6 years of useless EXTSYMs *whew* [Nach, grinvader]
SRC: Fixed jumping mechanism to be more correct. [Nach]
[url=http://www.ipherswipsite.com]ipher's WIP Site[/url]
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
I should add that you should definitly delete config files before using this version.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Hazed
- Posts: 84
- Joined: Wed Aug 25, 2004 1:25 pm
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
You're welcome. I'll try to keep improving them though as I can.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
I'll be happy once I can record a movie using those and not freeze my comp on exit...Nach wrote:You're welcome. I'll try to keep improving them though as I can.
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
mycomputer:/home/kinleb/Download/zsnes/src# sh ./autogen.sh && make && make install
Generating build information using aclocal and autoconf...
./autogen.sh: line 6: aclocal: command not found
./autogen.sh: line 7: autoconf: command not found
./autogen.sh: line 10: ./configure: No such file or directory
What the...?
Generating build information using aclocal and autoconf...
./autogen.sh: line 6: aclocal: command not found
./autogen.sh: line 7: autoconf: command not found
./autogen.sh: line 10: ./configure: No such file or directory
What the...?
What the what? Install autotools.Kinleb wrote:mycomputer:/home/kinleb/Download/zsnes/src# sh ./autogen.sh && make && make install
Generating build information using aclocal and autoconf...
./autogen.sh: line 6: aclocal: command not found
./autogen.sh: line 7: autoconf: command not found
./autogen.sh: line 10: ./configure: No such file or directory
What the...?
Of course, how you get them depends on your distro. If you are debian based, apt-get install automake and autoconf
SHREIK!!!!!!! DDdddnnnnnnaaaa! GESTAHLLLLLLLLLL!!!!!!!!
Steelers now officially own your ass.
Steelers now officially own your ass.