diff options
| author | 2009-11-30 01:46:32 +0000 | |
|---|---|---|
| committer | 2009-11-30 01:46:32 +0000 | |
| commit | b5c3081f3efaf3b4aad986ae72342d4f83cfd12b (patch) | |
| tree | 70fff2ee5556328c3204643d2e85d52909fe76fd /src/emu/devintrf.h | |
| parent | 6967cdf013877eeca01152c1c418abb1d0d1b1eb (diff) | |
Cleanups and version bump.mame0135u2
Diffstat (limited to 'src/emu/devintrf.h')
| -rw-r--r-- | src/emu/devintrf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/devintrf.h b/src/emu/devintrf.h index 5e2e23cb5d5..76cb726f195 100644 --- a/src/emu/devintrf.h +++ b/src/emu/devintrf.h @@ -347,10 +347,10 @@ struct _device_list /* ----- device configuration ----- */ /* initialize a device list structure, optionally allocating a map for it */ -void device_list_init(device_list *devlist, int allocmap); +void device_list_init(device_list *devlist, int allocmap); /* free memory attached to a device list and clear out the structure */ -void device_list_deinit(device_list *devlist); +void device_list_deinit(device_list *devlist); /* add a new device to the end of a device list */ device_config *device_list_add(device_list *devlist, const device_config *owner, device_type type, const char *tag, UINT32 clock); |
