diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/coco_multi.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/coco_multi.c')
-rw-r--r-- | src/mess/machine/coco_multi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/machine/coco_multi.c b/src/mess/machine/coco_multi.c index 4ea90d74c4d..452a25b49f9 100644 --- a/src/mess/machine/coco_multi.c +++ b/src/mess/machine/coco_multi.c @@ -57,10 +57,10 @@ #include "coco_pak.h" #include "coco_fdc.h" -#define SLOT1_TAG "slot1" -#define SLOT2_TAG "slot2" -#define SLOT3_TAG "slot3" -#define SLOT4_TAG "slot4" +#define SLOT1_TAG "slot1" +#define SLOT2_TAG "slot2" +#define SLOT3_TAG "slot3" +#define SLOT4_TAG "slot4" @@ -131,7 +131,7 @@ const device_type COCO_MULTIPAK = &device_creator<coco_multipak_device>; //------------------------------------------------- coco_multipak_device::coco_multipak_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, COCO_MULTIPAK, "CoCo Multi-Pak Interface", tag, owner, clock), + : device_t(mconfig, COCO_MULTIPAK, "CoCo Multi-Pak Interface", tag, owner, clock), device_cococart_interface( mconfig, *this ) { } |