summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-02 00:05:32 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-02 00:05:32 -0400
commit20f49a2f4e99225a49d0db97704183c16ce48814 (patch)
tree189889683e67ad770a966ba7c14c28db4c8da116 /src/devices/bus/scsi
parentbafe9c47ab7138f2d2d566578ab4f7801fe0e483 (diff)
Rename machine/latch.* to machine/output_latch.* (nw)
- Use device_resolve_objects to resolve callbacks in output_latch_device (nw) Note that this renaming is not just for human convenience; genie seems to get confused by modifications to a header called latch.h and decides to recompile everything involving gen_latch.h as well.
Diffstat (limited to 'src/devices/bus/scsi')
-rw-r--r--src/devices/bus/scsi/scsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scsi/scsi.h b/src/devices/bus/scsi/scsi.h
index a70ce111c8d..5ed0f8ab019 100644
--- a/src/devices/bus/scsi/scsi.h
+++ b/src/devices/bus/scsi/scsi.h
@@ -7,7 +7,7 @@
#pragma once
#include "machine/buffer.h"
-#include "machine/latch.h"
+#include "machine/output_latch.h"
#define SCSI_PORT_DEVICE1 "1"
#define SCSI_PORT_DEVICE2 "2"