mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
Small note addition
This commit is contained in:
parent
4d9716f7d2
commit
a9e1a73a64
@ -71,5 +71,6 @@ WRITE8_HANDLER( beezer_map_w )
|
||||
READ8_HANDLER( beezer_line_r )
|
||||
{
|
||||
return space->machine().primary_screen->vpos();
|
||||
// Note: was (state->m_scanline & 0xfe) << 1;, with scanline % 128
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user