Jump to content

Jron

New Members
  • Content Count

    23
  • Joined

  • Last visited

Posts posted by Jron


  1. At retail, I have heard several times that "Atari doesn't sell well enough", meaning not for enough money to justify retail shelf space, as a reason they kept boxes in back rooms, and flea marketers have not bothered with 2600 stuff in favor of NES and beyond. So it could also be that with a dwindling number of people interested, the stuff that's left or being circulated among collectors is going to an audience that is simply willing to pay more.

     

    This is true. So much attention is on Nintendo. I've pretty much stopped my NES collecting because of this.

     

    E-Bay is not the best place to get "Atari era" games, unless you buy lots then resale the duplicates.

     

    I've been finding Atari games (consoles and computer) for $1 or $2 a piece at local game stores and retro game convention, even the more uncommon/rare ones. The last convention I went to had multiple vendors with totes just full of Atari, Intellivision, etc carts. They don't even bother sorting or looking up prices on them. Most notable from last year was a Donkey Kong Jr and Centipede for the 7800 for $1 each. I got Pitt Fall and River Raid carts for the Atari computer pretty cheap too, maybe $3 each (memory is fuzzy on those).


  2. Greetings!

     

    I just acquired my first Odyssey 2 console this weekend while at the Retro Game Con in Syracuse. Unfortunately, my adventures with KC Munchkin are on hold while I figure out a video issue.

     

    When turned on the picture is black with or without a cartridge in it. I can hear the audio from the game when I press a number key so I know code is being executed and that the CPU is probably fine.

     

    I've reset both CPU and AV chips in their sockets a few times. I also re-flowed the socket pins. I also added a composite amp to remove the RF modulator from equation. I get audio through it but the video is still black through composite. The TV does see a composite video signal.

     

    Next I want to re-flow some more pins, check some continuity, signals (AV and Color chips), and maybe replace the electrolytic caps (the seem ok though).

     

    Before I do that I wanted to tap the knowledge base here. Does anyone have any recommendations on how I should go about debugging/fixing this? I do have an oscilloscope available.

     

    Composite amp schematics:

    http://solarfox.triluminary.net/hwh_o2avc_p2.php

     

    Odyssey 2 schematics I'm using:

    https://console5.com/wiki/Odyssey2

     

    I found this thread, but it was a dead-end:

    http://atariage.com/forums/topic/170540-magnavox-odyssey-2-picture-problem/


  3. Welcome, it's always time to join.

     

    I'd only ask you to play on Standard or, if you're using the Coleco Special Edition, on the Arcade setting.

    Your score is green (novice) and it's pink for the standard mode. If you're using Stella, press F1 to select Standard.

     

    Ooops, missed that rule. I will try to get another run in this weekend.


  4. The problem does not happen when using the ctrl key. Thanks for that tip!

    Have you tried firing with the CTRL key instead of the space bar?

     

    It also doesn't do it when using a usb game pad. it must be something specific to my notebook's keyboard. Thanks everyone!

     

    Edit: I tested with my usb keyboard and could not duplicate it. I guess it must be a feature of Thinkpad keyboards.

    • Like 1

  5. I added that to try to fix the problem. I removed that and the next if statement and the problem still persists.

     

    Isn't that exactly what your code is designed to do?

      ;-------------------------------------
      ; Skip player movement if attacking (preserving player attacking animation)
      ;
      if joy0fire || _Bit0_P0_Attacking{0} then goto __Skip_Player_Movement
    
    

     

     

    I was thinking about that on my way to work. Maybe windows or my keyboard driver is doing a "sticky key" type thing? I will try using a usb gamepad tonight and report back.

    I always use a USB joystick when testing builds. The keyboard can cause problems. Bluetooth keyboards are worse as with bad signals or low batteries they can repeat keystrokes.


  6. Hello all!

     

    I am checking to see if I'm doing something wrong in my code, or if I found a compiler or Stella bug.

     

    I am having an issue with the joystick direction getting stuck frequently in Stella when the fire button is pressed. I have confirmed through the debug tools that the joystick direction switch is stuck on when this happens even though I am not holding down any cursor keys. The cursor keys on my computer are not having problems in any other software.

     

    It can be duplicated by pressing a direction and tapping the fire key and releasing the direction key. I think the timing needs to be right, but it will do it eventually.

     

    I am using DPC+

     

    I've attached my debug basic code that is stripped of everything except for the movement, playfield collision, and animation code. I kept removing pieces of code hoping to find the culprit but no luck. The code that is left is based off from code I found in the "batari Basic Command Reference" which I modified to fit how I wanted the player to move on the screen.

     

    I am running the latest Batari Basic dev software found here in the forums and my Stella version is 5.1.3

     

    I do not have a Harmony cart to be able to test this on a real 2600 (but I am curious if it also happens on a console).

     

    I appreciate everyone's time.

     

    debug-movement.bas.bin

    debug-movement.bas


  7. By all the creatures great and small! I always suspected 2600bas.exe and Stella were eating up my creativity and free time. Thank gawd Avira finally confirmed this!

     

    NOTE: Not picking on you Jron. Just annoyed at Avira and other security products misdiagnosing indie dev tools. Even more when they misdiagnose technicians repair tools intentionally.

     

    I didn't even get to go past a hello world type game before being afflicted :rolling:

     

    I'm guessing no need to worry? I downloaded everything from links in this forum.

    • Like 1

  8. It's a false positive. My bB binaries are built on a Linux system and they never see a Windows system until the end-user receives them. There's no virus capable of crossing over from Linux to Windows, or visa versa.

     

    There's more detail about this false-positive here.

     

    Unfortunately the AV companies don't seem to care about collateral damage to open source projects, and websites.

     

    [edit - try again now. I've just recompiled the binaries with a different level of compiler optimization, basically shuffling the bytes around, and VirusTotal shows Avast and all but 1 AV program accepting it now. Stupid AV companies are wasting everybody's time, and ruining reputations.]

     

    Hello RevEng,
    Is this the same false positive you are talking about?

    Avira virus notification for bbfilter.exe

     

    • Like 2
×
×
  • Create New...