Jump to content

moocowmoo

Members
  • Posts

    30
  • Joined

  • Last visited

moocowmoo's Achievements

Space Invader

Space Invader (2/9)

28

Reputation

  1. So it works with the date set back to before 1986? If anyone else wants to try figuring out how to use this, download your own copy of CYBIS at http://www.control-data.info/CybisRelease.html so we don't crash IRATA.
  2. Here it is, but I don't know how hard it would be to get its output to work with TI PLATO.
  3. To get to where I took those screenshots, press g at the main menu, then type 0gbrouter and press enter. Press enter again to get to the main menu, then choose option "b... descriptions of clusters". That seems to have everything from disks PHD 5201-PHD 5264.
  4. Interesting to see how things changed from the original to the TI-99/4A version.
  5. 100 CALL CLEAR 110 FOR I=0 TO 21 120 CALL {Char 10}(I,A$) 130 PRINT I,A$ 140 NEXT I 150 GOTO 150
  6. Here's a small program showing what CALL {Char 5}(X) does. 100 X=0 110 CALL CLEAR 120 CALL {Char 5}(X) 130 CALL KEY(0,K,S) 140 IF S<>1 THEN 130 150 X=X+1 160 IF X=4 THEN 150 170 IF X=110 THEN 190 180 GOTO 110 190 END test.zip
  7. Here's some information I found about that terminal: http://www.textfiles.com/bitsavers/pdf/ti/terminal/TI-334A-10M_Silent_700_Model_732_733_Specifications_Jul_1973.pdf
  8. Here's the disk: ftp://ftp.whtech.com/emulators/pc99/pc99%20dsk%20collection/Vendors/Asgard/KARATE.ZIP
  9. Thanks, that works. I used mame64 because the last binary release of MESS for Windows was 0.161. Everything after that is the combined MAME and MESS.
  10. It's still not working. C:\Users\Kerry\MESS>mame64 ti99_4a -peb:slot8 hfdc -peb:slot8:h1 generic -hard1 tihd.chd Error: unknown option: -peb:slot8:h1 Error: unknown option: -hard1 C:\Users\Kerry\MESS>mame64 -? M.A.M.E. v0.164 (Jul 29 2015) - Multiple Arcade Machine Emulator Copyright Nicola Salmoria and the MAME team
  11. Are you talking about these? ftp://ftp.whtech.com/emulators/pc99/pc99%20dsk%20collection/Vendors/Asgard/TODGAME1.ZIP ftp://ftp.whtech.com/emulators/pc99/pc99%20dsk%20collection/Vendors/Asgard/TODGAME2.ZIP ftp://ftp.whtech.com/emulators/pc99/pc99%20dsk%20collection/Vendors/Asgard/TODGAME3.ZIP
×
×
  • Create New...