mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +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 UINT8 gfxbank;
|
||||||
static UINT16 last_scanline;
|
static UINT16 last_scanline;
|
||||||
|
|
||||||
static timer_t scanline_timer;
|
static emu_timer *scanline_timer;
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user