DirtBagXon / hypseus-singe

Hypseus is a SDL2 version of Daphne and Singe. Laserdisc game emulation.
https://discord.gg/dgCsCfmRfJ
GNU General Public License v3.0
143 stars 19 forks source link

Allow for longer input codes #15

Closed mrfixit2001 closed 3 years ago

mrfixit2001 commented 3 years ago

Some devices have 3 digit input codes which won't work due to the hundred being the device index. Inspect the value length to determine if it's 4 characters long to identify if we need to divide by 100 or 1000. Should be backwards compatible.