Previous 199869 Revisions Next

r24669 Friday 2nd August, 2013 at 17:50:21 UTC by Oliver Stöneberg
removed some unused macros from src/emu/drivlgcy.h (nw)
[src/emu]drivlgcy.h

trunk/src/emu/drivlgcy.h
r24668r24669
6464#define MCFG_VIDEO_START(_func) \
6565   driver_device::static_set_callback(*owner, driver_device::CB_VIDEO_START, VIDEO_START_NAME(_func));
6666
67#define MCFG_VIDEO_RESET(_func) \
68   driver_device::static_set_callback(*owner, driver_device::CB_VIDEO_RESET, VIDEO_RESET_NAME(_func));
6967
70
71#define MACHINE_START_CALL(name)    MACHINE_START_NAME(name)(machine)
72
73#define MACHINE_RESET_CALL(name)    MACHINE_RESET_NAME(name)(machine)
74
7568#define PALETTE_INIT_CALL(name)     PALETTE_INIT_NAME(name)(machine)
7669
7770#define VIDEO_START_CALL(name)      VIDEO_START_NAME(name)(machine)
7871
79#define VIDEO_RESET_CALL(name)      VIDEO_RESET_NAME(name)(machine)
80
8172#endif  /* __DRIVLGCY_H__ */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team