Skip to content

Commit 969fbad

Browse files
committed
fix build: use new header file for hdd device
1 parent b92d69d commit 969fbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/bus/technics/hdae5000.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define MAME_BUS_HD_AE5000_H
88

99
#include "kn5000_extension.h"
10-
#include "bus/ata/idehd.h"
10+
#include "bus/ata/hdd.h"
1111
#include "machine/i8255.h"
1212

1313
class hdae5000_device : public device_t, public kn5000_extension_interface

0 commit comments

Comments
 (0)