Jump to content

gekido_ken

Members
  • Posts

    53
  • Joined

  • Last visited

About gekido_ken

  • Birthday 09/10/1972

Contact / Social Media

Profile Information

  • Gender
    Male

gekido_ken's Achievements

Star Raider

Star Raider (3/9)

95

Reputation

  1. Is there a possible with an disassembling application?
  2. I apologize if this topic has already been discussed, but I couldn't find anything. I have a TI99/4A with NanoPEB, I would like to know if there is a way to convert the cartridge bin files into files usable in DSK via TID99dir. I've noticed that recent games like Pinball 99, Ghostbusters, etc. they are only in bin format and I would like to have the possibility of being able to load these games via NANO PEB.... Thanks everyone for the replies.
  3. Great variant of Invaders!!! Very funny! Great response of control! THANKS!!!
  4. One last observation. I noticed that compared to the arcade, if you hit the truck with the earth, there is no rebound. Also there is no yellow car. Are things possible to integrate in the final version? I ask because the game is gorgeous, and 98% compared to the arcade. I've joust made a videoreview (Italian language)
  5. Ok Mr. PeTeE, I've tryed DSK format on real TI99. When I use real cartridge Editor Assembler and Nanopeb all works fine, while if I use software version of EA loaded from DSK2, then option 5, DSK1.BNP, the game starts, but it crash at the end of 1st level...at check. I don't know in it is normal. Actually this is the report. Any way thanks for this present, the dsk format.
  6. GREAT!!!! WOW!!! One of the my prefered arcade!!! But! Mr. ......can it possible to have a version DSK or for NANO PEB? (EA or XB)
  7. Ok, I'm a donkey !!? .... and blind !! Everything works now! You were very kind and patient !!! Thank you so much!
  8. Make it!......no works...... ;(
  9. Ok Senior, I haven't got it! This is compressed source in XB256 I put here the file to load with classic99 TI-LEM
  10. OK, Senior, your routine works on XB 256, but remain the compiler problem.
  11. Thanks, Senior, I'll try and report here. But now I've another one problem. The compiled file go in crash, it show after some glitch the intro but in crash system and some color and char glitch, with random sprite too. Doesn't the compiler work with compress data in xb256?
  12. As I wrote in the topic, the game will eventually be compiled. However, the compression procedure is done with XB 256 by adding the line CALL COMPRESS (1) after the section that redefines the screen.
  13. I'm using XB256 in ISABELLA Package
  14. ELSE isn't supported on XB256
  15. Hi guys! I recently started an old project for TI99, TI-L.E.M. a conversion of the original game developed by Philsan for ATARI VCS. Recently I managed to develop a pseudo-random lunar soil generation system and an algorithm that identifies the ideal moon landing point. I also managed to compress the intro image, but I noticed that in this case I can't use the access to the VDP registers to turn off the video signal during the construction of the graphic and turn it back on at the end of it. https://youtu.be/bjuCckI7v80 The form in which the system normally works is this: REM DRAW MAP(S) 1420 CALL CLEAR 1423 CALL LOAD(14864,128) 1425 CALL LINK("SCREEN",-1391) 1430 RESTORE 900 1440 READ W,H,SC::CALL SCREEN(SC)::CALL CLEAR 1450 FOR Y=1 TO H 1460 FOR X=1 TO W 1470 READ CP::CALL VCHAR(Y,X,CP) 1480 NEXT X 1490 NEXT Y 1495 CALL LINK("SCREEN",-1327) 1500 CALL KEY(0,K,S)::IF S=0 THEN 1500 1510 END While in this form it does not work: 50 CALL LINK("SCRN2") 70 CALL LOAD(14864,128) 80 CALL LINK("SCREEN",-1391) 100 restore 30000 110 read a$ :: if a$="" then 2600 :: call link("CWRITE",a$) :: goto 110 120 CALL LINK("SCREEN",-1327) Ok master friends, someone can help me? Thanks
×
×
  • Create New...