mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/libusbhxcfe/trunk@368 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
10 lines
198 B
C
10 lines
198 B
C
#define SETINDEX_H0_OPCODE 0xC0
|
|
#define SETINDEX_H1_OPCODE 0x0C
|
|
|
|
#define NOP_H0_OPCODE 0x70
|
|
#define NOP_H1_OPCODE 0x07
|
|
|
|
#define SETBITRATE_H0_OPCODE 0xD0
|
|
#define SETBITRATE_H1_OPCODE 0x0D
|
|
|