mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ch376: Fix missing file [R. Belmont]
This commit is contained in:
parent
f901b00bdf
commit
41a77f06d0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user