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

trunk/src/emu/devlegcy.h
r20762r20763
6060#define DEVICE_RESET(name)          void DEVICE_RESET_NAME(name)(device_t *device)
6161#define DEVICE_RESET_CALL(name)     DEVICE_RESET_NAME(name)(device)
6262
63//**************************************************************************
64//  TYPE DEFINITIONS
65//**************************************************************************
66
67class device_t;
68
69typedef void (*device_start_func)(device_t *device);
70
7163#endif  /* __DEVLEGCY_H__ */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team