pjduplooy #1 Posted October 4, 2018 Hi guys Anyone have a Mini Memory LBLA (in .wav or .dsk format) that I can use in JS00'er? Quote Share this post Link to post Share on other sites
+arcadeshopper #2 Posted October 4, 2018 it comes with classic99 i believe.. easy to grab it Quote Share this post Link to post Share on other sites
pjduplooy #3 Posted October 4, 2018 Hi arcadeshopper. It is an .obj file for classic99. I need a wav for js99'er (or could a disk work?) Quote Share this post Link to post Share on other sites
+arcadeshopper #4 Posted October 4, 2018 probably could import that into a disk image.. I would think that would be in the dev area's resources page but it's not.. Quote Share this post Link to post Share on other sites
+Schmitzi #5 Posted October 4, 2018 untested one: (don´t have a .WAV) Line-by-Line Assembler (1982)(Texas Instruments)req. PHM 3058.dsk Quote Share this post Link to post Share on other sites
mizapf #6 Posted October 4, 2018 This is a synthetic wave; it is loaded by MAME, but I don't know whether it works for a real console. It uses a square wave instead of the reverse sawtooth (don't know the name of that wave form). Lines_Asm_remastered.wav 3 Quote Share this post Link to post Share on other sites
pjduplooy #7 Posted October 5, 2018 Thank you guys The wav file works perfectly in JS99'er (as well as Classic99!!) 2 Quote Share this post Link to post Share on other sites
+FarmerPotato #8 Posted November 23, 2018 I have not been able to get any of the LBLA.wav files to load into: Beige TI-99/4A with F18A. Mini Memory. Single cassette cable, white going to PC headphone jack. I have tried adjusting the volume, as in the old days, but no go. "Error - No Data Found" every time. Sigh. I am about to try to make an actual cassette out of it. Quote Share this post Link to post Share on other sites
+arcadeshopper #9 Posted November 24, 2018 I have not been able to get any of the LBLA.wav files to load into: Beige TI-99/4A with F18A. Mini Memory. Single cassette cable, white going to PC headphone jack. I have tried adjusting the volume, as in the old days, but no go. "Error - No Data Found" every time. Sigh. I am about to try to make an actual cassette out of it. It may be the sound card on the peecee.. I've had problems with newer systems.. ended up with a bluetooth cassette device that works perfect Greg Quote Share this post Link to post Share on other sites
+FarmerPotato #10 Posted November 24, 2018 It may be the sound card on the peecee.. I've had problems with newer systems.. ended up with a bluetooth cassette device that works perfect Greg Bingo. LBLA Remastered loads from the headphone jack on my Mac. But, it doesn't run, just blank cyan screen. 1 Quote Share this post Link to post Share on other sites
+FarmerPotato #11 Posted November 24, 2018 (edited) Bingo. LBLA Remastered loads from the headphone jack on my Mac. But, it doesn't run, just blank cyan screen. Actually, LBLA runs fine now. My sidecar project was fighting over the module ROM space. It is killing memory reads from the module ROM when address line A9 is high. So, every other 64 bytes is garbage. I noticed that the ROM ref/def table was partly trashed. Edited November 24, 2018 by FarmerPotato 1 Quote Share this post Link to post Share on other sites
+FarmerPotato #12 Posted November 28, 2018 Actually, LBLA runs fine now. My sidecar project was fighting over the module ROM space. It is killing memory reads from the module ROM when address line A9 is high. So, every other 64 bytes is garbage. I noticed that the ROM ref/def table was partly trashed. All good now. I had been lazy and had a LVC245A reading the side port data bus all the time. When I removed this load from the data bus, the module space >6000 and >7000 went back to correct behavior, i.e. able to supply their data correctly in all cases. I am now up to 256 bytes of test program in LBLA. 2 Quote Share this post Link to post Share on other sites