Template:Boxcodelite: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Test with the {{#tag}} magic word - https://www.mediawiki.org/wiki/Tag_%28parser_function%29 - https://webmasters.stackexchange.com/questions/68101/create-mediawiki-template-to-format-source-code)
m (Working partially, but the "=" characters from the config are breaking it, grrr)
Line 2: Line 2:


{{gameconfig|BLJM85001|
{{gameconfig|BLJM85001|
VERSION = 0xFFFFFFFF
VERSION # 0xFFFFFFFF
S3D.ENABLE = 2
S3D.ENABLE # 2
SDRAM_SIZE = 02800000
SDRAM_SIZE # 02800000
MIPS_CODE_BLOCK_SIZE = 8192
MIPS_CODE_BLOCK_SIZE # 8192
}}
}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 18:55, 22 August 2021

Please enter a title for this config
Config

Template:Gameconfig