Jump to content

9640News

+AtariAge Subscriber
  • Posts

    3,435
  • Joined

  • Last visited

About 9640News

  • Birthday 01/04/1964

Profile Information

  • Gender
    Male
  • Location
    Campbellsburg, KY
  • Interests
    Powered Paragliding and scuba diving.

Recent Profile Visitors

7,697 profile views

9640News's Achievements

River Patroller

River Patroller (8/9)

3.5k

Reputation

  1. Source code for MDOS has been updated on BeeryMiller/MDOS: MDOS Operating System for Geneve 9640 (github.com)
  2. The attached zip includes the latest version of MDOS, Version 7.45 and a host of various utility updates for MDOS. Enjoy! MDOS745DIS.zip
  3. Grasping at straws here..... Any chance the configuration of the guest/main portals are configured for IPV4 or IPV6, and not both? Or some devices at 2.4 GHz and others at 5GHz, and not both limiting device connections?
  4. No, it is not. The latest was posted up a few messages and I am posting it again here. I checked github, and the SCSI code was missing the boot tracking line. Use this file. LOAD-SCS
  5. I will update Github as soon as we release the next version, 7.45.
  6. Is MDOS hardcoded to >1200 for the SCSI controller?
  7. @Shift838 Did you resolve the issue of executing AUTOEXEC on bootup with the Geneve? This may be answered in another area already as I am checking out all of the posts after not being on for ab out 3 days.
  8. I posted an updated load-scs or load-ide about a month ago after I discovered boot tracking was off.it was one of the two, not both. You should use cya and remap Scs1 and set AUTOEXEC to boot from scs1 as another option
  9. Have you connected to your router and are you then able to see the attached PI? That will give you the ip-address:port where it is located. If it is not displaying on the router, and if you are using WIFI, then you likely are not using proper credentials on your PI configuration.
  10. I'll be looking for one, maybe more, as well.
  11. Thanks. It wasn't that hard to do with the original extended basic program having data statements and values instead of unprintable characters. This is probably the first time I have used the MATH XOP's in a program in 30 years. I did see something if there is room in the XOP, an additional opcode I would like to add. I was pointing to a wrong buffer converting the last math command back to an integer and the sounds were playing at the wrong speed. I had to add some debug code to see why the notes were playing too long.
  12. In an earlier post in another topic, I took the Extended basic example code for the AXELF theme song and converted it to MDOS. Source code is provided for anyone wanting to see the MDOS code. To be noted, extended basic uses duration in milliseconds while the MDOS XOP's use 1/60th's of a seconds for duration. Thus, I used the MDOS Math XOP's to convert the duration to floating point, divided by 1000 to get the decimal portion of time, then multipled by 60 to get the number of 60th second intervals all in floating point. Then, converted that back to an integer to call the sound routine. Another sound routine checked to see when the current sound was completed before playing the next array. Enjoy, and feel free to use the code base to convert any other music/sound files to MDOS. Beery AXELF-MDOS.zip
  13. I still have my X10 serial unit around here somewhere. I actually switched pins 2 and 3 on it and connected it up to the PC at one time.
×
×
  • Create New...