mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Change timer_t to emu_timer *
This commit is contained in:
parent
2376fc84ad
commit
924e6acf54
@ -42,7 +42,7 @@ static UINT16 yscroll;
|
||||
static UINT8 gfxbank;
|
||||
static UINT16 last_scanline;
|
||||
|
||||
static timer_t scanline_timer;
|
||||
static emu_timer *scanline_timer;
|
||||
|
||||
/*************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user