diff options
Diffstat (limited to 'src/devices/machine/rstbuf.cpp')
-rw-r--r-- | src/devices/machine/rstbuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rstbuf.cpp b/src/devices/machine/rstbuf.cpp index 42a241bd308..ad6324a184e 100644 --- a/src/devices/machine/rstbuf.cpp +++ b/src/devices/machine/rstbuf.cpp @@ -56,7 +56,7 @@ **********************************************************************/ #include "emu.h" -#include "machine/rstbuf.h" +#include "rstbuf.h" // device type definition DEFINE_DEVICE_TYPE(RST_POS_BUFFER, rst_pos_buffer_device, "rst_pos_buffer", "RST Interrupt Buffer (positive modification)") |