Jump to content

a8isa1

Members
  • Posts

    1,905
  • Joined

  • Last visited

Posts posted by a8isa1

  1. I find Jatari fun to play.  I had issues

     

    - More than once I mispelled my answer. 

     

    - once there was a list of items separated by commas. I neglected to insert the commas but otherwise my answer was correct.  Suggestion: treat commas (and perhaps periods) like whitespace.

     

    - failing to type the article "the" in a title resulted in an incorrect answer.   I don't recall if exact titles were required in the TV game Jeopardy or not.  Perhaps the host would prompt, "I need more".  I see a way to do this in Jatari.

     

    These issues are probably difficult to remedy via programming.   Perhaps an option to manually override and flag the answer as CORRECT.

     

    Regards,

    -SteveS

     

    • Like 2
  2. This may seem trivial but I was stumped as to how to advance after completing the first level.

     

    Despite the title of the screen being "Select World:" I saw only "Escape from the Lab" as the only choice.  I reached for OPTION, SELECT, and START but those aren't helpful at this point.

      

     

    I actually needed the suggestion (from mazzspeed  [EDIT] actually, it was SadMan) to move RIGHT.

     

    Perhaps something like --> to point to the next choice.

     

    I've been playing by keyboard.   Perhaps it would have been obvious had I been using a joystick.   

     

    FloB is great fun and I can play it without a joystick!   (I have arthritis in my thumbs and I'm still looking for an alternative to an Atari style joystick).

     

    -SteveS

     

    [EDIT]

    LOL

     

    Oh!  The arrow could not have been any bigger.    I must have thought it was part of the artwork.

     

    Just ignore me!

     

    • Like 1
    • Haha 3
  3. 5 hours ago, DjayBee said:

    See this post and grab the last file from the very first post of this thread. 

    Test it on hardware and give feedback. 

    NTSC 800XL with Rambo XL 256        Mouse                  Copyright Notice               Demo

    Fujinet  1.0                                            0:36                      0:56                                   1:59

    SWP ATR8000                                      0:52                      1:36                                   2:47

     

                          

    • Like 1
  4. Sorry, as typical for me, it was a user error.

     

    I extracted newer fujinet-pc not realizing the files were extracting into folder ../fujinet-pc-fujinet-pc.    I had moved the prior version into ../fujinet-pc.  This folder name was easier for me to remember.    The newer version never got compiled.

     

    It's working now.

     

  5. I get this instead.

    Spoiler

     

    sioNetwork::parseURL(N:HTTP://api.open-notify.org/iss-now.json)
    sioNetwork::parseURL transformed to (N:HTTP://api.open-notify.org/iss-now.json, HTTP://api.open-notify.org/iss-now.json)
    Parse and instantiate protocol: N:HTTP://api.open-notify.org/iss-now.json
    Invalid protocol: HTTP
    Could not open protocol.
    write: 1
    ERROR!
    write: 1
    ERROR!
    SIO CMD processed in 149 ms
    read: 0
    read: 5

    CF: 71 53 00 00 c4
    sioNetwork::sio_process 0x53 'S': 0x00, 0x00
    write: 1
    ACK!
    sioNetwork::sio_status_local(0)
    ->SIO write 4 bytes
    write: 1
    COMPLETE!
    write: 4
    write: 1
    SIO CMD processed in 14 ms
    read: 0
    read: 5

    CF: 71 52 00 00 c3
    sioNetwork::sio_process 0x52 'R': 0x00, 0x00
    sioNetwork::sio_read( 0 bytes)
    write: 1
    ACK!
    write: 1
    ERROR!
    SIO CMD processed in 4 ms
    read: 0
    read: 5

    CF: 71 52 00 00 c3
    sioNetwork::sio_process 0x52 'R': 0x00, 0x00
    sioNetwork::sio_read( 0 bytes)
    write: 1
    ACK!
    write: 1
    ERROR!
    SIO CMD processed in 5 ms
    read: 0
    read: 5

    CF: 71 43 00 00 b4
    sioNetwork::sio_process 0x43 'C': 0x00, 0x00
    sioNetwork::sio_close()
    write: 1
    ACK!
    write: 1
    COMPLETE!
    SIO CMD processed in 5 ms

     

     

  6. On 4/4/2013 at 6:58 PM, Wrathchild said:

    Here is the six-pack :D

     

    In testing that the ATRs can be embedded into a MaxFlash 8Mbit image as a self booting title, I found that I'd left within the menu code some lines that enabled the cartridge, so I had to fix this but also tidied up the switch to the menu as this occasionally resulted in the two DLIs firing in the wrong order messing up the colours. Hopefully that's all OK now.

     

    The disks now also include save-state space in the lower part. You are still OK to save and load to a separate disk or drive. Those separate disks will not however be compatible with other Infocom save games (including those saved in the 3*8 game images above) as the base sector had to be shifted so that the boot-sector doesn't get overwritten.

    Infocom_AtrQuads.zip 1.87 MB · 337 downloads

    I'm revisiting your six-pack. I'm using AVGCart to load the each ATR (in non-SIO mode, for speed).  The cart has the ability to mount multiple ATRs.  I noticed it's possible to save to the program disk instead of the save game disk.  I don't plan to do this but it's easy for me to make a mistake.  Would accidentally saving to the program disk corrupt said disk?

     

    Regards,

     

    SteveS

     

    p.s. Still loving these Quads!  Thanks!

     

    p.p.s. I can't believe 8 years have passed!

  7. I don't recall if I ever tried to use the serial port of the ATR8000 with DOS 2.5 so I wanted to test.  Unfortunately I no longer have a null modem or a PC with a real serial port with which connect. I decided to cobble together a NodeMCU dev board into a wifi modem for the ATR8000 for testing.  It took me quite a bit of time because I am still bad at soldering and made many mistakes. Not even sure how it started working.  The build would have been simple for anyone else. Only a small piece of prototype board, a MAX233 IC, and a card edge connector is all I used.  And, a last minute decoupling capacitor.  

     

    Too late to make a long story short.  The driver I had on my work disk (ATR) for a couple decades or more does not work under Does 2.5 or 2.0 (S?).  It does work with MyDOS 4.53/4.

     

    The driver seems limited to 4800 bps.  I thought (but am not certain) at some point I had found a driver that worked with the ATR8000 at 9600 bps. Hopefully one day that driver will resurface.

     

    Sorry, none of this fills erichenneke's request but perhaps the driver is one that hasn't been archived. I'm posting a ZIP with ATR8000.SER and some other drivers.

     

    -SteveS

     

     

    A8SerialDrivers.zip

  8. 6 hours ago, luckybuck said:

    Thanks a8isa1,

     

    Many stress in the last time, less for Atari, but I am still here. ?

     

    Well, everything is here:

    https://atariwiki.org/wiki/Wiki.jsp?page=Turbo-BASIC XL

    plus the work from JAC!  in 2019 and dmsc in 2021

     

    Will update this, but preserving is and must be always #1, hope you understand.

     

    All the best.

     

    Sorry, I didn't say that very well. when I said "derailed" I meant by  *me* making my request of you.

     

     

  9. 4 minutes ago, Faicuai said:

    Very interesting, as I only get that screen with the 512KB RAM expansion plugged-in in Slot-2 (as designed). But I do not get that, with stock RAM config. (or, at least, with 32KB of ram, in the form of 2x16 KB ram cards)

     

    I will try again, and verify that reset is working correctly. I can only see a proper OS-provided E: screen, after boot, if I press-and-hold the left-most button of the AVG cart, during boot time.

     

    THX!

    I don't want stay off topic for long but a whole new thread would seem out of context just for this question.

     

    Does Axlon upgrade only require 2 16K RAM boards be in the system to get the full 48K base memory?

     

    I had always thought 16K + 32K boards were required.  would have deterred me from buying axlon in the early '80s.   I can blame only procrastination from then on.

  10. 52 minutes ago, Faicuai said:

    Ok, quick update on this one:

     

    1. Got the cart delivered YESTERDAY (Florida)... about 6 days from origin, quite impressive (!!)
    2. It did NOT fit on 800´s cart bay. Not on my spare cart-trays, nor my extra 800s, anywhere except the oversized 800XL port.
    3. The cart has the left-and-right case indents (for the 800) at the correct height and position, but not depth (the specs. are wrong). So I trimmed the case indents to appropriate depth and now fits correctly. The case material is buttery-smooth, and thanks GOD I did not start with the Dremel. Here, before and after:

    D6C3CFC9-FA8A-4B9B-9A6B-4C8B4B7B1E67.thumb.jpeg.7e031e226cbe9645985cfd5e08cab14e.jpeg 

     

    A066E993-F7C2-416E-BFF3-D211D16F2245.thumb.jpeg.ebb0bff5e2472c4547ba05762a0e57f1.jpeg

     

     

    1. DOES NOT work on my AXLON-expanded 800 (stock / untouched other than the cards). SIDE2 works / boots SDX there, without a problem:

    709EFF33-B7F8-4F4B-9465-0B72A8FC62DC.thumb.jpeg.bd0dc7959f2c54620d24d88c07a3470f.jpeg 

     

     

    • FYI, here are the specs / diagram of the 512KB AXLON expansion in. use on that 800
      •  

     

    I get that same screen booting my stock 800 with AVGCart.  Press RESET.  AVGCart menu should appear.

     

    Please let me know how well SDX and Side 2 emulation (via AVGCart) works with the Axlon upgrade.    I basically only use the 800 for some games when the 800XL is doing something else.   I'd love to put Axlon "some day".  (I've been saying "some day" for Axlon upgrade since the day it was announced)

  11. 11 hours ago, luckybuck said:

    Yeah great, TB should be in version 2.0 at least, 2.11 even better. The source code belongs to version 2.x...

    3.2q is for SpartaDOS...

    Version 1.5 is old.

    TB is not smooth running with the FastMath routines, we are working on that...

     

    2056468670_TB2.0.thumb.png.f79a39f8d744f13ebb6e3928bdd18898.png

     

    1883923743_TB2_11.thumb.png.13a6275bb6677da749cc0b9ac8adaf8e.png

     

    Hi, luckybuck!  Great to see you are still around!

     

    This is the first I've heard of Turbo BASIC XL 2.11.  Before this thread gets further derailed I urge you to start a new thread and provide a brief description of where Turbo BASIC XL stands now and where future development might be headed.

     

    Thanks!

  12. SJCarden dropped me a note last night in chat (currently at ##atari channel on Freenode but the users are are likely moving 100% to Libera Chat). SJCarden probably intended the  message to be in response to this thread.

     

    He said, "Please pas it along that TDline2 will work with sd2.2c,d,m sd3.3a,b,c,d all versions of RealDOS"

     

    I'm pretty sure TDLINE2 has a fixed DOW function.   I don't use it myself because my DS1307/DS3231 non-driver conflicts with TDLINE2 and I can't code my way out of a paper bag.

     

    -SteveS

  13. 12 hours ago, drpeter said:

    I thought I'd have some fun with this and at the same time reward my valiant colleague testers with an Atari 8-bit first-

     

    The Atari 8-bit motherboard temperature monitor utility ?

     

    I can't test it on real hardware and by definition it won't work on Altirra (although the picture will display)

     

    I would love feedback from those trying it out on genuine Ataris...

     

    Tatra Mountains, Slovakia

     

    57 colours.

     

     

    output_2.png

    drpeter_GTIA_Temp_Monitor.xex 21.95 kB · 10 downloads

     

    N.B. No assurance as to the accuracy or usefulness of the GTIA temperature monitor is offered or implied ?

     

    N.B.2  It will only work from a fully cold start, on machines which have demonstrated artefactual behaviour with drpeter_Artefact_3.1 (see recent posts)

    My 800 records 55 degrees almost immediately after program loads via SIO2PC-USB.  

     

    My 800XL never changes from 15 degrees.   Thanks to my RTC module, a DS3231, inside the 800XL I know the ambient temperature is 89 degrees F (31.67 C).

    • Like 1
  14. 12 minutes ago, drpeter said:

    They are more than good enough.

    So, the 800 clearly shows the 'Spiderman'-type artefact in this test (missing blue block), as well as the line 6-level artefact.

    I assume your XL shows the blue block fine?

    Yes, 800XL display appears as in your photo except with the NTSC palette.

  15. 57 minutes ago, drpeter said:

     

    Any chance you could send a picture, ideally good enough to show scanlines?

    Sorry, no scanlines.   My display these days is limited to a pretty basic and now old scan converter and a low end VGA 4:3 LCD. Scanlines get filtered out.

     

    These are the best pictures I can manage.

     

    a8isa1_photo1.thumb.jpg.05c026b737727c2b59ef6e54f8faa3f5.jpg

     

    a8isa1_photo2.thumb.jpg.b20a9a7ad0209ff8e1c8ce90ca3b69b3.jpg

     

    a8isa1_photo3.thumb.jpg.48436422a846101695f78f0345ec51b7.jpg

     

     

     

     

    • Thanks 1
  16. 9 hours ago, drpeter said:

    For those taking an interest in the 'coming and going' artefact, I attach a test image and Rasta file which clearly demonstrates the 'canonical' behaviour when run in Altirra.

     

    The black bands appearing across the players (in sequence Player 0- orange, Player 1- pink, Player 2- mauve, Player 3- light blue) are caused by the artefact.

     

    The vertical level, as indicated by the numeric scale on the left, shows how many colour-clocks GTIA needs from writing HPOSPx to the display of the player - 5 in this 'canonical' case for every player.

     

    The vertical 'tramlines' exactly aligned either side of the players on the bottom half of the screen demonstrate that the players are appearing in the correct horizontal position.

     

    Feel free to try this on your own hardware, starting from cold and after the GTIA has had time to warm up, and report back, ideally with model & year of manufacture...

     

    Untitled.png

    drpeter_Artefact_Test.xex 18.29 kB · 7 downloads

    On my 1981 NTSC 800 the line appears at marking 6, whether cold or warmed up. 

     

    My 800XL cases and motherboards have been swapped so many times I cannot say the age of the system.   Current incarnation has a second revision NTSC Antic if that matters.  Line always appears at marking 5.

     

    Regards,

     

    SteveS

    • Thanks 1
×
×
  • Create New...