mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +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_CALL(name) DEVICE_RESET_NAME(name)(device)
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
||||
class device_t;
|
||||
|
||||
typedef void (*device_start_func)(device_t *device);
|
||||
|
||||
#endif /* __DEVLEGCY_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user