mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
removed few not anymore used legacy macros (nw)
This commit is contained in:
parent
1bd4b13b25
commit
410d406237
@ -109,7 +109,6 @@
|
||||
|
||||
#define PALETTE_INIT_NAME(_Name) palette_init_##_Name
|
||||
#define DECLARE_PALETTE_INIT(_Name) void PALETTE_INIT_NAME(_Name)(palette_device &palette)
|
||||
#define PALETTE_INIT(_Name) void PALETTE_INIT_NAME(_Name)(palette_device &dummy, palette_device &palette) // legacy
|
||||
#define PALETTE_INIT_MEMBER(_Class, _Name) void _Class::PALETTE_INIT_NAME(_Name)(palette_device &palette)
|
||||
|
||||
// standard 3-3-2 formats
|
||||
|
@ -344,11 +344,6 @@ typedef device_type_iterator<&device_creator<screen_device>, screen_device> scre
|
||||
// SCREEN DEVICE CONFIGURATION MACROS
|
||||
//**************************************************************************
|
||||
|
||||
// legacy
|
||||
#define SCREEN_UPDATE_NAME(name) screen_update_##name
|
||||
#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)
|
||||
|
||||
#define MCFG_SCREEN_ADD(_tag, _type) \
|
||||
MCFG_DEVICE_ADD(_tag, SCREEN, 0) \
|
||||
MCFG_SCREEN_TYPE(_type)
|
||||
|
Loading…
Reference in New Issue
Block a user