diff options
Diffstat (limited to 'src/devices/bus/coco/meb_intrf.h')
-rw-r--r-- | src/devices/bus/coco/meb_intrf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/coco/meb_intrf.h b/src/devices/bus/coco/meb_intrf.h index 859ea6366b2..d9919cb1e51 100644 --- a/src/devices/bus/coco/meb_intrf.h +++ b/src/devices/bus/coco/meb_intrf.h @@ -2,14 +2,14 @@ // copyright-holders:tim lindner /********************************************************************* - intrf.h + meb_intrf.h CRC / Disto Mini Expansion Bus management *********************************************************************/ -#ifndef MAME_BUS_COCO_DISTOMEB_H -#define MAME_BUS_COCO_DISTOMEB_H +#ifndef MAME_BUS_COCO_MEB_INTRF_H +#define MAME_BUS_COCO_MEB_INTRF_H #pragma once @@ -87,4 +87,4 @@ private: void disto_meb_add_basic_devices(device_slot_interface &device); -#endif // MAME_BUS_COCO_DISTOMEB_H +#endif // MAME_BUS_COCO_MEB_INTRF_H |