| Previous | 199869 Revisions | Next |
| r24769 Tuesday 6th August, 2013 at 07:49:02 UTC by Oliver Stöneberg |
|---|
| removed unused legacy macro PALETTE_INIT_CALL (nw) |
| [src/emu] | drivlgcy.h |
| r24768 | r24769 | |
|---|---|---|
| 65 | 65 | driver_device::static_set_callback(*owner, driver_device::CB_VIDEO_START, VIDEO_START_NAME(_func)); |
| 66 | 66 | |
| 67 | 67 | |
| 68 | #define PALETTE_INIT_CALL(name) PALETTE_INIT_NAME(name)(machine) | |
| 69 | ||
| 70 | 68 | #define VIDEO_START_CALL(name) VIDEO_START_NAME(name)(machine) |
| 71 | 69 | |
| 72 | 70 | #endif /* __DRIVLGCY_H__ */ |
| Previous | 199869 Revisions | Next |