Discussion of hardware and software development for Super NES and Super Famicom.
Moderator: Moderators
Forum rules
- For making cartridges of your Super NES games, see Reproduction.
-
psycopathicteen
- Posts: 2975
- Joined: Wed May 19, 2010 6:12 pm
Post
by psycopathicteen » Fri May 21, 2010 12:33 pm
There was -- and it was quite a closely-knit and friendly community -- but is long over with for a lot of different reasons. Consider that I wrote the SNESTECH documents *before* the NESTECH stuff.
Man, people really aren't as smart as they were a long time ago.
-
Zazie
- Posts: 2
- Joined: Tue Mar 05, 2019 11:16 am
Post
by Zazie » Tue Mar 05, 2019 11:22 am
Hi! No slowdown patch more available?
-
Near
- Founder of higan project
- Posts: 1550
- Joined: Mon Mar 27, 2006 5:23 pm
Post
by Near » Wed Mar 06, 2019 3:50 am
Heck of a threadbump. Anyway, if not running on real hardware is okay, an emulator can do this without ROM patches, by simply always returning 6 clock timings for ROM accesses both in the $80-ff *and* $00-7f regions.
If nothing else, it's a quick way to assess whether patching a ROM for real hardware use is worth it.
-
Zazie
- Posts: 2
- Joined: Tue Mar 05, 2019 11:16 am
Post
by Zazie » Wed Mar 06, 2019 4:36 am
How do I do with the emulator? I'm not a developer, I do not know.
-
whicker
- Posts: 228
- Joined: Sun Dec 13, 2009 11:37 am
- Location: Wisconsin
Post
by whicker » Wed Mar 06, 2019 10:19 am
-
MottZilla
- Posts: 2835
- Joined: Wed Dec 06, 2006 8:18 pm
Post
by MottZilla » Wed Mar 06, 2019 9:05 pm
Nice to see someone making progress on the idea of improving Gradius III.
-
psycopathicteen
- Posts: 2975
- Joined: Wed May 19, 2010 6:12 pm
Post
by psycopathicteen » Sat Mar 09, 2019 10:18 pm
I applied the 2 patches from ROMhacking.net and then started writing my own optimization patch on top of it.
Then I played Gradius III, got to level 2, kept getting hit by bubbles. I said to myself, "that's funny, I don't remember the bubbles moving this fast. Oh wait, they weren't."
-
hibber22
- Posts: 7
- Joined: Tue Nov 20, 2018 9:23 pm
Post
by hibber22 » Mon Mar 11, 2019 3:48 am
I know super mario world has an sa-1 patch that improves frame rate and performance, fastrom isn't the only solution.
-
tepples
- Posts: 22232
- Joined: Sun Sep 19, 2004 11:12 pm
- Location: NE Indiana, USA (NTSC)
-
Contact:
Post
by tepples » Mon Mar 11, 2019 6:48 am
I can think of cases where an SA1 patch would slow down the whole emulator, particularly if you're using a modern emulator (that is, not Snes9x or ZSNES) on hardware that is optimized for power consumption at the expense of raw speed (such as Atom/Pentium N/Pentium Silver or ARM).
-
MottZilla
- Posts: 2835
- Joined: Wed Dec 06, 2006 8:18 pm
Post
by MottZilla » Mon Mar 11, 2019 5:30 pm
psycopathicteen wrote:Optimization on stock hardware is more impressive.
I agree, however given that SD2SNES supports SA-1 now it wouldn't be a bad alternative way to try to eliminate or reduce slowdowns in performance. Of course seeing what is possible with only enabling FastROM and optimizing some code has a special quality since in theory given more development time and slightly faster MaskROMs it could have been that way originally.
Makes me wonder when the first game using FastROM was released.
-
tepples
- Posts: 22232
- Joined: Sun Sep 19, 2004 11:12 pm
- Location: NE Indiana, USA (NTSC)
-
Contact:
Post
by tepples » Mon Mar 11, 2019 6:29 pm
MottZilla wrote:Makes me wonder when the first game using FastROM was released.
SuperFamicom.org appears to be a rough counterpart to BootGod's NesCartDB. It lists (among other properties) release date, ROM speed, and mapper ($20/LoROM or $21/HiROM) for each game. Unfortunately, its search isn't as thorough as NesCartDB, nor could I immediately find a download.
-
TOUKO
- Posts: 303
- Joined: Mon Mar 30, 2015 10:14 am
Post
by TOUKO » Tue Mar 12, 2019 1:25 am
hibber22 wrote:I know super mario world has an sa-1 patch that improves frame rate and performance, fastrom isn't the only solution.
The spectacular thing is the game benefits of huge enhancement in term of speed and stuffs on screen, and only with a patch,without using the SA-1 specificities.
-
psycopathicteen
- Posts: 2975
- Joined: Wed May 19, 2010 6:12 pm
Post
by psycopathicteen » Sun May 05, 2019 3:02 pm
Oh boy, I completely wrecked up the source code for this stupid Gradius III optimization patch, trying to cram in code in whatever blank space the original game had. It looks like I would need to start over, this time with a larger ROM size. I guess this should be a rule of thumb to never start an optimization patch without making sure I have a lot of space to work with.