Template:Infobox iNES mapper: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (Tepples moved page User:Tepples/Infobox iNES mapper to Template:Infobox iNES mapper: koitsu approved) |
(apply Cat:In NesCartDB only if that is the case; hide each page size if capacity not given) |
||
Line 9: | Line 9: | ||
{{!}}- | {{!}}- | ||
{{!}} '''Games''' | {{!}} '''Games''' | ||
{{!}} [http://bootgod.dyndns.org:7777/search.php?ines_op=%3D%60%40%60&ines={{{mapper}}}&group=groupid&field=2&order=asc&rfa=1+2+11+3+9+20+41+53 {{{nescartdbgames}}} in NesCartDB] | {{!}} [http://bootgod.dyndns.org:7777/search.php?ines_op=%3D%60%40%60&ines={{{mapper}}}&group=groupid&field=2&order=asc&rfa=1+2+11+3+9+20+41+53 {{{nescartdbgames}}} in NesCartDB][[Category:In NesCartDB]]}} | ||
{{#if:{{{complexity|}}}| | {{#if:{{{complexity|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} '''Complexity''' | {{!}} '''Complexity''' | ||
{{!}} {{{complexity}}}[[Category:{{{complexity}}} mappers]] | {{!}} {{{complexity}}}[[Category:{{{complexity}}} mappers]]}} | ||
}} | |||
|- | |- | ||
| '''Boards''' | | '''Boards''' | ||
Line 21: | Line 20: | ||
| '''PRG ROM capacity''' | | '''PRG ROM capacity''' | ||
| {{{prgmax|''unknown''}}} | | {{{prgmax|''unknown''}}} | ||
|- | {{#if:{{{chrmax|}}}| | ||
{{!}}- | |||
{{!}} '''PRG ROM window''' | |||
{{!}} {{{prgpage|''unknown''}}}}} | |||
|- | |- | ||
| '''PRG RAM capacity''' | | '''PRG RAM capacity''' | ||
| {{{wrammax|None}}} | | {{{wrammax|None}}} | ||
|- | {{#if:{{{wrammax|}}}|{{#ifeq:{{{wrammax}}}|Impossible|| | ||
{{!}}- | |||
{{!}} '''PRG RAM window''' | |||
{{!}} {{{wrampage|''unknown''}}}}}}} | |||
|- | |- | ||
| '''CHR capacity''' | | '''CHR capacity''' | ||
| {{{chrmax|8K}}} | | {{{chrmax|8K}}} | ||
|- | {{#if:{{{chrmax|}}}| | ||
{{!}}- | |||
{{!}} '''CHR window''' | |||
{{!}} {{{chrpage|8K}}}}} | |||
|- | |- | ||
| '''Nametable [[mirroring]]''' | | '''Nametable [[mirroring]]''' |
Revision as of 22:32, 21 April 2015
MMC1
SxROM
SxROM
Company | unknown
|
Boards | unknown |
PRG ROM capacity | unknown |
PRG RAM capacity | None |
CHR capacity | 8K |
Nametable mirroring | Fixed H or V, controlled by solder pads |
Bus conflicts | unknown |
IRQ | No |
Audio | No |
iNES mappers | [[iNES Mapper {{{mapper}}}|{{{mapper}}}]] |
There are edit wars going on in Category talk:In NesCartDB and Current state of NESDev Main Page and Wiki. Koitsu and I agree that we need some organization. As Timon the meerkat put it: "It starts."
[edit] [ ] Template documentation
Copy and paste this at the top of a mapper page:
{{Infobox iNES mapper |name=MMC1 |name2=SxROM |company=Nintendo, others |mapper=1 |othermappers=[[iNES Mapper 155|155]] |nescartdbgames=69 |complexity=ASIC |boards=SKROM, SLROM,<br/>SNROM, others |prgmax=512K |prgpage=16K + 16K fixed or 32K |wrammax=32K |wrampage=8K |chrmax=128K |chrpage=4K + 4K or 8K |mirroring=H, V, or 1, switchable |busconflicts=No |irq=No |audio=No }}
Categories:
- If you provide
nescartdbgames
, it automatically inserts Category:In NesCartDB and a link to a list of games on NesCartDB using the mapper provided inmapper
(without regional duplicates). The argument need not be a number; it can be a string such as "Few" or "Many". complexity
needs to beDiscrete logic
(for Category:Discrete logic mappers) orASIC
(for Category:ASIC mappers).- Page sizes are hidden if the corresponding max size is not specified or if
wrampage=Impossible
(which is used for mappers with ports in $6000-$7FFF).
To do:
- Do string processing on
busconflicts
,irq
, andaudio
to trigger adding to categories such as Category:Mappers with bus conflicts.
The above documentation is transcluded from Template:Infobox iNES mapper/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (edit) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |