mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
removed not needed function type (no whatsnew)
This commit is contained in:
parent
59326782b3
commit
80c0b4283f
@ -60,12 +60,4 @@
|
|||||||
#define DEVICE_RESET(name) void DEVICE_RESET_NAME(name)(device_t *device)
|
#define DEVICE_RESET(name) void DEVICE_RESET_NAME(name)(device_t *device)
|
||||||
#define DEVICE_RESET_CALL(name) DEVICE_RESET_NAME(name)(device)
|
#define DEVICE_RESET_CALL(name) DEVICE_RESET_NAME(name)(device)
|
||||||
|
|
||||||
//**************************************************************************
|
|
||||||
// TYPE DEFINITIONS
|
|
||||||
//**************************************************************************
|
|
||||||
|
|
||||||
class device_t;
|
|
||||||
|
|
||||||
typedef void (*device_start_func)(device_t *device);
|
|
||||||
|
|
||||||
#endif /* __DEVLEGCY_H__ */
|
#endif /* __DEVLEGCY_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user