mirror of
https://github.com/holub/mame
synced 2025-05-16 10:52:43 +03:00
Removed misleading pitch disable hack, I prefer a wrongly putted green pitch than pitch black ...
This commit is contained in:
parent
629af025f1
commit
bd79086747
@ -1885,8 +1885,8 @@ static void get_line_ram_info(running_machine &machine, tilemap_t *tmap, int sx,
|
||||
Until this is understood we disable those lines (which would usually wrap and show the grass
|
||||
area.
|
||||
*/
|
||||
if (colscroll&0x200)
|
||||
pri|=0x0800;
|
||||
//if (colscroll&0x200)
|
||||
// pri|=0x0800;
|
||||
|
||||
/* Evaluate clipping */
|
||||
if (pri&0x0800)
|
||||
|
Loading…
Reference in New Issue
Block a user