initial commit
[megadrive_tetris] / src / megadrive.c
1 #include "megadrive.h"
2
3 int current_piece = 0x270;
4 int frame_delay = 50;