Some question about Mode 7

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.
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Re: Some question about Mode 7

Post by thefox »

AWJ wrote:The NES PPU has EXT pins as well, but they aren't connected to anything on a NES.
More precisely, the EXT pins are connected to ground, which is why palette index #0 becomes the background color.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Some question about Mode 7

Post by Kannagi »

Here's the source code : https://github.com/Kannagi/SNES-Mode7
I hope it will be useful to other :)
Of course the code can be again improved (eg do the calculations on the SNES).
Nicole
Posts: 218
Joined: Sun Mar 27, 2016 7:56 pm

Re: Some question about Mode 7

Post by Nicole »

Just a heads up, you've got a typo in one of your macros here.
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Some question about Mode 7

Post by Kannagi »

Thank you , I updated ;)
Augustus Blackheart
Posts: 56
Joined: Sat Jul 26, 2014 9:50 am

Re: Some question about Mode 7

Post by Augustus Blackheart »

Looks cool! Always nice to see how other people are doing things.

Here's the spaceplane part from one of the Magical demos (modified to build with ca65 uses sneskit stuff; includes rom).
Attachments
spaceplane.tar.bz2
(127.84 KiB) Downloaded 83 times
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Some question about Mode 7

Post by Ramsis »

The source code to Furry RPG! is up on GitHub (finally), so there's yet another Mode 7 reference for anyone interested. :wink:
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Some question about Mode 7

Post by Kannagi »

It's cool that you share your source code ;)
I thought put my demo of A-RPG on github but surely when the source code will be finish :)
(I don't have the motivation to do update on github regularly on such a project).
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Some question about Mode 7

Post by Ramsis »

Kannagi wrote:It's cool that you share your source code ;)
Thanks. :) Furry RPG! was meant to be an open-source project from the very beginning, so this had been overdue anyway. :wink:

Now, let's just hope that both sprite contributors will approve of it so I can include their work in a future build ... 8-)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
Post Reply