mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
remove comment, false positive in driver_data search
This commit is contained in:
parent
40dc83ddef
commit
4326b0949b
@ -1669,8 +1669,6 @@ void saturn_state::stv_vdp1_draw_scaled_sprite(const rectangle &cliprect)
|
||||
|
||||
void saturn_state::stv_vdp1_draw_normal_sprite(const rectangle &cliprect, int sprite_type)
|
||||
{
|
||||
//UINT16 *destline;
|
||||
//saturn_state *state = machine.driver_data<saturn_state>();
|
||||
int y, ysize, drawypos;
|
||||
int x, xsize, drawxpos;
|
||||
int direction;
|
||||
|
Loading…
Reference in New Issue
Block a user