commit 13342da976ae207b5cfe8ec6d11f810496526088 Author: Luca Ridarelli Date: Tue Jan 10 17:47:07 2017 +0100 First Commit for os9_conv Project diff --git a/os9_conv/.cproject b/os9_conv/.cproject new file mode 100644 index 0000000..243310d --- /dev/null +++ b/os9_conv/.cproject @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/os9_conv/.project b/os9_conv/.project new file mode 100644 index 0000000..b6f94a1 --- /dev/null +++ b/os9_conv/.project @@ -0,0 +1,27 @@ + + + os9_conv + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.eclipse.cdt.core.ccnature + + diff --git a/os9_conv/.settings/language.settings.xml b/os9_conv/.settings/language.settings.xml new file mode 100644 index 0000000..fd25273 --- /dev/null +++ b/os9_conv/.settings/language.settings.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/os9_conv/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/os9_conv/.settings/org.eclipse.cdt.managedbuilder.core.prefs new file mode 100644 index 0000000..d110eba --- /dev/null +++ b/os9_conv/.settings/org.eclipse.cdt.managedbuilder.core.prefs @@ -0,0 +1,33 @@ +eclipse.preferences.version=1 +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/CPATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/CPATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/CPLUS_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/CPLUS_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/C_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/C_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/append=true +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/appendContributed=true +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/CPATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/CPATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/C_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/C_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/append=true +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/appendContributed=true +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/CPATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/CPATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/C_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/C_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/append=true +environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/appendContributed=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/LIBRARY_PATH/delimiter=; +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/LIBRARY_PATH/operation=remove +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/append=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1269704257/appendContributed=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/LIBRARY_PATH/delimiter=; +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/LIBRARY_PATH/operation=remove +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/append=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1596506516/appendContributed=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/LIBRARY_PATH/delimiter=; +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/LIBRARY_PATH/operation=remove +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/append=true +environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.release.498209587/appendContributed=true diff --git a/os9_conv/Debug/os9_conv.exe b/os9_conv/Debug/os9_conv.exe new file mode 100644 index 0000000..edde0bc Binary files /dev/null and b/os9_conv/Debug/os9_conv.exe differ diff --git a/os9_conv/Debug/src/os9_conv.o b/os9_conv/Debug/src/os9_conv.o new file mode 100644 index 0000000..9cd5d92 Binary files /dev/null and b/os9_conv/Debug/src/os9_conv.o differ diff --git a/os9_conv/Release/os9_conv.exe b/os9_conv/Release/os9_conv.exe new file mode 100644 index 0000000..4b0af67 Binary files /dev/null and b/os9_conv/Release/os9_conv.exe differ diff --git a/os9_conv/Release/src/os9_conv.o b/os9_conv/Release/src/os9_conv.o new file mode 100644 index 0000000..4c9b68c Binary files /dev/null and b/os9_conv/Release/src/os9_conv.o differ diff --git a/os9_conv/src/.cproject b/os9_conv/src/.cproject new file mode 100644 index 0000000..ced2103 --- /dev/null +++ b/os9_conv/src/.cproject @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/os9_conv/src/.project b/os9_conv/src/.project new file mode 100644 index 0000000..72d6c5b --- /dev/null +++ b/os9_conv/src/.project @@ -0,0 +1,27 @@ + + + os9_conv + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/os9_conv/src/.settings/language.settings.xml b/os9_conv/src/.settings/language.settings.xml new file mode 100644 index 0000000..f5eff5f --- /dev/null +++ b/os9_conv/src/.settings/language.settings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/os9_conv/src/README.TXT b/os9_conv/src/README.TXT new file mode 100644 index 0000000..ec0cde3 --- /dev/null +++ b/os9_conv/src/README.TXT @@ -0,0 +1,81 @@ +ABOUT + +os9_conv is a small tool used to convert APPLE ][ OS9 Stellation Two "The Mill" DSK image disks (created using ADT tool) to +standard RBF OS9 DSK image disks, such as, for example, those used by the TRS-80 Color Computer, and back. + +The aim of this utility is to create an OS9 RBF floppy disk image compatible with the "toolshed" TRS-80 Color Computer utility. +The toolshed utility allows direct manupulation of OS9 RBF disk image content from MS-DOS, allowing to directly read,write OS9 files +etc. + +With the toolshed and os9_conv tools combination is now possible to transfer files back and forth to the Apple ][ Stellation Two +"The Mill" OS9 implementation. + + USE + +os9_conv syntax is: + + os9_conv