<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
		<link>https://chipmusic.org/forums/topic/11130/7-shades-of-gray-nitro2k01-do-you-know-anything-about-this/</link>
		<description><![CDATA[The most recent posts in "7 shades of gray"? nitro2k01, do you know anything about this?.]]></description>
		<lastBuildDate>Wed, 12 Jun 2013 23:22:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/172378/#p172378</link>
			<description><![CDATA[<b><i>b-knox says:</i></b><p>Commodore demo scene does the image blitting thing too in order to create a larger palette.&nbsp; I don&#039;t know why they went for 3 frames instead of 2 in that blog article.&nbsp; Proof of concept I suppose.&nbsp; They flicker in emulators; I had assumed the CRTs could handle it though. . .</p>]]></description>
			<pubDate>Wed, 12 Jun 2013 23:22:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/172378/#p172378</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/172365/#p172365</link>
			<description><![CDATA[<b><i>paulc says:</i></b><p>I&#039;m currently working on a project that incorporates flicker in an actual game (dual compatible), so I can share some info from experience.</p><p>60 fps flicker is virtually imperceptible on the DMG, so it looks really great; 30 fps, not so much.</p><p>Flicker on the GBC only blends at 60 fps, but even then it produces vertical or horizontal lines (probably because the GBC LCD is interlaced). You can see these lines if you load up Nitro&#039;s flicker example. But in some special circumstances, this effect can still be beneficial. In my project I&#039;m flickering between red and black to get dark red, allowing a sprite with more than 3 tones without sprite stacking. </p><p>As for Nintendo&#039;s claim; the effect is fine if you&#039;re making a duel compatible game (so that color palettes are used instead of black&amp;white flickering). Really only issue I&#039;ve found with a DMG game played on the GBC is, like I said, the horizontal lines.&nbsp; </p><p>Now as Nitro said, the Super GameBoy playing on a CRT monitor will ruin the blending illusion and look awful. But I&#039;d say the pros far outweigh this one con. And a developer COULD theoretically run special code to turn OFF the flicker effects if played on a Super GameBoy, so I don&#039;t see why they didn&#039;t go that route. Nintendo probably didn&#039;t like a non-Nintendo company putting out a game that exceeded their own standards.</p><p>In my project you can see an actual screenshot of the GBC using flicker to give the Shao Kahn character (center) more than 3 hues (namely the red armor). Screenshots here: <a href="http://chipmusic.org/forums/topic/11139/any-mortal-kombat-fans-interested-in-helping-with-a-homebrew-project/" target="_blank">http://chipmusic.org/forums/topic/11139 &#133; w-project/</a></p><p>I&#039;ve also tried to extend the palette past 7 shades by using other combinations at 60 fps, such as mixing black with light grey.&nbsp; If light grey is 25% and black is %100 then that should provide at tone of %62.5, theoretically. But in practice these additional combinations aren&#039;t visually distinguishable from the regular 7 shades.</p><p>In summary, 7 shades is indeed far superior to the regular 4. It especially helps make the characters pop from the background.</p>]]></description>
			<pubDate>Wed, 12 Jun 2013 22:22:13 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/172365/#p172365</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168939/#p168939</link>
			<description><![CDATA[<b><i>Alley Beach says:</i></b><p>what happened to a project a week <img src="https://chipmusic.org/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<pubDate>Mon, 20 May 2013 21:06:45 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168939/#p168939</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168935/#p168935</link>
			<description><![CDATA[<b><i>Imnikola says:</i></b><p>I was expecting some refference to 50 shades of gray...Kinda disappointed</p><br /><br /><br /><br /><p>Lol jk nope</p>]]></description>
			<pubDate>Mon, 20 May 2013 20:55:00 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168935/#p168935</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168854/#p168854</link>
			<description><![CDATA[<b><i>nitro2k01 says:</i></b><p>I know nothing about that game, but as linked above, I have experimented with this technique. Nintendo were right in not allowing it, as doing this on a GBC and above looks like a proper flickering mess. The LCD is fast enough to respond to change each frame, meaning that instead of seeing the average of the two shades you&#039;re aswitching between, you now see a 30 Hz flicker.</p><p>However, Nintendo may have had more immediate concerns, namely with the Super Gameboy. First off switching colors on each frame on a CRT TV gives you annoying flicker, just like on a fast LCD.<br />Moreover, the SGB works by copying data generated by a Gameboy CPU in the cartridge, into SNES video RAM. However, as far as I&#039;m aware, the SNES and GB CPUs are not running in sync. Instead, I believe the data is double or triple buffered, so one buffer is displayed while another one is being filled up. </p><p>However, the almost 60 Hz generated by the GB CPU might not always line up with the almost 60 Hz. So every once in a while, a frame might be skipped or duplicated. Instead of getting an even flicker, you get flashes of darker or lighter color when the same pixel is drawn with the same color for two frames in a row. </p><p>Even worse, is what (I believe) happens on a PAL SGB, where the SNES side of things generates video at 50 Hz and the GB side of things still at ~60 Hz. Now duplication of blinking frames will happen all the time you will get a truly flickering mess. <br />If anyone is able to try my gradient ROM in the post linked above on a PAL SGB, please do so and report exactly how much of a flickering mess it becomes.</p>]]></description>
			<pubDate>Mon, 20 May 2013 05:50:28 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168854/#p168854</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168849/#p168849</link>
			<description><![CDATA[<b><i>thebitman says:</i></b><div class="quotebox"><cite>Saskrotch wrote:</cite><blockquote><p>It looks like they blocked that idea because of how it would&#039;ve ended up looking on a GBC</p></blockquote></div><p>To build on this, I think it has less to do with the colors and more to do with the methods for drawing the pixels on the screen.</p>]]></description>
			<pubDate>Mon, 20 May 2013 05:08:22 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168849/#p168849</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168843/#p168843</link>
			<description><![CDATA[<b><i>Saskrotch says:</i></b><p>It looks like they blocked that idea because of how it would&#039;ve ended up looking on a GBC</p>]]></description>
			<pubDate>Mon, 20 May 2013 03:40:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168843/#p168843</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168835/#p168835</link>
			<description><![CDATA[<b><i>SketchMan3 says:</i></b><p>Thanks Saskrotch. I probably should have pm&#039;d him. But the thing that I find interesting is that this technique was going to be used in a game, but Nintendo blocked it.</p><p>I wonder if this thread is in the wrong section...</p>]]></description>
			<pubDate>Mon, 20 May 2013 02:25:37 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168835/#p168835</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168834/#p168834</link>
			<description><![CDATA[<b><i>Saskrotch says:</i></b><p><a href="http://blog.gg8.se/wordpress/2013/01/06/gameboy-project-week-1-more-than-four-shades-of-green/" target="_blank">http://blog.gg8.se/wordpress/2013/01/06 &#133; -of-green/</a></p>]]></description>
			<pubDate>Mon, 20 May 2013 02:23:11 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168834/#p168834</guid>
		</item>
		<item>
			<title><![CDATA[Re: "7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168833/#p168833</link>
			<description><![CDATA[<b><i>ShmallowMan says:</i></b><p>Sounds interesting to me. I think I recall seeing something like that on here at some point, exploiting the screen for more shades.</p>]]></description>
			<pubDate>Mon, 20 May 2013 02:20:24 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168833/#p168833</guid>
		</item>
		<item>
			<title><![CDATA["7 shades of gray"? nitro2k01, do you know anything about this?]]></title>
			<link>https://chipmusic.org/forums/post/168832/#p168832</link>
			<description><![CDATA[<b><i>SketchMan3 says:</i></b><p>Here is a quote from McAlby&#039;s soundcloud page for the track &quot;Metal Masters prototype&quot;:</p><p><em>&quot;This song was composed for a very rare Game Boy game named Metal Masters, but it was never used. The game suffered many delays during the development (years!), and in the end I composed a completely different soundtrack for the final release.</em></p><p><em>It is one of my first where I used pseudo stereo effects on the Game Boy. Recorded from my own GB emulator.</em></p><p><em>Anecdote: The original game boy console had 4 shades of grey to represent the graphics. <strong>We developed a technique to show up to 7 shades of grey on this game, taking advantage of the LCD persistence, but at the end Nintendo didn&#039;t allow us to use it, arguing future compatibility.</strong> Needless to say, the game looked amazing (for a Game Boy) with 7 &quot;colours&quot; instead of 4!&quot;</em></p><p>I know you experiment with Gameboy stuff a lot, so, nitro2k01, what have ye to say about this? Do you think you could replicate this? Or have you already? I remember you had a thread about a picture of a cat or something...</p><p>Anyway, that&#039;s a pretty interesting little tidbit of information. Just thought I&#039;d share.</p><p>Edit: <a href="https://soundcloud.com/joemcalby/vintage-8-bit-metal-masters" target="_blank">Link to the tune.</a></p>]]></description>
			<pubDate>Mon, 20 May 2013 02:10:59 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/168832/#p168832</guid>
		</item>
	</channel>
</rss>
