mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
NEWS.md, NETWORK.md, README.md: Mention Sega Mega Drive title screens.
This commit is contained in:
parent
4f73f71876
commit
dbac3f5434
@ -37,6 +37,7 @@ or deleted.
|
||||
* Nintendo Game Boy
|
||||
* Nintendo Game Boy Color
|
||||
* Nintendo Game Boy Advance
|
||||
* Sega Mega Drive / Genesis, Sega CD, 32X, Pico
|
||||
* Super NES
|
||||
* WonderSwan (Color)
|
||||
|
||||
|
9
NEWS.md
9
NEWS.md
@ -41,7 +41,14 @@
|
||||
* GameCom: Added support for RLE-compressed icons. "Game.com Internet"
|
||||
and "Tiger Web Link" are the only two titles known to use them.
|
||||
* Fixes #278, reported by @simontime.
|
||||
* MegaDrive: Handle the 'W' region code as used by EverDrive OS ROMs.
|
||||
* MegaDrive:
|
||||
* Handle the 'W' region code as used by EverDrive OS ROMs.
|
||||
* Significantly improved Sega Pico detection, including handling
|
||||
non-standard system names and region codes.
|
||||
* Detect the "old" header format with 32-character titles.
|
||||
* Support for external title screens has been added using RPDB.
|
||||
* Added metadata properties. Currently supports publisher and title.
|
||||
Domestic title is used if available; otherwise, export title is used.
|
||||
* Amiibo: Split the database out of the C++ code and into a database file.
|
||||
* Xbox360_STFS: Add two more file extensions for some Bethesda games:
|
||||
* Fallout: `.fxs`
|
||||
|
@ -109,7 +109,7 @@ button.
|
||||
| Nintendo Wii Saves | Yes | No | Yes | N/A |
|
||||
| Nintendo Wii U | Yes | No | No | Disc, Covers |
|
||||
| Sega 8-bit (SMS, GG) | Yes | Yes | N/A | No |
|
||||
| Sega Mega Drive | Yes | No | N/A | No |
|
||||
| Sega Mega Drive | Yes | Yes | N/A | Title |
|
||||
| Sega Dreamcast | Yes | Yes | Media | No |
|
||||
| Sega Dreamcast Saves | Yes | Yes | Icon, Banner | No |
|
||||
| Sega Saturn | Yes | Yes | N/A | No |
|
||||
@ -119,6 +119,7 @@ button.
|
||||
| Sony PlayStation 2 Discs | Yes | Yes | N/A | No |
|
||||
|
||||
\* Internal images are only present in Wii DLC WADs.
|
||||
\* Sega Mega Drive includes Sega CD, 32X, and Pico.
|
||||
|
||||
### Handhelds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user