-
Notifications
You must be signed in to change notification settings - Fork 16
/
readme.txt
101 lines (72 loc) · 3.09 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-----------H----H--X----X-----CCCCC----22222----0000-----0000------11----------
----------H----H----X-X-----C--------------2---0----0---0----0--1--1-----------
---------HHHHHH-----X------C----------22222---0----0---0----0-----1------------
--------H----H----X--X----C----------2-------0----0---0----0-----1-------------
-------H----H---X-----X---CCCCC-----222222----0000-----0000----1111------------
-------------------------------------------------------------------------------
-------------------------------------------------------- https://hxc2001.com --
-------------------------------------------------------------------------------
HxC Floppy Emulator project
Generic/universal floppy disk drive emulators
Copyright (C) 2006-2024 Jean-François DEL NERO / HxC2001
Email : hxc2001(at)hxc2001.com
Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum
Facebook : https://www.facebook.com/groups/hxc2001/
Twitter : https://twitter.com/jfdelnero
-------------------------------------------------------------------------------
This software is the HxC Floppy Emulators hardwares and firmwares companion.
Features :
- Import and convert many floppy image file formats.
- Import, analyze and convert floppy stream files images.
- Create/Browse DOS and AmigaDOS floppy images.
- Create floppy disk images with custom sector layout.
- Low level track and disk inspection.
- Floppy disk read function.
And many more !
-------------------------------------------------------------------------------
.\HxCFloppyEmulator_software\
HxC Floppy Emulator GUI software
(Windows, Linux, macOS)
-------------------------------------------------------------------------------
.\HxCFloppyEmulator_cmdline\
HxC Floppy Emulator command line software
(Windows, Linux, macOS)
-------------------------------------------------------------------------------
.\libhxcfe\
The main HxC Floppy Emulator library
(Windows, Linux, macOS)
-------------------------------------------------------------------------------
.\libusbhxcfe\
2006 USB HxC Floppy Emulator driver/library.
(Windows, Linux, macOS)
-------------------------------------------------------------------------------
.\libhxcadaptor\
System calls helper/wrapper library.
(Windows, Linux, macOS)
-------------------------------------------------------------------------------
.\build\
Build folder.
-------------------------------------------------------------------------------
How to build it ?
-----------------
Linux target :
-----------------
(Linux build environment)
cd build
make
Windows target :
-----------------
(Linux or WSL2 + mingw32 build environment)
cd build
make TARGET=mingw32 # 32 bits build
make TARGET=mingw64 # 64 bits build
macOS target :
-----------------
(macOS + Xcode build environment)
cd build
make
./maccreatebundle