No, he's using Jnes. I don't think the author of Jnes gives pirate carts a high priority. Besides, Nestopia supports all of the mappers that Jnes supports.Deathlike2 wrote:My guess is that he means those pirate carts or certain mappers.
Nestopia 1.39
Moderator: General Mods
Thanks byuu. Well, the main reason I removed them was simply because I felt they'd been overshadowed by the (IMHO) more pleasant looking hqx filter. I didn't think there were still hardcore fans of them. The original code had some issues with reading (or was it writing? can't remember right now) from memory outside the allowed bound as well which I had to fix. It slowed down the code considerably because of the added bound checking. At the end of the day I just said fuck it, and removed them completely.byuu wrote:Neat! Time to update ... by the way, did Marty mention why he removed 2xSaI? Not taking sides on it (except to say I support Marty's ultimate decision either way), just semi-curious what his stated reason was is all. A quick search failed me.
In any case, if I were to bring back at least one of them, which should it be? 2xSaI, Super 2xSaI or Super Eagle? Before I can do that though I need to know if its software license is really GPL compatible.
Btw, saw the news about the new UPS format. Seems very neat. I'll see if I can bloat my software even more and add soft-patching support for it in a future release.

In my opinion, the standard 2xSaI filter looks best and that is what I use frequently. However, there is something going on with this filter and the current (Nvidia) videocards, odd lines on the sides of the screen can be seen which is not right. I believe the code needs to be reviewed (is it open source?). I think I'll be opening a thread about this somewhere as it cought my eye for quite some time now.Marty wrote:In any case, if I were to bring back at least one of them, which should it be? 2xSaI, Super 2xSaI or Super Eagle? Before I can do that though I need to know if its software license is really GPL compatible.
[i]"Change is inevitable; progress is optional"[/i]
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
IIRC, it is GPL (edit: pagefault confirm this).ShadowFX wrote:In my opinion, the standard 2xSaI filter looks best and that is what I use frequently. However, there is something going on with this filter and the current (Nvidia) videocards, odd lines on the sides of the screen can be seen which is not right. I believe the code needs to be reviewed (is it open source?). I think I'll be opening a thread about this somewhere as it cought my eye for quite some time now.Marty wrote:In any case, if I were to bring back at least one of them, which should it be? 2xSaI, Super 2xSaI or Super Eagle? Before I can do that though I need to know if its software license is really GPL compatible.
The code itself intentionally requires you to clear out those lines the implementation (this was fixed somewhere in ZSNES post 1.51), and the unnecessary duplication of code between the DOS/DJGPP implementation and Windows implemenation is gone. The line bug people saw was referenced in CT's intro (search the board for the old reference if you wish).
Reread the 1.51 Release thread if need be: http://board.zsnes.com/phpBB2/viewtopic.php?t=9461
Note: You were the one that brought it up, and referenced it, yet the info you sought was provided then (ironic?).
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Ah, I see. I know some of the filters can be invasive (crushing lots of common global function names, macro expanding so much that it slows compilation by a significant margin (hi, HQ2x!), etc,) so I was half expecting that to be the reason.Well, the main reason I removed them was simply because I felt they'd been overshadowed by the (IMHO) more pleasant looking hqx filter. I didn't think there were still hardcore fans of them.
I'll agree with you on HQx, and hope I don't spark that discussion again. Each of us have our own preferences, and that's fine :)
Awesome!! Soft patching support is the #1 thing it lacks right now, and so far only one obscure emulator has it :/Btw, saw the news about the new UPS format. Seems very neat. I'll see if I can bloat my software even more and add soft-patching support for it in a future release.
I'd certainly greatly appreciate if you added it. Then I just have to bug the VBA-M guys to follow suit, to help the upcoming Mother 3 release out :)
The one issue I see is with the multitude of NES ROM formats abound: the patches would need to specifically target each format, iNES v1/2 (make a patch that includes the header), UNIF (direct file patch) and XML schema (one patch for both the XML file and the binary file). One patch can't apply to all ROM types, sadly. I couldn't keep the patch format simple and account for all possible console image formats at the same time :(
If you wanted to take a look at what I have so far ...
Code: Select all
http://byuu.org/files/tsukuyomi_v01.tar.bz2
The biggest problem with these filters are that they need pixels to the left and right of current, so the screen edges get tricky to support. This is why my HQ2x filter just draws a black border around the screen.In my opinion, the standard 2xSaI filter looks best and that is what I use frequently. However, there is something going on with this filter and the current (Nvidia) videocards, odd lines on the sides of the screen can be seen which is not right. I believe the code needs to be reviewed (is it open source?). I think I'll be opening a thread about this somewhere as it cought my eye for quite some time now.
Anyway, yes, the code is GPL. If you guys want to review and rewrite it, then please consider an LGPL / BSD license for your rewrite (obviously this requires clean room techniques and such). I'm 100% certain more emulators would use it if it had a more permissive license.
I found an issue on this program. I getting an unstable full screen here. I saw the graphics rolling up a line like a shock wave or a ocean wave. In window mode it doesn't happen at all and very stable holding still. What causes this?
This happen as well on Magic Engine. I guest it have something to do with what ever made from.
I just stick with the window mode. I can live with that.
This happen as well on Magic Engine. I guest it have something to do with what ever made from.
I just stick with the window mode. I can live with that.
Window Vista Home Premium 32-bit / Intel Core 2 Quad Q6600 2.40Ghz / 3.00 GB RAM / Nvidia GeForce 8500 GT
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
I'm having this issue, too. I even force-enabled vsync/triple buffering via nVidia controls and the nestopia.cfg and still no luck.Dullaron wrote:I found an issue on this program. I getting an unstable full screen here. I saw the graphics rolling up a line like a shock wave or a ocean wave. In window mode it doesn't happen at all and very stable holding still. What causes this?
This happen as well on Magic Engine. I guest it have something to do with what ever made from.
I just stick with the window mode. I can live with that.
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
Well my issue is fix now. I have both enabled.
Try enable 1 of them by it self and then try again. Sometimes enabled both might not work right ether. I had to do this on FBA because only 1 of them fixes the issue.
Try enable 1 of them by it self and then try again. Sometimes enabled both might not work right ether. I had to do this on FBA because only 1 of them fixes the issue.
Window Vista Home Premium 32-bit / Intel Core 2 Quad Q6600 2.40Ghz / 3.00 GB RAM / Nvidia GeForce 8500 GT
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm
I'm not at all worried. Especially now that I can rest easy knowing vba-m won't be "bloated"mudlord wrote:His words do not, I repeat, do not reflect the opinions of what I, Nach, Jonas Quinn and other VBA-M contributers think of Nestopia. I certainly don't think Marty's work is bloated at all. Sure, its very configurable, but its file size doesn't at all reflect bloat.

EDIT: Also, no offense at all to Jabo, but that thread really makes me not care to try Jnes any more... though I guess it doesn't matter on a linux box

Actually, I'm pretty sure it was a post-1.51 WIP release that tried to fix this. It was never really 100% fixed as eventually I noticed it again (albeit harder to notice, but it was still there).Deathlike2 wrote:Reread the 1.51 Release thread if need be: http://board.zsnes.com/phpBB2/viewtopic.php?t=9461
Note: You were the one that brought it up, and referenced it, yet the info you sought was provided then (ironic?).
It maybe is a bit like 'double posting' if I were to place this elsewhere, but I would like it to be clear of other discussions. The problem is that I'm not really a programmer so I'm dealing with this on a regular user level.
[i]"Change is inevitable; progress is optional"[/i]
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
A more complete fix was added later, under different circumstances (using DR modes I think triggered it). That was addressed as well (I think Jonas committed that fix).
If you still think there are bugs, find it and reproduce it first.
The reality is, if it were to be reimplemented (the 2xSaI filters), you could simply just rewrite the algo to not cause the issue. It's not that big a deal.
If you still think there are bugs, find it and reproduce it first.
The reality is, if it were to be reimplemented (the 2xSaI filters), you could simply just rewrite the algo to not cause the issue. It's not that big a deal.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
-
- -Burninated-
- Posts: 871
- Joined: Mon Sep 10, 2007 11:33 pm
- Location: Unspecified
Tried to enable both vsync and triple buffering both at the same time and separately (via nestopia.cfg) and is does not work; I still see tearing. Funny how this only happens in windowed mode, though...(CRAP! Shoulda thought of using fullscreen before I reported this!)
俺はテメエの倒す男だ! 宜しく! お前はもう死んでいる...
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
There's a chance that the video card drivers are the culprit here. franpa is correct that Triple Buffering doesn't work in Windowed modes anyways.
Anyways, as a small feature request, if the status bar and/or ROM info provides info that an IPS patch is applied.. it would be greatly appreciated.
Anyways, as a small feature request, if the status bar and/or ROM info provides info that an IPS patch is applied.. it would be greatly appreciated.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
We've not had a post-1.51 WIP release made. Just FYI.ShadowFX wrote:Actually, I'm pretty sure it was a post-1.51 WIP release that tried to fix this. It was never really 100% fixed as eventually I noticed it again (albeit harder to notice, but it was still there).
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Is your ROM a good dump? It seems to be working fine here.I.S.T. wrote:I'm having trouble with Nestopia 1.38. Specifically, it's not letting me save in Crystalis. I can save state, but it won't do a cart save. I'm going to try another game to see if it has the same problem.
Edit: It's just Crystalis.
I tried an over dump, a proto dump(Seems to be bugged. It is a proto, after all.), I tried the japanese version, I tried the b1 version and a dump from a completely different web site.
I'm going to try a different emulator, and if that doesn't fix it(I'm not expecting to, I'm just covering every possibility I can think of.), I'll try the tosec dump...
I'm going to try a different emulator, and if that doesn't fix it(I'm not expecting to, I'm just covering every possibility I can think of.), I'll try the tosec dump...