mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
86a158fcf9f2a9a1cee75aaf55362ba7eec2b361
------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -----------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-2023 Jean-François DEL NERO / HxC2001 Email : hxc2001(at)hxc2001.com Website : https://hxc2001.com http://hxc2001.free.fr/floppy_drive_emulator Forum : https://torlus.com/floppy/forum Facebook : https://www.facebook.com/groups/hxc2001/ Twitter : https://twitter.com/jfdelnero ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- .\libhxcfe\ The main HxC Floppy Emulator library (Windows, Linux, macOS) ------------------------------------------------------------------------------- .\HxCFloppyEmulator_cmdline\ HxC Floppy Emulator command line software (Windows, Linux, macOS) ------------------------------------------------------------------------------- .\HxCFloppyEmulator_software\ HxC Floppy Emulator GUI software (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 TARGET=Darwin ./maccreatebundle
Languages
C
83.3%
C++
3.9%
Shell
3%
Makefile
2.6%
HTML
2.6%
Other
4.4%