Skip to content

Commit

Permalink
fix build: use new header file for hdd device
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Dec 26, 2023
1 parent b92d69d commit 969fbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/bus/technics/hdae5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define MAME_BUS_HD_AE5000_H

#include "kn5000_extension.h"
#include "bus/ata/idehd.h"
#include "bus/ata/hdd.h"
#include "machine/i8255.h"

class hdae5000_device : public device_t, public kn5000_extension_interface
Expand Down

0 comments on commit 969fbad

Please sign in to comment.