summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2021-05-09 20:56:43 -0400
committer arbee <rb6502@users.noreply.github.com>2021-05-09 20:56:43 -0400
commit41a77f06d06af07c1d232de21458d709de6e4ec0 (patch)
treeb0a826b41a207022e3cd19377c1fe65ca3c53ff0
parentf901b00bdf5c55051c4309ae90de94be509d69d8 (diff)
ch376: Fix missing file [R. Belmont]
-rw-r--r--src/devices/machine/ch376.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/machine/ch376.h b/src/devices/machine/ch376.h
index 85af7069099..d00586b1503 100644
--- a/src/devices/machine/ch376.h
+++ b/src/devices/machine/ch376.h
@@ -4,9 +4,9 @@
ch376.h
- "File manage and control chip CH376"
- This is a module intended to offload USB and USB mass storage
- I/O from a small microcontroller or microprocessor.
+ "File manage and control chip CH376"
+ This is a module intended to offload USB and USB mass storage
+ I/O from a small microcontroller or microprocessor.
***************************************************************************/
@@ -52,7 +52,8 @@ private:
STATE_READ_SIZE2,
STATE_WRITE_SIZE_REPLY,
STATE_READ_WRITE_DATA,
- STATE_GET_FILE_SIZE
+ STATE_GET_FILE_SIZE,
+ STATE_CHECK_EXIST
};
bool generateNextDirEntry();