Fixed Tetris by eliminating some classes (#1890)

This commit is contained in:
Mark Thompson 2024-02-13 13:54:40 -06:00 committed by GitHub
parent 2f48fc2ef9
commit 1800939833
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 113 additions and 135 deletions

View file

@ -67,7 +67,7 @@ static bool but_DOWN;
static bool but_SELECT;
//
// AnalogIn Class -- DID NOT WORK BECAUSE INITIALIZER CODE WON'T EXECUTE -- hacked original code module instead
// AnalogIn Class -- DID NOT WORK DUE TO GLOBAL OBJECT INITIALIZER ISSUE WITH EXTERNAL APPS -- hacked original code module instead
//
// dp9 = joystick rotate button --> select button
// dp10 = joystick y --> up & down buttons