| Previous | 199869 Revisions | Next |
| r20763 Wednesday 6th February, 2013 at 07:31:19 UTC by Miodrag Milanović |
|---|
| removed not needed function type (no whatsnew) |
| [src/emu] | devlegcy.h |
| r20762 | r20763 | |
|---|---|---|
| 60 | 60 | #define DEVICE_RESET(name) void DEVICE_RESET_NAME(name)(device_t *device) |
| 61 | 61 | #define DEVICE_RESET_CALL(name) DEVICE_RESET_NAME(name)(device) |
| 62 | 62 | |
| 63 | //************************************************************************** | |
| 64 | // TYPE DEFINITIONS | |
| 65 | //************************************************************************** | |
| 66 | ||
| 67 | class device_t; | |
| 68 | ||
| 69 | typedef void (*device_start_func)(device_t *device); | |
| 70 | ||
| 71 | 63 | #endif /* __DEVLEGCY_H__ */ |
| Previous | 199869 Revisions | Next |