
(Alternative%20Software).png)
Sudo cp ~/pathto/model4.rom ~/sdltrs_1_1_0/src/linux/romimage.m4 #(Original Filename was model4.rom) Sudo cp ~/pathto/model3.rom ~/sdltrs_1_1_0/src/linux/romimage.m3 #(Original Filename was model3.rom) Sudo cp ~/pathto/level2.rom ~/sdltrs_1_1_0/src/linux/level2rom.hex #(Original Filename was level2.rom) Copy Model I, Model III, Model 4, and Model 4P ROM image files to ~/sdltrs_1_1_0/src/linux/Ĭode: Select all cd ~/sdktrs_1_1_0/src/linux Model 4 files will be disk4-0, disk4-1, disk4-2, disk4-3Īnd real hardware drives can be used via Symbolic linking.Ģ. Model 3 files will be disk3-0, disk3-1, disk3-2, disk3-3 Model 1 files will be disk1-0, disk1-1, disk1-2, disk1-3 Remove any previous Symbolic linked files (if any):Ĭode: Select all cd ~/sdltrs_1_1_0/src/linux
SDLTRS .DSK ROMS INSTALL
Compile & Install (no configure file exists, and no errors from compile assumed.mine worked fine):ġ. Use Synaptics to install the following Library Files needed for the Compile:Ģ. It also removes the Bin file from the source subdirectory.ġ. 'make clean' won't remove anything on the first compile, but will clean up on a successive compile.
(Vortex%20Software).png)
TYPICAL COMPILE STEPS: (from within your source directory) Sdltrs Manualwill install the software needed to compile your code. Will tell you the kernel you are currently running.Ĭode: Select all sudo apt-get install build-essential linux-headers-$(uname -r) Kernel you are running, if you are going to compile code. Typically you need to install build-essential and the headers for the Linux and sdltrs rely on this information to know how fast your drives are spinning and hence what data rate to Be sure to set the drive type correctly in (ROM Files were not included!)Īt this point you need to check any Physical Floppy drives connected to your computer.

This HOWTO: will guide you through the process of downloading, compiling, and getting SDLTRS - Radio Shack Model 1, 3, & 4 EMULATORĭownload the Source code for Version 1.1.0 from Mark Grebe's site.Įxtract the mg-sdltrs_110_ file to your sdltrs_1_1_0 subdirectory.
