bios: Add emux_sms bios.sms md5

This commit is contained in:
Rob Loach 2025-01-01 13:07:08 -05:00 committed by GitHub
parent 3f69980872
commit 4329a034b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ firmware_count = 1
firmware0_desc = "bios.sms (Master System BIOS)"
firmware0_path = "bios.sms"
firmware0_opt = "false"
notes = "(!) bios.sms (md5): missing"
notes = "(!) bios.sms (md5): 840481177270d5642a14ca71ee72844c"
description = "Emux is a cross-platform emulator project with a goal of emulating multiple kinds of machines related to gaming, such as consoles or arcades. Its philosophy is very much inspired by the Linux kernel (hence the name), which brilliantly manages to support multiple machines while keeping drivers entirely platform-independent. Emux is designed in the same way, keeping a code base of CPUs and controllers separate from machines. This emulator was never fully developed and remains here for historical purposes or in case someone wishes to contribute to its development."