mirror of
https://github.com/holub/mame
synced 2025-06-10 23:02:38 +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)
|
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 y, ysize, drawypos;
|
||||||
int x, xsize, drawxpos;
|
int x, xsize, drawxpos;
|
||||||
int direction;
|
int direction;
|
||||||
|
Loading…
Reference in New Issue
Block a user