*.md: Mention CBMCart.

This commit is contained in:
David Korth 2022-01-16 14:19:13 -05:00
parent 82da7515c8
commit 8c22d10d3d
3 changed files with 9 additions and 3 deletions

View File

@ -33,6 +33,7 @@ or deleted.
* https://amiibo.life/ - Images of Nintendo amiibo products.
* https://rpdb.gerbilsoft.com/ - Title screen images for the following
systems:
* Commodore 64/128 (cartridges)
* Neo Geo Pocket (Color)
* Nintendo Game Boy
* Nintendo Game Boy Color
@ -46,6 +47,8 @@ or deleted.
The following information is used as the lookup key in order to retrieve
images from the online databases:
* Commodore 64/128 cartridges: CRC32 of up to 16 KB of ROM data, and
cartridge type.
* GameCube, Wii, Wii U: 6-character Game ID (e.g. `GALE01`) and region code.
* Game Boy, Game Boy Color: Game title (e.g. `POKEMON RED`), or game ID
(e.g. `BXTJ01`) if available. Region code and publisher ID are also used.

View File

@ -14,6 +14,8 @@
Godot 4.)
* ASTC: ASTC texture format. This is a minimal header format for textures
encoded using ASTC.
* CBMCart: Commodore ROM cartridges, using VICE 3.0's .CRT format. Supports
external title screen images for C64 and C128 cartridges.
* New parser features:
* Added ASTC decoding. All texture formats that support ASTC have been

View File

@ -89,14 +89,15 @@ button.
| System | Properties Tab | Metadata | Internal Images | External Images |
|:-------------------------:|:--------------:|:--------:|:---------------:|:---------------:|
| NES | Yes | No | N/A | No |
| Super NES | Yes | Yes | N/A | Title |
| Commodore 64/128 .CRT | Yes | Yes | N/A | Title |
| iQue Player ticket files | Yes | Yes | Icon, Banner | No |
| Microsoft Xbox (XBE) | Yes | Yes | Icon | No |
| Microsoft Xbox 360 (XEX) | Yes | Yes | Icon | No |
| Microsoft Xbox 360 (STFS) | Yes | Yes | Icon | No |
| Microsoft Xbox Game Discs | Yes | Yes | Icon | No |
| NES | Yes | No | N/A | No |
| Super NES | Yes | Yes | N/A | Title |
| Nintendo 64 | Yes | Yes | N/A | No |
| iQue Player ticket files | Yes | Yes | Icon, Banner | No |
| Nintendo GameCube Discs | Yes | Yes | Banner | Disc, Covers |
| Nintendo GameCube Banners | Yes | Yes | Banner | No |
| Nintendo GameCube Saves | Yes | Yes | Icon | N/A |