1--- src/interrupt.c.orig 2005-12-11 11:18:27 UTC 2+++ src/interrupt.c 3@@ -28,6 +28,9 @@ 4 5 #define DELAY_CYCLE 24 6 7+GBTIMER *gbtimer; 8+GBLCDC *gblcdc; 9+ 10 static const Uint16 lcd_cycle_tab[2][5]={{204,456,80,172,80}, /* GB */ 11 {204*2,456*2,80*2,172*2,80*2}}; /* CGB */ 12 13 14