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:
Jean-François DEL NERO
2013-06-20 05:56:12 +00:00
parent 34f34598be
commit 5a307ebbe2
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -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
+2
View 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");