0
0
mirror of https://github.com/libretro/libretro-database synced 2025-02-24 03:05:08 +00:00

6 Commits

Author SHA1 Message Date
5cfb6cd3d7 Uppercase all CRC entries ()
```
find . -type f -name '*.dat' -exec sed -E -e 's@crc ([a-zA-Z0-9]+) @crc \U\1 @' -i {} \;
```
2023-06-12 01:41:10 -04:00
=
f69f62f6e9 huge update, most console systems complete. 2022-12-21 13:08:40 -05:00
2d1fa650eb Remove names of older metadat files
This replaces the "name" field of metadat DATs so that the outdated names don't get overwritten or duplicated.

Fixes 
2020-03-02 16:02:27 -05:00
44f0d8744d Add several missing metadata for various systems
This is the result of me and TaoPlyPly's work gathering metadata for
several key consoles based on no-intro datasets. We've also added the
"genre" flag for all those systems.

Systems that were updated:
 - Atari - 5200
 - Atari - 7800
 - Atari - Lynx
 - Bandai - WonderSwan Color
 - Bandai - WonderSwan
 - Casio - Loopy
 - Coleco - ColecoVision
 - Emerson - Arcadia 2001
 - Entex - Adventure Vision
 - Epoch - Super Cassette Vision
 - Fairchild - Channel F
 - GamePark - GP32
 - GCE - Vectrex
 - Magnavox - Odyssey2
 - Microsoft - MSX 2
 - Microsoft - MSX
 - NEC - PC Engine - TurboGrafx 16
 - Nintendo - Famicom Disk System
 - Nintendo - Nintendo 64DD
 - Nintendo - Satellaview
 - Nintendo - Sufami Turbo
 - Nintendo - Virtual Boy
 - RCA - Studio II
 - Sega - Game Gear
 - Sega - Master System - Mark III
 - Sega - SG-1000
 - SNK - Neo Geo Pocket Color
 - SNK - Neo Geo Pocket
 - Tiger - Game.com
 - VTech - CreatiVision
 - Watara - Supervision
2017-01-27 00:57:20 +01:00
db19733df3 Updates 2015-01-25 19:28:15 +01:00
45dc327680 Split up most tables into separate files 2015-01-22 22:10:39 +01:00