|
@ -24,8 +24,9 @@ |
|
|
#include "mcuf/mcuf.h" |
|
|
#include "mcuf/mcuf.h" |
|
|
#include "menu/menu.h" |
|
|
#include "menu/menu.h" |
|
|
#include "pixel.h" |
|
|
#include "pixel.h" |
|
|
|
|
|
#ifdef JOYSTICK_SUPPORT |
|
|
# include "joystick/joystick.h" |
|
|
# include "joystick/joystick.h" |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
volatile unsigned char oldMode, oldOldmode, mode; |
|
|
volatile unsigned char oldMode, oldOldmode, mode; |
|
|
|
|
|
|
|
@ -212,7 +213,7 @@ void display_loop(){ |
|
|
case 43: |
|
|
case 43: |
|
|
menu(); |
|
|
menu(); |
|
|
mode = oldOldmode; |
|
|
mode = oldOldmode; |
|
|
#else |
|
|
|
|
|
case 42: |
|
|
case 42: |
|
|
if (JOYISFIRE) |
|
|
if (JOYISFIRE) |
|
|
mode = 43; |
|
|
mode = 43; |
|
|