True Paint I
From Just Solve the File Format Problem
(Difference between revisions)
(Added format for True Paint I) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
+ | |subcat2=Commodore graphics formats | ||
|extensions={{ext|mci}} {{ext|mcp}} | |extensions={{ext|mci}} {{ext|mcp}} | ||
}} | }} | ||
+ | :''For another "TruePaint" format, see [[Prism Paint]].'' | ||
+ | |||
'''True Paint I''' is a graphics program for the Commodore 64. It was created by Fatum Pijakz and Robert 'GrABBA' Grabowski. | '''True Paint I''' is a graphics program for the Commodore 64. It was created by Fatum Pijakz and Robert 'GrABBA' Grabowski. | ||
Line 23: | Line 26: | ||
== Software == | == Software == | ||
− | * [[RECOIL]] | + | * [[RECOIL]] (Unpacked .mci only) |
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|image/truePaint}} |
== Links == | == Links == | ||
* [https://csdb.dk/release/?id=31593 True Paint I] | * [https://csdb.dk/release/?id=31593 True Paint I] |
Latest revision as of 04:06, 28 December 2023
- For another "TruePaint" format, see Prism Paint.
True Paint I is a graphics program for the Commodore 64. It was created by Fatum Pijakz and Robert 'GrABBA' Grabowski.
Contents |
[edit] Identification
.mci
files are exactly 19434 bytes long.
There also exists 'packed' versions of .mci
files which share the same extension. Some websites assign an arbitrary extension of .mcp
to the packed versions.
[edit] Format
$0000 - $03E8: Screen-RAM 1 $03E8 : Background color $0400 - $2340: Bitmap 1 $2400 - $4340: Bitmap 2 $4400 - $47E8: Screen-RAM 2 $4800 - $4BE8: Color-RAM
[edit] Software
- RECOIL (Unpacked .mci only)