mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
no need for these anymore (nw)
This commit is contained in:
parent
2726675591
commit
80d8d36291
@ -335,10 +335,6 @@ typedef device_type_iterator<&device_creator<screen_device>, screen_device> scre
|
||||
#define SCREEN_UPDATE_IND16(name) UINT32 SCREEN_UPDATE_NAME(name)(device_t *, screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
#define SCREEN_UPDATE_RGB32(name) UINT32 SCREEN_UPDATE_NAME(name)(device_t *, screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||
|
||||
// legacy
|
||||
#define SCREEN_VBLANK_NAME(name) screen_vblank_##name
|
||||
#define SCREEN_VBLANK(name) void SCREEN_VBLANK_NAME(name)(device_t *, screen_device &screen, bool vblank_on)
|
||||
|
||||
#define MCFG_SCREEN_ADD(_tag, _type) \
|
||||
MCFG_DEVICE_ADD(_tag, SCREEN, 0) \
|
||||
MCFG_SCREEN_TYPE(_type)
|
||||
|
Loading…
Reference in New Issue
Block a user