mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
flower.h small cleanup (nw)
This commit is contained in:
parent
f97085d06e
commit
c4fc732cdd
@ -11,14 +11,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
|
||||||
// INTERFACE CONFIGURATION MACROS
|
|
||||||
//**************************************************************************
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// TYPE DEFINITIONS
|
// TYPE DEFINITIONS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
@ -97,10 +89,4 @@ private:
|
|||||||
DECLARE_DEVICE_TYPE(FLOWER_CUSTOM, flower_sound_device)
|
DECLARE_DEVICE_TYPE(FLOWER_CUSTOM, flower_sound_device)
|
||||||
|
|
||||||
|
|
||||||
|
#endif // MAME_AUDIO_FLOWER_H
|
||||||
//**************************************************************************
|
|
||||||
// GLOBAL VARIABLES
|
|
||||||
//**************************************************************************
|
|
||||||
|
|
||||||
|
|
||||||
#endif // MAME_MACHINE_FLOWER_H
|
|
||||||
|
@ -214,7 +214,6 @@ void flower_state::draw_legacy_text(bitmap_ind16 &bitmap,const rectangle &clipre
|
|||||||
|
|
||||||
gfx_0->transpen(bitmap,cliprect,tile,attr >> 2,0,0,x*8+256+16,y*8,3);
|
gfx_0->transpen(bitmap,cliprect,tile,attr >> 2,0,0,x*8+256+16,y*8,3);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user