diff options
Diffstat (limited to 'src/emu/video/v9938.h')
-rw-r--r-- | src/emu/video/v9938.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/v9938.h b/src/emu/video/v9938.h index f7496ccdce6..f14072c85e0 100644 --- a/src/emu/video/v9938.h +++ b/src/emu/video/v9938.h @@ -14,9 +14,9 @@ #define RENDER_LOW (1) #define RENDER_AUTO (2) -void v9938_init (running_machine *machine, int which, screen_device &screen, bitmap_t *bitmap, int model, int vram_size, void (*callback)(running_machine *, int) ); +void v9938_init (running_machine &machine, int which, screen_device &screen, bitmap_t *bitmap, int model, int vram_size, void (*callback)(running_machine &, int) ); void v9938_reset (int which); -int v9938_interrupt (running_machine *machine, int which); +int v9938_interrupt (running_machine &machine, int which); void v9938_set_sprite_limit (int which, int); void v9938_set_resolution (int which, int); int v9938_get_transpen(int which); |