You can fix any Zune game to support first generation zunes!!! Just open the the game, and follow these instructions.
do a find and replace on the following, and make sure you change the search to Solution. Find and replace is found in the Edit menu (I think) or the one next to it, and you want to click replace.
find:
Buttons.LeftThumbstickRight
replace with:
Buttons.DPadRight
find:
Buttons.LeftThumbstickLeft
replace with:
Buttons.DPadLeft
find:
Buttons.LeftThumbstickUp
replace with:
Buttons.DPadUp
find:
Buttons.LeftThumbstickDown
replace with:
Buttons.DPadDown
(you could also add OR's to the thumbstick if's in order to make the code zune30 & zune80 compat at same time)
save the file, deploy, and enjoy




