Change timer_t to emu_timer *

This commit is contained in:
Couriersud 2008-09-24 21:25:09 +00:00
parent 2376fc84ad
commit 924e6acf54

View File

@ -42,7 +42,7 @@ static UINT16 yscroll;
static UINT8 gfxbank;
static UINT16 last_scanline;
static timer_t scanline_timer;
static emu_timer *scanline_timer;
/*************************************
*