Actions

Template

Difference between revisions of "Bug"

From NEC Retro

m
(because some people are describing bugs that didn't exist in older versions as "fixed" for those versions)
Line 28: Line 28:
 
{{{desc}}}
 
{{{desc}}}
  
{{#if:{{{fixed|}}}|<span style="color:#00BB00;">'''Fixed''' in {{{fixed}}}.</span>|{{
+
{{#if:{{{introduced|}}}|<span style="color:#FF0000;">'''Introduced''' in {{{introduced}}}<br>}}{{#if:{{{fixed|}}}|<span style="color:#00BB00;">'''Fixed''' in {{{fixed}}}.</span>|{{
 
#if:{{{partialfixed|}}}|<span style="color:#FFAA00;">'''Partially fixed''' in {{{partialfixed}}}.</span>|<span style="color:#FF0000;">'''Not fixed''' in any version.</span>}}}}{{#if:{{{schg|}}}|&nbsp;([[{{{schg}}}|Hacking guide fix]]).}}{{#ifeq:{{NAMESPACE}}||[[Category:Bugs]]|}}</includeonly><noinclude>{{SegaRetroTemplate}}
 
#if:{{{partialfixed|}}}|<span style="color:#FFAA00;">'''Partially fixed''' in {{{partialfixed}}}.</span>|<span style="color:#FF0000;">'''Not fixed''' in any version.</span>}}}}{{#if:{{{schg|}}}|&nbsp;([[{{{schg}}}|Hacking guide fix]]).}}{{#ifeq:{{NAMESPACE}}||[[Category:Bugs]]|}}</includeonly><noinclude>{{SegaRetroTemplate}}
 
Template for describing bugs
 
Template for describing bugs
Line 43: Line 43:
 
| caption4=
 
| caption4=
 
| desc=
 
| desc=
 +
| introduced=
 
| fixed=
 
| fixed=
 
| partialfixed=
 
| partialfixed=
Line 51: Line 52:
  
 
<pre>| image=no</pre>
 
<pre>| image=no</pre>
 +
 +
 +
The "<tt>fixed</tt>" and "<tt>partialfixed</tt>" fields should only be used if a bug was fixed in a newer version/release. Do NOT use it for bugs that didn't exist in older versions! In such a case that a bug was introduced in a later version, use the "<tt>introduced</tt>" field.
  
 
==Examples==
 
==Examples==
Line 63: Line 67:
  
 
Note: Prison capsules make the score tally appear automatically, so the level will always end.
 
Note: Prison capsules make the score tally appear automatically, so the level will always end.
 +
| introduced=Rev.01
 
| fixed=Rev.02
 
| fixed=Rev.02
 
}}
 
}}

Revision as of 09:41, 30 October 2022

Segaretro-round.svg This template has been manually copied from Sega Retro, specifically Template:Bug
Technical restrictions prevent this template from being shared across multiple wikis. In the medium term, any changes should be made to the Sega Retro variant first, before manually copying the contents back here. As this is not an automatic process, this version of the template might also be out of date.

Template for describing bugs

Usage

{{Bug
| image=
| image2=
| image3=
| image4=
| caption=
| caption2=
| caption3=
| caption4=
| desc=
| introduced=
| fixed=
| partialfixed=
}}

Up to four images and captions may be assigned to a bug description. If no image is needed (e.g. an audio bug), add this:

| image=no


The "fixed" and "partialfixed" fields should only be used if a bug was fixed in a newer version/release. Do NOT use it for bugs that didn't exist in older versions! In such a case that a bug was introduced in a later version, use the "introduced" field.

Examples

Bomberman PCE JP TapNotConnected.png

When Konami killed Hudson Soft

Bomberman TG16 US TapNotConnected.png

Attempting to transform into Super Sonic after hitting a signpost or prison capsule results in Sonic "walking" in mid air, and becoming unresponsive to controls. If Sonic moves off the right side of the screen before this happens the score tally will appear and the game continues on to the the next level as normal. If he does not leave the screen he will get stuck with no way of ending the level.

The player can't wait for a time over, because passing a signpost stops the timer. The only thing to do without debug in this situation is to reset the game.

Note: Prison capsules make the score tally appear automatically, so the level will always end.

Introduced in Rev.01
Fixed in Rev.02.

From time to time, the audio will stop working.

Partially fixed in later ports, but happens much more rarely.