Jump to content

jens-eike

Members
  • Content Count

    92
  • Joined

  • Last visited

Posts posted by jens-eike


  1. The important part about our original TI power supply is the -5V rail: the 4116 VDP RAM chips require -5V to be present BEFORE the other voltages (see 4116 data sheet). The transformer's 16V rail supplies input to the positive voltages (+5 and +12), while the 8VAC is regulated to -5V and never swithed off to fulfill this requirement. I am not sure if any generic PSU can do that....

    The newer two-wire power supply probably has some built-in sequencing to apply voltages in the right order (smaller caps for a faster rise of -5V before the positives or something similar?).

    • Like 2

  2. IF you only have two wires from the above plug (red and white only, as with the later switching supply boards) THEN an universal supply as used for modern laptops might work. The two-wire supply works from about 19V DC (or a little less AC, so the standard 16VAC power bricks are ok).

     

    If you are in continental Europe, I have spare original power suplies with the appropriate plugs (as used in Austria, Germany or Denmark), too.

    • Like 1

  3. There is no such thing as PAL or NTSC cartridges for the TI-99/4A!!!

     

    One ebay-seller tries to sell carts as "NTSC-only", but he is probably influenced by japanese video games - Nintendo or Sony have some system dependant games, but this is more a licensing issue, as the region codes on DVDs.

     

    I have tried playing Alpiner in parallel on a PAL and NTSC console at the 2006 Treff, the music played 20% faster on the NTSC console due to more frequent VDP interrupts.

    • Like 1

  4. Yippee!

     

    I'll definitely want a few of these.

    Suggestion, put a header on it for a switch, so the user can turn it off if a different memory expansion is used.

     

    Gazoo

    Easy: connect a switch between pin 6 and ground. Closing the switch will disable the '138 decoder.


  5. My /8 has the card edge connector. Which Armadillo Interface do I need, the "flat cable" or "round cable" type? Are there other variables than the different pin-out of card-edge versus Centronics connectors? The interface card itself should be the same in both cases?

    Is your 128k RAM card 99/8 compatible and can it be adjusted to different mapper areas?

    How many projects are you working on - with all these cards and banked-ROM and Über-GROM cartridge boards now?

     

    I am interested in:

    5 prototype boards

    1 Armadillo interface

    2 128k RAM cards

     

    Next project idea: a large RAM card for the 99/8 to fully exploit the 16M address space....


  6. Here are some scans from TI-Revue (HCA) 10/1987 showing a simple RAM expansion using only one 62256 and two TTL chips. The 74HCT08 is a better choice than my idea with diodes to combine select signals (same trick saved a Horizon RAM disk for me from flaky operation).

     

    post-28823-0-02958500-1399818778_thumb.jpg

    post-28823-0-35933400-1399818795_thumb.jpg

    post-28823-0-12662100-1399818830_thumb.jpg

    • Like 2

  7. I think I need to make a small circuit card that puts this into the Speech-Synthesizer case. One more ExpressPCB project for me to work on. . .although this one will go fast. I just need to set a jumper field on one side so you can connect the wires between the SS connector and the daughter board, and put six chips on it. This might be interesting. . .

    Use one 62256 RAM and combine the select signals via (schottky) diodes plus a pull-up resistor - that saves 3 large chips (or stacking). The '138 + diodes could be replaced by a 74LS156...


  8. Is it correct that only function of the HDX board is to provide battery backup for the RAM? If that's so, perhaps you could use a NVRAM 64kbit Nonvolatile SRAM chip instead, e.g. Mouser part No. 700-DS1225AB-85.

    That is my approach, too. But with an adapter board and the RAM chip ( I have the M48T08 ), yo will lose the adjacent slot in the PEB...


  9. 1. Yes, some TI-users had 40-track 3.5" drives (Epson), they were especially popular in the Wiesbaden group.

    2. Yes, there were several mods to disk controllers, [url=http://www.mainbyte.com/ti99/store/EPROMS.html

    lists EPROM upgrades for the TI and Myarc FDC. You already know about the Geneve using 1.44MB floppies.

    Btw, does it matter if your image has 1440 sectors as DS/DD40 or DS/SD80 (TI controller modded) or even SS/DD80 as long as the controller manages to find the correct sectors?


  10. On Fred's webpage, the function is documented as "TIME":

    (Why don't you get an error for opening "CLOCK"?)

     

    HDX1.TIME

    If a data file HDX1.TIME is opened in INPUT, OUTPUT, APPEND or UPDATE mode then it is possible to read the PC's time. The file characteristics for the HDX1.TIME file is INTERNAL, FIXED 32. Data written to the HDX1.TIME file is ignored (for now).

    Read example:

     

    100 OPEN #1:"HDX1.TIME",INTERNAL,FIXED

    110 INPUT #1:SEC$,MIN$,HOUR$,DAY$,MONTH$,YEAR$,DAYOFWEEK$

    120 CLOSE #1

     

     

    Write example:

     

    100 OPEN #1:"IDE.TIME",INTERNAL,FIXED

    110 PRINT #1:SEC$,MIN$,HOUR$,DAY$,MONTH$,YEAR$

    120 CLOSE #1

     

     

    Hours from 00 through 23, minutes and seconds from 00 through 59. The day of the week from 01 to 07 (01=Sunday). The month 01 through 12, day of the month 01 through 31 and the year 2000 through doomsday (which apparently is around the year 9999!)

    • Like 1

  11. Looks good, -3 is a 200ns part. Datasheet: http://pdf.datasheetarchive.com/datasheetsmain/Databooks-2/Book273-441.pdf

    Check the individual timing requirements with the 9918 Data Manual (with only 10ns to spare, there might be tiny differences between the TMS and MK parts). ;-)

    • Like 1

  12. Jens - Thanks for the excellent pointer and reference (I went ahead and checked it out in the 9918 Data Manual for myself).

     

    So, how were you able to determine the access time on that one from ebay? I didn't see anything in the specs, and the ceramic housing has '4NS' printed on it.

    Google's 2nd hit for "itt 4116 datasheet" gives a link to datasheetarchive.com - there is only a list of itt chips, but it says -4 is 250ns ( -3 is 200ns, -2 is 150ns) NS is probably some package code, for TI chips "NL" means plastic (N) and 0-70°C (L).

     

    How about: http://www.ebay.com/itm/Vintage-TMS4116-15NL-TI-1981-16-PIN-DIP-4116N-/370541819544?pt=LH_DefaultDomain_0&hash=item5646037698

    (this seller has several makes/speeds of 4116).


  13. You should look at the speed rating, my 99/4A boards have 150ns chips (TMS4116-15 or MK4116-2), the chips you found on ebay are itt4116-4 rated for 250ns access time - definitely too slow for the VDP!

    According to the 9918 Data Manual, appendix B, 150ns or 200ns will work, 250ns chips are too slow.

     

    I think I may have found one:

     

    http://www.ebay.com/itm/4116-ITT-16K-x-1-DRAM-Dynamic-RAM-/121069969561?pt=LH_DefaultDomain_0&hash=item1c30552099

     

    Interesting, there are some TMS4416s showing up, and some of them say 16K x 4....


  14. I tried a 74LS175 for bank selection, it has a -RESET input to start at bank 0, and it allows for true (write >0 for bank 0)or inverted ('379 style, write >F for bank 0) output. Drawback: you need an extra 74LS32 (or a strange construction with two diodes and a pull-down resistor) to combine -CS and -WE to clock the register.

    If you need more banks, the 74LS174 stores 6 bits, but has only true outputs

×
×
  • Create New...