mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 09:22:00 +00:00
mojozork: Add the Infocom - Z-Machine database
This commit is contained in:
parent
e0dc1de103
commit
04dc883e9a
3
dist/info/mojozork_libretro.info
vendored
3
dist/info/mojozork_libretro.info
vendored
@ -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."
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user