1
0
mirror of https://github.com/libretro/libretro-database synced 2024-11-23 14:26:39 +00:00
libretro-database/dat/MicroW8.dat
Rob Loach 5cfb6cd3d7
Uppercase all CRC entries (#1372)
```
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

23 lines
524 B
Plaintext

clrmamepro (
name "MicroW8"
description "MicroW8"
version "2023.4.13"
homepage "https://github.com/libretro/libretro-database/tree/master/dat/MicroW8.dat"
)
game (
name "Platformer"
description "Platformer"
developer "kivutar"
homepage "https://github.com/kivutar/uw8-platformer"
rom ( name "Platformer.uw8" size 6618 crc 5E131F11 )
)
game (
name "Skip Ahead"
description "Skip Ahead"
developer "exoticorn"
homepage "https://github.com/exoticorn/microw8"
rom ( name "skipahead.uw8" size 249 crc FA02366E )
)