Jump to content

chue

+AtariAge Subscriber
  • Content Count

    541
  • Joined

  • Last visited

Everything posted by chue

  1. Since it's near Chicago, I believe it is UTC - 5. You haven't missed it yet. It starts about 25 minutes from now.
  2. Just taking an educated guess, but it sounds like there could be multiple things wrong. The disc not coming out is a sign that the drive was not put back together correctly. There could be multiple problems related to this. 1. There is a (disc?) sensor in there has a very delicate 2 wire cable, similar to this: https://www.amazon.com/Drive-Sensor-Cable-Replacement-Repair/dp/B00B5Q9OMS I would take apart the drive and make sure the above wire is ok. You may even try re-seating it at both ends. It is very delicate, so be careful. 2. Mechanically, there are little plastic gears and other parts in there that are used when inserting/ ejecting. You will need to be sure that all of these have been put back together correctly. Do a search on YouTube for drive dissassembly/ reassembly tutorials. You may see something in those videos that will help you. While you have the drive apart you may as well: 1. re-seat the ribbon cables that you touched when you put in the new laser board. 2. manually eject your disc If after you re-assemble the drive and find out that discs now insert/ eject, but are not recognized by the system then you have other potential issues: 1. The new laser assembly is bad 2. Your blu-ray drive main board is going bad. If this is the case you will have to buy a new drive and "marry" that to your system. Marrying involves jailbreaking the PS3 - you'd likely have to get someone to do it for you.
  3. My MS Edge bug report and workaround here: http://atariage.com/forums/topic/273206-when-creating-editing-posts-cant-use-spaces-in-ms-edge/?do=findComment&comment=3913791
  4. I figured out a workaround: pasting text (CTRL+V) into the edit box allows me to type spaces afterwards. So anytime I create a new post I just type CTRL+V (paste), and then CTRL+Z (undo paste). Then I type my post as usual.
  5. The SD card has likely been split into multiple partitions: boot, swap, and root. Windows is only showing the first partition (boot), so you will not see the entire disk size. The Pie should be fine with it, although you still *might* have to expand the root partition, per jonecool's instructions above.
  6. Some instruction manuals here: http://my.core.com/~sparktron/pbox.html Not PDFs though, just images
  7. There's a real one on Ebay for $75 https://www.ebay.com/itm/VINTAGE-UNBUILT-Radio-Shack-Science-Fair-Frequency-Standard-P-Box-28-140/201847183920?hash=item2eff079a30:g:~0AAAOSw3v5YsgJt
  8. Slightly off topic, but someone is giving away a TI Hi-Tek keyboard here: http://atariage.com/forums/topic/174200-spreading-the-love-with-free-games-and-more-edicion-cinco/page-61?do=findComment&comment=3988352
  9. If anyone is interested, someone is giving away a black TI keyboard here: http://atariage.com/forums/topic/174200-spreading-the-love-with-free-games-and-more-edicion-cinco/page-61?do=findComment&comment=3988352 You pay shipping. It appears to need a little bit of love.
  10. You can check Ebay https://www.ebay.com/sch/i.html?_from=R40&_nkw=TMS9928&_in_kw=1&_ex_kw=&_sacat=0&_udlo=&_udhi=&_ftrt=901&_ftrv=1&_sabdlo=&_sabdhi=&_samilow=&_samihi=&_sadis=15&_stpos=53045-6021&_sargn=-1%26saslc%3D1&_salic=1&_sop=12&_dmd=1&_ipg=50 https://www.ebay.com/sch/i.html?_odkw=TMS9928&_ftrt=901&_sop=12&_sadis=15&_dmd=1&_osacat=0&_ipg=50&_stpos=53045-6021&_ftrv=1&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H1.Xti-99%2F4a+speech+synthesizer.TRS0&_nkw=ti-99%2F4a+speech+synthesizer&_sacat=0
  11. I'm actually trying to do the same thing, which is to use a minpro to program a DiagRom. You will need an adapter. I ordered this one: https://www.ebay.com/itm/GGLABS-E2R16v2-PCB-TL866-27C400-27C800-27C160-Programming-Adapter-EPROM/401464557359?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649 The listing above is just for the bare board, so if you go that route, you'll need to buy the parts and do some soldering. The parts for mine are still en-route from China.
  12. I don't have experience with CodeBlocks, but may give it a try now that you mention it. I have TI-GCC installed on a headless Linux server, and I've been looking for a way to do remote development from Windows. It looks like CodeBlocks supports this using a plugin called Uniwin: https://softwarerecs.stackexchange.com/a/14178/3427
  13. Thanks for the info. I've been meaning to pick up a mini-pro, but may wait to see what the pricing is on the new 866 II. In case anyone is interested, I grabbed the list of supported chips from the website and have attached it here. http://www.autoelectric.cn/en/tl866_main.html TL866II_List.txt
  14. You'll probably want to take a look at removing/ replacing the batteries - they tend to eat motherboards. Example here: http://atariage.com/forums/topic/275275-damn-you-varta-ebay-auction-for-an-a3000/
  15. Any of the major manufacturers should be fine: Seagate, Western Digital, Toshiba, HGST, Samsung, etc. There will always be bad drives, no matter the manufacturer. It's probably more important that you have a warranty, so that you can exchange the drive if you have to. The WD one that you link to has a one year seller's warranty, so that's definitely good. Although you may want to ask the seller what the warranty covers.
  16. The image is from here: http://www.mainbyte.com/ti99/computers/ti994.html
  17. The damage looks brutal, and on a 4 layer board. Do A3000's really price so high these days? I'd expect to pay $500 for a working one.
  18. Sorry about that. I see what I did wrong... the disassembly on this one looks a little better than the last one. noheader2.zip
  19. I have a binary that loads at 0xA000 - 0xFFFF. The second 4K of the range is unneeded and is zero padded. It was generated with GCC and prints "Hello World" five times. The zip file contains the binary as well as an additional text file showing the memory map of the binary. You don't need to do anything with the memory map - it is just there in case you want to see how the binary is laid out. Caveat: It worked with the TI (cartridge) headers in there, but the version without headers is untested as I am unsure of how to do so. noheader.zip
  20. You will want a SATA drive, not IDE. Also 2.5", not 3.5". I'm unsure on the 1TB, but I don't see why not.
  21. It would be a dream come true if those temps are in C!
  22. Looks cool, it even has an Omega reference!
×
×
  • Create New...