Jump to content

Karl G

+AtariAge Subscriber
  • Posts

    3,724
  • Joined

  • Last visited

  • Days Won

    1

Karl G last won the day on February 10 2022

Karl G had the most liked content!

7 Followers

About Karl G

  • Birthday 09/17/1973

Profile Information

  • Gender
    Male
  • Location
    Indianapolis, IN

Recent Profile Visitors

13,901 profile views

Karl G's Achievements

River Patroller

River Patroller (8/9)

4.8k

Reputation

1

Community Answers

  1. JFYI to anyone else who may be interested in discussions of DOS, DOS games, vintage PC hardware, etc. I have made a club for those kinds of topics. https://forums.atariage.com/forum/434-dos-discussion/
  2. JFYI I have made a club for this: https://forums.atariage.com/forum/434-dos-discussion/
  3. This looks amazing! The gameplay is smooth, and the graphics look great! My one suggestion so far would be to have more of an indication of when you are hit. Maybe your ship can flash slightly when you take damage, or perhaps just the shield indicator?
  4. I have two systems that run DOS right now: one is a vintage HP 200LX palmtop, which is a genuine pocket-sized XT-compatible system with CGA running on a grayscale LCD screen. I love this device, but the screen presents challenges for old eyes, especially since it is not backlit. The other is a Book 8088, which is a new system meant to be a recreation of the original IBM PC with CGA graphics in notebook form. I swapped out the slightly faster NEC V20 with a genuine 8088 on mine.
  5. This is an evolving list; I will add to it as I go. Feel free to suggest any I have missed! DOS and Other DOS Communities FreeDOS: An open-source re-implementation of DOS; mostly complete. DOS ain't dead: DOS-related forums. VOGONS: DOS, hardware, and emulation discussion. Dosgames Forum: DOS games discussion and more. DOS Emulation DOSBox: A DOS emulator with a focus on running DOS games. DOSBox-X: A fork of DOSBox with more of a focus on accuracy and completeness. Development DJGPP: DOS 32-bit development toolchain (runs on 368 or later, and produces code for 386 or later) Open Watcom: An open-source version of the classic Watcom compiler; reasonably modern and up to date. Runs on 386 or later, but can produce either 16 or 32-bit code. Vintage Borland C/C++: Various versions of the original DOS Borland C/C++ compilers. Vintage Turbo C/C++: Various versions of the original DOS Turbo C/C++ compilers. Vintage Microsoft C/C++: Various versions of the Microsoft C/C++ compilers. NASM Assembler: Free and open-source assembler for many platforms, including DOS.
  6. The short answer is that it should work up to 64K, but the 128K and 256K versions will not, at least not currently. The longer answer is that there's no technical reason that these sizes could be supported, but support for these bankswitching formats has not been added yet. The bankswitching formats that would need to be added to the 2600+ are: DF (128K) DFSC (128K + SuperChip RAM) BF (256K) BFSC (256K + SuperChip RAM) My game Penult uses DFSC, so that will probably eventually be supported (since it's a released homebrew cart), but I have been asking about it for months with no sign of movement on it so far. Edit: I should probably tag @RevEng to verify the accuracy of my answer since this is his framework.
  7. Pretty cool! It definitely looks like it could be mass chaos! I was wondering how score could be displayed. Perhaps each player could have an associated color, and the score displayed is the player that most recently scored a point with the score in their associated color (so maybe each Pac-Man should be the appropriate color as well).
  8. I'm not sure what's wrong, either, since my copy of bB crashes trying to compile this. One question, though: What is your customized std_kernel.asm? If you didn't intend this, then delete the copy in that directory, and let bB use its standard one. What version of bB are you using? I don't see a version string in your compiler output, which makes me wonder if you are using an older version.
  9. I'm quite curious what you mean by "multi-threading support" in the context of a single 8-bit processor. 🙂
  10. A most impressive feat! You pack a lot into that 4K, and the lack of flicker (so far at least) is a nice bonus. I'm wondering how committed you are to keeping it as close to the arcade version as possible? I have an idea that I think would work well with the kernel you are using, but isn't strictly true to the original. Specifically, I noticed the groups of two turtles have one sprite turtle followed by 3 lines presumably to represent the second turtle. I was wondering if you could instead use the lines to represent a partially submerged turtle instead? That way, you could have the group of two taking turns which one is submerged, and that way the lines would make more sense, and you still wouldn't need more than one sprite in the pair of turtles at a time.
  11. A second this suggestion! I would love to see such a forum on AtariAge. Perhaps it would be called "Vintage PC"?
  12. The latest information I have is that the Penult cart is at least not yet supported on the 2600+, but I have asked to see if there is any updated information on that.
  13. Hi @Albert and @Ben from Plaion - I have another person asking me if the Penult cartridge will work with the 2600+. Did this cart get sent over, and has DFSC bankswitching support been added? Also relevant is whether or not AtatiVox/SaveKey support is working or likely to work in the future, as the game all but requires it. Thanks in advance for any updated info!
  14. Is there a TL;DR description of what changes to the original game are in this hack?
  15. I think what you are trying to make already exists, unless I am misunderstanding something. I don't think any 2600 games have been made to take advantage of it, though: https://stoneagegamer.com/mega7800-controller-adapter-for-atari-7800-retrohq.html
×
×
  • Create New...