mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
Forgot to disable a popmessage...
This commit is contained in:
parent
7bccda6530
commit
ba1be382fb
@ -256,6 +256,6 @@ VIDEO_UPDATE( tryout )
|
||||
draw_sprites(screen->machine, bitmap,cliprect);
|
||||
}
|
||||
|
||||
popmessage("%02x %02x %02x %02x",tryout_gfx_control[0],tryout_gfx_control[1],tryout_gfx_control[2],scrollx);
|
||||
// popmessage("%02x %02x %02x %02x",tryout_gfx_control[0],tryout_gfx_control[1],tryout_gfx_control[2],scrollx);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user