diff options
Diffstat (limited to 'src/devices/bus/sunmouse/hlemouse.h')
-rw-r--r-- | src/devices/bus/sunmouse/hlemouse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/sunmouse/hlemouse.h b/src/devices/bus/sunmouse/hlemouse.h index b025dd28d97..270aa0d408a 100644 --- a/src/devices/bus/sunmouse/hlemouse.h +++ b/src/devices/bus/sunmouse/hlemouse.h @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Vas Crabb -#ifndef MAME_DEVICES_SUNMOUSE_HLEMOUSE_H -#define MAME_DEVICES_SUNMOUSE_HLEMOUSE_H +#ifndef MAME_BUS_SUNMOUSE_HLEMOUSE_H +#define MAME_BUS_SUNMOUSE_HLEMOUSE_H #pragma once @@ -79,4 +79,4 @@ public: DECLARE_DEVICE_TYPE_NS(SUN_1200BAUD_HLE_MOUSE, bus::sunmouse, hle_1200baud_device) DECLARE_DEVICE_TYPE_NS(SUN_4800BAUD_HLE_MOUSE, bus::sunmouse, hle_4800baud_device) -#endif // MAME_DEVICES_SUNMOUSE_HLEMOUSE_H +#endif // MAME_BUS_SUNMOUSE_HLEMOUSE_H |