diff options
Diffstat (limited to 'src/mame/machine/vsnes.cpp')
-rw-r--r-- | src/mame/machine/vsnes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/vsnes.cpp b/src/mame/machine/vsnes.cpp index a406ef4b3b2..b3d9b7d1269 100644 --- a/src/mame/machine/vsnes.cpp +++ b/src/mame/machine/vsnes.cpp @@ -549,7 +549,7 @@ void vsnes_state::init_vsdual() //********************************************************************************** // Vs. Super Mario Bros (Bootleg) -void vsnes_state::vsnes_bootleg_scanline(int scanline, int vblank, int blanked) +void vsnes_state::vsnes_bootleg_scanline(int scanline, bool vblank, bool blanked) { // Z80 IRQ is controlled by two factors: // - bit 6 of current (next) scanline number |