mojozork: Add the Infocom - Z-Machine database

This commit is contained in:
Rob Loach 2022-12-22 18:38:44 -05:00
parent e0dc1de103
commit 04dc883e9a
No known key found for this signature in database
GPG key ID: 627C60834A74A21A
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,9 @@ savestate = "true"
savestate_features = "serialized"
cheats = "false"
hw_render = "false"
database = "Infocom - Z-Machine"
# BIOS / Firmware
notes = "MojoZork plays Infocom Z-Machine games up to version 3, which is most, but not all, of Infocom's catalog."
description = "A Z-Machine emulator for playing text-based interactive fiction."

View file

@ -287,6 +287,7 @@ build_libretro_databases() {
build_libretro_database "GamePark - GP32" "rom.crc"
build_libretro_database "GCE - Vectrex" "rom.crc"
build_libretro_database "Hartung - Game Master" "rom.crc"
build_libretro_database "Infocom - Z-Machine" "rom.crc"
build_libretro_database "LeapFrog - Leapster Learning Game System" "rom.crc"
build_libretro_database "Magnavox - Odyssey2" "rom.crc"
build_libretro_database "Microsoft - MSX" "rom.crc"