LCD-Game-Shrinker
LCD-Game-Shrinker copied to clipboard
shrink_it.py doesn't work with new hh_sm510.cpp versions
Hi,
Is not enough updating shrinkit.py variable url_tested:
with:
https://raw.githubusercontent.com/mamedev/mame/master/src/mame/handheld/hh_sm510.cpp
New .cpp file versions define all handheld games as SYST (not as CONS).
As a troubleshooting, I copied SYST definitions for the new handheld games from new .cpp file and I changed SYST by CONS.
Thanks and Best regards, Shark
Hi, Thank you for the troubleshouting! I will update the parser to support the latest handheld games described in MAME driver. bzhxx