Jump to content

batari

+AtariAge Subscriber
  • Posts

    8,918
  • Joined

  • Days Won

    9

Everything posted by batari

  1. Sure. The game is very loosely based on some of the old fairy tales of the same name, particularly the one where the gingerbread man escapes the oven, then the house, then heads into the forest, and encounters one animal after the next. There are four levels and 5 screens, let's call them 1-1 to 4-5. Boss screens are 1-5, 2-5, 3-5 and 4-5. Level 1-5: The cat None of the bosses are easy to defeat, but the cat is the slowest and easiest to avoid of them all. Level 2-5: The bulldog: Faster and less predictable, but bigger. Easier to hit, but harder to avoid. Level 3-5: The pig: Taller, faster, and more deliberate than the bulldog, the pig is a formidable enemy. Level 4-5: The swimming fox In most versions of the story, a wily fox asks the gingerbread man by offering to let it climb upon its back and swim to safety, but it's trick, so don't do it! The screen is flooded with water while the fox swims on the surface. As the water fills the screen more and more, there is less room for action on the screen. As a starchy confection, you can't really swim. You can only bob a little, though you can duck underwater briefly to avoid enemies. Defeat the final boss and you beat the game! To my knowledge, nobody has beaten the game yet. I've only managed to defeat the boss one time in testing, and I wasn't playing through, so it doesn't count. I have never heard of anyone doing it. Beating the game: I admit that the game is really hard. Some say it's too hard. But we can at least all agree that it's a huge challenge. One thing that helps is that continues are allowed until level 3-4. After that you have only your remaining lives to beat the game. However, if you somehow make it to level 4-5, continues get re-enabled so you can have as many chances to beat the swimming fox as you want. If you want a bit of a boost at beating the game, there are three secret warp screens, which are situated "above" levels 1-1, 2-1, and 3-1. Call these 1-W, 2-W and 3-W. If you can jump high enough, you can get to the warp screen. There is no warp screen above 4-1. To jump high enough, I have never heard about anyone beating the game before, but maybe with this post, someone will.
  2. Space Rocks and Scramble (Champ games) are two more examples I can think of.
  3. Generally, HOKEY versions are going to be $0450 but there might be a handful of early HOKEY versions of the cart released with $4000 (write-only, so it doesn’t conflict with the ROM.) I can go through my notes to confirm this if the music doesn’t want to work.
  4. For the past month or so, I have been able to use a Concerto to play games onto the 2600+. You'll need a firmware update for this to work, and I am still working out some kinks but it should be available before too long. How it works: rename the game you want to play to autorom.a78, and put it in an SD card. With new firmware, the game will then run on the 2600+. I will post a video shortly.
  5. Eventually there will be an updated cart, but the original carts will still be available. Here is a picture of the board that came in the other day, to show the size comparison. Some things needed changing so there is a new revision coming in a week or so.
  6. Amazon and other huge retailers (that can easily afford the loss), seem to have created the belief that sellers are on the hook for offering free replacements for theft. However, this is a bit different than the usual case. Most of the time when an item is marked delivered and not there when the buyer gets home, we don't actually know whether it was stolen or if the carrier misdelivered, lied or screwed up. So without knowing what happened, morally the seller may be on the hook to resolve the matter. I have had to refund several times when the carrier messed up or when nobody knows what really happened. However, your buyer actually showed you proof that it was stolen, so we see that the carrier did their job correctly and so did you, so morally the onus should not be on you (though, because of big retailers creating some expectation that sellers are responsible for theft after the job was done, you may still lose this one, unfortunately.)
  7. Thanks there will be at least one more revision to this. Aside from making the board shorter, I wanted to add one more possible configuration. This board supports just the Pico, or the Pico+ARM, but I also want it to be capable of just having the ARM chip on its own. I need to change some things around to make that possible.
  8. Since some asked for more info, I thought I would post pictures of the latest prototype. A picture of an assembled board. This one only shows the Pi Pico and 16MB flash chip. The 512k ARM chip (that can play the larger CDFJ ARM games like Elevator Action and Turbo) in the upper corner is not populated on this board. Even without a plastic casing, the HEM can easily plug into a Harmony cart as the board is its own cartridge guide. Shown is the HEM+Harmony plugged into a 7800. Some changes are being made to this board. I will try to make it shorter - its height is mostly due to the limitations imposed by its ability to fit into a modified 2600 shell.
  9. It is possible, yes, but with a caveat. The current Melody driver works on my end, but I have gotten reports from others that sometimes it doesn't boot (though if it does boot, it works fine.) You can test out the Melody driver by using developer mode on a Harmony to burn the game directly to Harmony's memory, and you can see if a Melody version of a Starpath game would work for you. I have been meaning to figure out why it doesn't boot for some people.
  10. It isn't clear if you really understand how these ARM carts work. The ARM chip's IO is directly connected to the hardware and literally produces produces and responds to logic signals in real time just like actual logic can do. They are not just "bare metal" but they are literally emulating hardware in a cycle-accurate way, in some cases down to around 5ns of resolution. At the level needed to emulate certain legacy hardware, there is literally no way to tell the difference between an ARM and an a FPGA. A CPU and FPGA are more similar than FPGA proponents would like to believe. Each is a reconfigurable state machine in its essence, and in this realm there is actually a lot of overlap in the tasks that each can perform in a 100% cycle-accurate way. The only practical difference between the two is an FPGA can be programmed to do many things at the same time and each CPU core can only do one thing at a time. But hardware emulation of a legacy device is not incredibly complicated, and may run 1/50th the speed, maybe even a few hundredths of the speed. So the advantage of doing things in parallel that a FPGA offers is a lot less important. Suppose you can run your FPGA at 100 Mhz, and your ARM at the same speed, but the system being emulated is 1 MHz? Who cares if an FPGA can do 10 things in parallel, if the CPU can do these 10 things one step at a time, as long as you complete the task within the time allotted by the hardware, this benefit goes away and there is no way to tell the difference. CPUs will get faster, and legacy systems will stay the same. Sooner or later as this gap widens, we will have the ability to have a cycle-accurate, drop-in replacement chips that run on a CPU. Although we may not yet at the point where an ARM chip can perform 100% cycle-accurate hardware emulation of, say, the Atari 2600's TIA chip, I think it's just a matter of time before we are.
  11. It's actually 1993 tech, if you consider the ARM core being used was first released in that year.
  12. It's not hard to understand. The ARM carts are programmable carts, so it's essentially like having a 32x and a 32x cart all in one. Like 32x, ARM carts do not bypass any chips and go direct to video out like NES Doom. You're practically just using the console for power. The ARM in DPC+ is just a coprocessor for the 6507, like 32x. If DPC+ is cheating, then so are all 32x products.
  13. Well, to be more clear, I didn't mean to compare ARM carts to the 32X itself, but more to the 32x with a 32x cart plugged into it.
  14. Yes, I would rather see the technology (which basically replicates the Maria and TIA chips in their entirety within the cart itself) being used for this instead, because otherwise you only get the RGB video out from a single cart.
  15. I'd say the "absurdity" is more in the ballpark of the Sega 32x than the project you are referring to.
  16. There’s an RGB video mod for the 2600. So then you have RGB out from any cart, not just the flashcart. https://etim.net.au/shop/shop.php?crn=210&rn=552&action=show_detail
  17. FPGA is emulation. It's hardware emulation (emulation of the lower-level signals and states of hardware), as opposed to software emulation (reproducing the higher-level behavior of the hardware). Thing is, FPGAs aren't necessarily representing every single hardware state or transition. There are almost certainly some optimizations, generalizations and compromises. FPGAs are typically not perfect replacements for retro hardware. They are not even necessarily more accurate than pure hardware emulation, either. Pure software emulation has gotten very good. I think for most people, the fact that it's gotten hard to tell the difference anymore is enough. Also, the line between software and hardware emulation is blurry. Microcontrollers are getting faster, and they are also more and more able to also do hardware emulation, particularly of older systems, meaning they are becoming more and more capable of working with hardware signals in real time just like real hardware and they do it for a much lower price than FPGAs. Hardware emulation from microcontrollers is important distinction from pure software emulation that the FPGA crowd doesn't seem to appreciate, or in some cases, even want to acknowledge, but it is happening and has been for some time, and it will only get better. As the lines blur more and more, I think FPGAs will become less important in retrogaming as they have always been more costly than micros, and I doubt that will ever change.
  18. batari

    Movie Cart

    A11 is not affected by the 7800, so you should be good there. So it sounds like A12 is not going to cause you any problems. That being said, for posterity, my recollection with A12 is that it would go low for about 100ns around the middle of the cycle, so yes, this is rather inconvenient for a lot of devices.
  19. batari

    Movie Cart

    Yes, it is very possible that this is the issue. Essentially, the problem is that on these problem consoles, soon after an address change where A12 is high, it will go low for a short time before going high again. What I had to do is ignore A12 in cases where there should not have been enough time for a legitimate low to occur.
  20. batari

    Movie Cart

    Likely 1000% because you aren't charging enough for these
  21. The signal from the headphone jack connects to a lead of the larger capacitor on the opposite side of the board near the DB9 connector. Then the other lead of the capacitor connects to IC2. I am guessing the purpose of the capacitor is to remove the DC offset from the audio signal, but I didn't design the circuit.
  22. This topic is about Harmony Encore, which has more than 512k of memory for games, so it can support games much larger than 32k. The standard Harmony has 32k, so you may have found that info (or it was older info, before Harmony Encore was released in 2014.) So this means that if you have a Harmony Encore, it will support nearly every game released, including Penult (since it was specifically mentioned.) There are a few demos out there that it doesn't support, but the only released games I am aware of that you can't play on Harmony Encore are two newer Champ games. However, I am working on upgrades so people will be able to play those games. Hopefully there will be an announcement soon on these upgrades.
  23. I should point out that HOKEY is not just a POKEY replacement. While there is a point about using actual legacy sound chips - that is cool in its on regard - HOKEY should eventually be able to replicate the POKEY, the SN chip and Yamaha FM chips.
  24. He's had his cart for weeks now - it shipped out on the 7th day after ordering.
×
×
  • Create New...