| View previous topic :: View next topic |
| Author |
Message |
tepples

Joined: 19 Sep 2004 Posts: 6104 Location: NE Indiana, USA (NTSC)
|
Posted: Sun Jul 25, 2010 6:52 am Post subject: |
|
|
| psycopathicteen wrote: | | Since it was commonly used on the Genesis but not on the Snes, and tile per offset mode was unknown to the gaming public, people started beleiving the 68000 was so fast that it could rotate large backgrounds pixel by pixel in real time. |
Yet Mode 7 in games like F-Zero didn't have the same effect on public perception of the 65C816.
| Quote: | | It just goes to show you, Genesis got all the badass programmers |
Or at least the ones familiar with Atari ST or the Amiga (which just turned 25). |
|
| Back to top |
|
 |
psycopathicteen
Joined: 19 May 2010 Posts: 197
|
Posted: Sun Jul 25, 2010 7:27 am Post subject: |
|
|
| tepples wrote: |
Yet Mode 7 in games like F-Zero didn't have the same effect on public perception of the 65C816.
|
Thanks to Nintendo being open to the public about the Snes's Mode-7 feature, and how the 65816 already had a horribly bad reputation once the Super Nintendo came out.
| tepples wrote: |
Or at least the ones familiar with Atari ST or the Amiga (which just turned 25). |
Probably |
|
| Back to top |
|
 |
mic_
Joined: 05 Oct 2006 Posts: 433
|
Posted: Sun Jul 25, 2010 7:39 am Post subject: |
|
|
| Quote: | | Yet Mode 7 in games like F-Zero didn't have the same effect on public perception of the 65C816. |
Maybe because Mode 7 was used in marketing, so that it was understood that it was a feature of the video processor. I recall having seen the term "mode 7" in one or more of those brochures they sent out to Nintendo Club members here in Sweden in the early '90s (and those were usually very low on technical details). |
|
| Back to top |
|
 |
psycopathicteen
Joined: 19 May 2010 Posts: 197
|
Posted: Sun Jul 25, 2010 9:42 am Post subject: |
|
|
Konami is one of those companies who used TPO mode on the Genesis hundreds of times, but largely ignored the TPO mode on the Snes.
EDIT: I just did some math.
a 64x64 square "rotated" turns into a parallelagram that is 63.506 x 64.498 and has corners of 89.888 and 90.112 degrees. Pretty close! |
|
| Back to top |
|
 |
tepples

Joined: 19 Sep 2004 Posts: 6104 Location: NE Indiana, USA (NTSC)
|
Posted: Sun Jul 25, 2010 11:13 am Post subject: |
|
|
| Perhaps it's because offsetting had its own buffer on the Genesis VDP (because it's per 2 columns of the whole screen) but required full nametable rewrites on the Super NES PPU (because it's actually per tile). |
|
| Back to top |
|
 |
psycopathicteen
Joined: 19 May 2010 Posts: 197
|
Posted: Sun Jul 25, 2010 12:29 pm Post subject: |
|
|
| tepples wrote: | | Perhaps it's because offsetting had its own buffer on the Genesis VDP (because it's per 2 columns of the whole screen) but required full nametable rewrites on the Super NES PPU (because it's actually per tile). |
When you write it into the second row of tiles of bg3 with #$20 written between scroll offsets, it scrolls the collumns whole. I don't know why I need to write #$20, it just works with that value but not with #$00. I guess I can do some playing to see what happens when I use other numbers. |
|
| Back to top |
|
 |
kode54

Joined: 06 Jun 2005 Posts: 44
|
Posted: Sun Jul 25, 2010 5:14 pm Post subject: |
|
|
| Bregalad wrote: | | "offset per tile" |
There was at least one fortress level in Yoshi's Island that used it for platforms waving in a sinusoidal pattern. At least I think it was using offset per tile, since they froze in place when I switched that off in Snes9x. |
|
| Back to top |
|
 |
psycopathicteen
Joined: 19 May 2010 Posts: 197
|
Posted: Sun Jul 25, 2010 5:47 pm Post subject: |
|
|
| kode54 wrote: | | Bregalad wrote: | | "offset per tile" |
There was at least one fortress level in Yoshi's Island that used it for platforms waving in a sinusoidal pattern. At least I think it was using offset per tile, since they froze in place when I switched that off in Snes9x. |
I always wondered if those were sprites or offset-per-tile mode. If it froze in place when deactivating tile-per-offset, then they were tile-per-offset. |
|
| Back to top |
|
 |
Dwedit

Joined: 19 Nov 2004 Posts: 1503
|
Posted: Sun Jul 25, 2010 6:41 pm Post subject: |
|
|
| Did anyone yet mention that Tetris Attack makes extensive use of Offsets Per Tile? |
|
| Back to top |
|
 |
tepples

Joined: 19 Sep 2004 Posts: 6104 Location: NE Indiana, USA (NTSC)
|
|
| Back to top |
|
 |
|