diff options
| author | 2012-09-17 06:49:13 +0000 | |
|---|---|---|
| committer | 2012-09-17 06:49:13 +0000 | |
| commit | e25c13f2532730ebf50d0cffa0147393fd8e0228 (patch) | |
| tree | a6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mess/machine/upd765.h | |
| parent | f97e8f00818bd8d898facc206ed33ab72cf10a75 (diff) | |
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mess/machine/upd765.h')
| -rw-r--r-- | src/mess/machine/upd765.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/upd765.h b/src/mess/machine/upd765.h index 23ce05cf78f..291dda6868a 100644 --- a/src/mess/machine/upd765.h +++ b/src/mess/machine/upd765.h @@ -78,7 +78,7 @@ extern const device_type UPD72065; ***************************************************************************/ /* RDY pin connected state */ -enum UPD765_RDY_PIN +enum UPD765_RDY_PIN { UPD765_RDY_PIN_NOT_CONNECTED = 0, UPD765_RDY_PIN_CONNECTED = 1 @@ -91,7 +91,7 @@ typedef device_t *(*upd765_get_image_func)(device_t *device, int floppy_index); #define UPD765_GET_IMAGE(name) device_t *name(device_t *device, int floppy_index ) -struct upd765_interface +struct upd765_interface { /* interrupt issued */ devcb_write_line out_int_func; |
