Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. What sector copier do you recommend? I have a modified 1050 with a speed loader (it's not Happy, it's the other really popular one that I honestly can't recall the name of at the moment). I assume that will work just fine. If not I may have an unmodified 810 around here somewhere.
  3. Errm, you know that there are plug-only adapters from DVI to HDMI?
  4. Hi @donjn, With the DVI, you can connect to HDMI with adapter sans audio. The issue with HDMI a license has to be paid to use the port and protocol.
  5. @foft I have no objection to this. Go right ahead with the poll. I look forward to reading it discreetly.. as an observer! 🙂
  6. I bought it for ColecoVision BITD and still have it. I thought it was great (and still do), but once I bought Jumpman Junior, I mostly turned my attention to that.
  7. Agree. I am mainly using my flash carts when developing new games. The newest 7800 homebrews require something like Dragonfly to run. My Otaku cart works for simpler games.
  8. This is pointless without HDMI output option. Not all of us have a CRT handy.
  9. So it turns out the power supply was just too weak. I had a 9V 1.1a power supply for my Atari SD and I tried that, the system works really well it just has a little hum so I'm going to recap it. Even the voice module works.
  10. 55. 20 would be less than two more years at the current rate. So it sounds like we're getting more of an existing publisher: "we continue to bring great new names to Evercade, alongside some returning friends and even more ways to play." (From the blog: https://evercade.co.uk/the-2024-evercade-roadmap/) Hoping for more Toaplan, Irem, Jaleco, or Data East.
  11. And then flood the market after all warranty periods had expired? Do we know how many were manufactured after that, and how many missed the skip?
  12. I have something working that has me quite excited. I knew it was possible but I couldn't quite get my brain around it for all this time. The idea is to leverage the ANS Forth "wordlist" system, used to implement vocabularies, to make "overlays" ( and in future SAMS modules) Overlays will let you have pre-compiled blocks for code for a specific purpose on disk, that you can bring into the system quickly. This is similar to the BSAVE/BLOAD function in FbForth. In ANS/ISO Forth each vocabulary is a "stand-alone" dictionary that ends with a null string. ( a zero) The way you add them to the search is by putting them in short list of other vocabularies. Forth then searches those lists one at a time, in the order you placed them. The commands to control the search order are: ONLY which clears the search order to a short list of words and FORTH ALSO which ads vocabularies to the search-order list. For example, the following commands put the vocabularies called FORTH, EDITOR, ASSEMBLER and MYSTUFF into the search list, in the reverse order that you read them. (of course. It's Forth. It's kind of like a stack of wordlists, last one is on top) ONLY FORTH ALSO EDITOR ALSO ASSEMBLER ALSO MYSTUFF If we added the word DEFINITIONS then all new definitions that we make would compile into MYSTUFF. What I wanted was a way to make a vocabulary that worked just like the normal ANS version but the wordlist and Forth code lived in Low RAM. When invoked this overlay vocabulary has to put itself in the search order but then also save the Forth dictionary pointer and switch it to the dictionary in LOW RAM. Doing that meant I had to revisit wordlists and really understand how all this stuff works and I finally got it. The overlay "vocabulary" is called OVERLAY. Here is the very "green" code The video shows it in action.
  13. Seriously: the best description of my work... ever. Thank you! The album is out now. All preordered carts were shipped and new orders will get shipped right away. Enjoy: https://remute.bandcamp.com/album/there-is-hope-atari-jaguar-music-album
  14. The "touch every section of the level" and "power ups that let you destroy enemies" are basically Pac-Man mechanics, combined with the platforming of Donkey Kong. The gameplay of the two most popular games of the era combined into one. Now you know the secrets to the game's success!
  15. I doubt it. The GK was not popular product and came late in the ti99 history of console production. QI focus was all about reducing costs and improving quality and reducing the number of warranty returns. TI already went through two customer lawsuits over the external power supply brick forcing them to replace all the wall hung ones and then again with fuse added ones. And warranty side was having issues with a number of returns and finally when TI went to government and asked for tax write down to pull out of production there was requirements to have enough inventory on to cover a few years of warranty replacements. The QI continued to be manufactured for over a year after sales shutdown to build up that stock of warranty replacements units in case they were needed.
  16. I did install ubuntu on internal SSD, it can be done Yes there is unexpected weirdness around installing OS'es onto m.2. But in the end I got around it by making the m.2 drive the default boot device, I created an EFI partition on the m2 and installed the rEFInd boot manager into it so I can select either Atari OS or Ubuntu at boot time. Since the December VCS update, some of the dual-boot issues seem to have been fixed. It used to be very easy to accidentally put Atari OS into update mode while dual-booting, but that doesn't seem to happen anymore.
  17. What issue did you have with MiSTer and Joyride? With foft’s core on MiST, I have only had two problems: 1 - Related to paddle support, one of the games incorrectly detected that I had an SNES controller. The core maintainer added an option to disable paddle support which fixed the problem. I can reenable paddle support for the games that use it. 2. The enhanced video messes up a few homebrew games. Again, the core maintainer added an option to disable the enhanced video which eliminated the problem. Though I own an 800XL and an XEGS, the 8-bit FPGA allows me to run PAL software and, I think, use a stereo Pokey. The compatibility has been fantastic. Bob C
  18. What is posted is the final version. Papa Pete created a video on it.
  19. From what I've read, Trademarks can be lost through non use or lack of enforcement, Copyright protection is effectively never lost, unless explicitly given away or the copyright has expired. However, if you do not actively defend your copyright, there may be broader unauthorized uses than you would like.
  20. Mine has arrived. Oh hell yeah.
  21. Realistically you'd want 2 character heights additional top and bottom of the default text screen to cater for games, demos and software you're likely to come across. The system can actually do 3 character heights top/bottom additional to the default (6 total = 30 for 240 scanlines) Generally it's demos that will use a lot of the potential screen area where games will be a bit more conservative. On PAL - IMO there's no reason really to not have the entire 240 scanlines visible and most CRTs will be that way.
  22. and typically it's a long back holiday weekend!
  23. This works already with the "original" Eclaire Mini. I always used a wireless keyboard with mine. The main problem is that you quickly need an USB hub because the board contains only two USB ports. Might be an option if its design would not be closed.
  24. @WOPRpwJOSHUAJust to add, rambo xl will only work in stock 800xl machines and not 800xlf machines, (the 800xl with a Freddie chip). Post a pic of your 800xl's main board if in doubt. From the outside the look identical.
  1. Load more activity
×
×
  • Create New...