mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
JV3 writer support added.
git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/HxCFloppyEmulator_software/trunk@812 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
This commit is contained in:
@@ -339,6 +339,14 @@ SOURCE=..\sources\gui\sdhxcfe_cfg.h
|
||||
|
||||
SOURCE=..\sources\soft_cfg_file.cxx
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sources\utils.cxx
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sources\utils.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ const char * plugid_lst[]=
|
||||
PLUGIN_AMSTRADCPC_DSK,
|
||||
PLUGIN_IMD_IMG,
|
||||
PLUGIN_TI994A_V9T9,
|
||||
PLUGIN_TRS80_JV3,
|
||||
PLUGIN_HXC_EXTHFE
|
||||
};
|
||||
|
||||
@@ -292,6 +293,7 @@ void save_file_image(Fl_Widget * w, void * fc_ptr)
|
||||
"CPC DSK file\t*.dsk\n"
|
||||
"IMD file\t*.imd\n"
|
||||
"TI99/4A V9T9 DSK file\t*.dsk\n"
|
||||
"TRS80 JV3 file\t*.jv3\n"
|
||||
"HFE file (Rev 2 - Experimental)\t*.hfe\n");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user