Jump to content

ndp630

Members
  • Posts

    57
  • Joined

  • Last visited

Posts posted by ndp630

  1. 3 minutes ago, llabnip said:

    Normally DevKitPro code (which I use) won’t run natively on any DS emulator but there are a few DS developers who figured how to use an emulator (I think MellonDS) and managed to hack it to run something like Twilight Menu and homebrews. But it’s all science fiction to me. I still do it the old fashioned way: code on my Linux PC, compile using DevKitPro and copy to an SD card for my DSi. Lather rinse and repeat 100x a day as I’m debugging 🤓🤪

    Thanks for the reply! That is good to know.. I will just keep my eye out for a ds/dsi/3ds to grab up. The PSP is ripe for a good TI emulator as well.

    • Like 1
  2. I know this a ridiculous thing to even be trying, but I don't have a ds (not yet... i'm a PSP owner), and I was interested in checking out this TI emulator on a ds/3ds emulator, like OpenEmu or Citra. I have not had any luck with either one. Has anyone else tried this totally unnecessary task?

    • Like 1
  3. 11 hours ago, matthew180 said:

    Apologizes for yet more update delays.  I know people are waiting anxiously for the MK2, so I always feel guilty that my progress is never as much as people would like.

     

    So I finally got time to build and test Rev J... (yes, there have been revisions A, B, C, D, E, F ,G, H, I, J).  I can tell you right now there will have to be a Rev K, which I hope will be the final PCB change.  I have been spending a lot of time on this over the last few months, and I have made some further decisions that should help get the MK2 into physical production.

    I'm sure a lot of people would gladly pre-order and pre-pay for the units... especially here on AtariAge, to defray some of the upfront cost. I definitely would.

    • Like 3
    • Thanks 1
  4. I’d appreciate a video.

    4A/DOS -- Essentially a TIPI/RPi Operating System

    For those who have not tried it with their TIPI's yet... I HIGHLY RECOMMEND IT!

     

    A) Download the ZIP

    B) Extract CHARA1 and put it on your DSK1.

    C) If you also use an F18A, extract AUTO-BAT and also install it on your DSK1.

     

    On your FinalGROM put the 4ados.BIN file in the ROOT directory. If using a FlashROM 99, just put it in with everything else.

     

    If more than a couple of people are interested in a video, let me know and I'll try to make one, otherwise this will be it.

     

    The attachment contains the documentaion and cover, the .BIN image for the FR99 or FG99, the CHARA1 character set and a batch file tailored for TIPI and F18A users.

     

     

     

    • Like 2
  5. OK. Cool.... I remember your post about BOOT in another thread I think. I hope to get some free time this evening to try it out. Thanks!

    Edit: The post I misremembered was for 9640 Menu system. I'm looking for BOOT now.

     

    Yes, the 9640 Menu System is only 80 column... BUT there is a great program called BOOT that works very much like it for users still using the original 9918 VDP.

     

    Note: Unless you have a 'Real Time Clock' in your P-Box. you'll not see the clock display, but other than that, this is what it looks like.

  6. I've not had time to play with TiPi yet, but is 9640 menu for F18A consoles only (80 column)?

    Hey guys, here's a little hack I came up with for you guys wanting to load the 9640 Menu System on your TIPI's using the FinalGROM99.

     

    1) Create a directory on your RPi's SD card for TIPI called "BOOT"

    Put all the files in the BOOT folder there.

     

    2) Now put the files in the FG99 ROOT folder in the ROOT directory of your FG99

     

    3) Go to TI BASIC, CALL TIPI and then set your DSK3 as BOOT

     

    Now whenever you load up your FG99, you have a selection to instantly load up the 9640 Menu System.

  7. Awesome. I’ll check it out.

    Thanks!

    4A DOS is great with TIPI!

     

    If you have a folder on TIPI's SD card you do NOT have to set it as a drive from TIPICFG to access it with 4A DOS. It's like one big HARD DRIVE! ;-)

     

    First using the VOL command setting "DSK0." is the same as setting it as "TIPI." (Don't forget the period!)

     

    Doing a "DIR" from this drive will show everything allocated for TIPI use on the SD card, or you can just type: "DIR TIPI." from whatever directory you are currently in.

     

    Say you wanted to load Chatti and it resides in the ROOT DIRECTORY, just type: "LOAD TIPI.CHATTI" or say you want to run the Telnet program in the NET directory, in this case you would just type: load TIPI.NET.TELNET or you could go to that folder by typing: VOL TIPI.NET. once there just type LOAD TELNET

     

    Of course you could also setup a batch file to load these with one button.

     

    It also works with DIS/FIX 80 files. Say you were in the TIPI./DSK0. directory and wanted to run a DIS/FIX80 format file, you could type the following example:

    just type: FIX80 TIPI.DIRECTORY.PROGNAME then when the directory prompt reappears again like DSK0.> just type in LINK LINKNAME

  8. Awesome. I’ll try it tomorrow.

     

    Thanks.

    I've reproduce the failure icon_smile.gif The /etc/wpa_supplicant/wpa_supplicant.conf file on the PI needs to have key_mgnt=NONE.


    We can edit that file:

    In TI BASIC:

    CALL TIPI("TIPI.NET.TELNET")

    pick 40 or 80 column mode, then for the host enter:

    localhost

    for port:

    23


    At the login prompt, enter:

    tipi

    and for the password:

    tipi

    Now execute the following commands:

    bash
    
    Now backspace should work so you can correct typos... if you really don't like a line, just press control-c to cancel not run the command.
    here we go:

    sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
    sudo sed -i 's/WPA-PSK/NONE/' /etc/wpa_supplicant/wpa_supplicant.conf
    sudo sed -i 's/psk=""//' /etc/wpa_supplicant/wpa_supplicant.conf
    sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
    
    You should now see a line in the config that looks like:
    ...
    network={
    ssid="themattphone"
    
    key_mgmt=NONE
    }
    
    Now run:
    sudo reboot now
    
    wait a few minutes... and TIPICFG should show an IP address.

    This worked for me.

     

  9. Our house is isolated and I finally just decided to skip using a password. I keep an eye out for any outside connections on my router too.

     

    I’ll keep fiddling with it. I’ve tried the password both ways now with no luck. Don’t go to a lot

    of trouble working on it. I’ll start from scratch again (reflash the memory card) and go from there tomorrow. Thanks

    Try just leaving it blank. Then writing the config... wait a bit... and then reload.

    I've never tried not having a wifi password... icon_sad.gif We should be able to use the telnet client though, to make some manual changes to the PI. I'll have to experiment to learn the answer.

    -M@

    • Like 1
  10. I found it Epson converter for Linux that changes it to PostScript now I've got to figure out how to get that to print.. initial testing shows that every single program that is written does a printing a different way editor assembler actually opens a file as an input device first which of course doesn't work on a disk file

     

    Sent from my LG-H872 using Tapatalk

     

    Printing would be awesome. I appreciate your effort! That would pretty much complete the TiPi replacing a PEB other than expanding memory above 32K (and I don't have a need for that anyway at this time). Desktop publishing was one of my main uses of the TI back in the day with Page Pro 99 and The Printer's Apprentice.

×
×
  • Create New...