diff options
Diffstat (limited to 'src/emu/machine/idectrl.h')
-rw-r--r-- | src/emu/machine/idectrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/idectrl.h b/src/emu/machine/idectrl.h index f9515ecc4e1..b67a5875f66 100644 --- a/src/emu/machine/idectrl.h +++ b/src/emu/machine/idectrl.h @@ -24,7 +24,7 @@ typedef struct _ide_config ide_config; struct _ide_config { - void (*interrupt)(const device_config *device, int state); + void (*interrupt)(const device_config *device, int state); const char *master; /* name of master region (defaults to device tag) */ const char *slave; /* name of slave region (defaults to NULL) */ const char *bmcpu; /* name of bus master CPU */ |