Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I give everyone up to 3 "second-chance" entries into the drawing. So I could slim it down to the top 3 picks per person. I am doing it that way because I am lazy and don't want someone missing out on a second-chance entry. I'm trying to reward players who may not win, but put in effort and submit scores.
  3. Well what kind of screws does the Top 3 on the GC Controller Ports has? I just want the 3 for the top & also the 2 screws that hold the faceplate
  4. Yeah, I'm not gonna lie, it was those YouTubers opining that we've yet to see the console's true potential that reeled me in. Practically speaking though, it's not fair to compare things like OpenLaura to contemporary games. Games ship on a budget and with a deadline. Unless it's a developer's third round on a console refining their engine for one last sequel before the next gen thing comes out, they're never going to be pushing anything to its limits. Jaguar didn't have the longevity to get to that. With that in mind though, I think Battlemorph, Iron Soldier 2, and maybe Hiverstrike: Unconquered Lands are pretty good examples of the Jaguar pushed to its 3D limits via contemporary development. No doubt someone could do a passion project with carefully defined constraints that blows those away, but that's a whole different thing. It's hard to compare hardware abilities just by eyeballing game visuals. That's a combination of developer cleverness, artistic talent, and hardware abilities.
  5. Wanted to make this video almost two months ago to mark the 3rd year I've been working on this silly project, but got sidetracked by major life stuff. The video is a little bit on the spoiler-y side if you're someone who wants to play things fresh.
  6. Hopefully this game is better balanced and not as random and rushed as King of Edom.
  7. The Happy 1050 uses that style for bank switching, with a JSR to the bank address followed by the target address. Makes disassembly fun, especially since the two banks overlap in address space. The 1050 Turbo had an even nastier form of bank switching, which has a bunch of trampolines like this: F804: 2C 01 F0 BIT $F001 F807: 2C 03 F0 BIT $F003 F80A: 2C 02 F0 BIT $F002 F80D: 4C 13 F8 JMP $F813 Why's it nasty? Because each one of those reads is actually a jump. The read triggered by those BIT instructions causes an immediate bank switch such that the next instruction comes from a different bank at the following address. It would have been worse had the trampolines not all been placed at the front of the bank where they were easier to track. 2600 games pull a lot of dirty tricks due to heavy use of bank switching and size-saving tricks. Tables are really fun, you see a lookup like LDA $F017,X and have to figure out it's actually LDA $F027-$10,X with X >= $10... or the sprite table that you tried to rewrite for GTIA also happened to overlap on one side with the sound table and on the other side with the score graphics.
  8. Today
  9. Didn't see the above explanation, but did test with values of 266 Mhz and 2 NOPs. I picked those based on what I had used in the past. The SAMS burn-in worked on all 3 of my TIs. Will test 250 Mhz and 1 NOP next.
  10. Maybe a basic way of sorting games like we started with, use a prefix (when alphabet sorted) to group them together, 1intellivision name.rom (1stonix.rom) 2colecovision name 1.col (2mousetrap.col) 2colecovision name 2.col (2carnival.col)
  11. This hack has become my absolute favorite Atari 2600 game. I wish I could have this on a cart! I can't even play the original anymore.
  12. it's a good question and hard to answer without more investigation into the potentiometers. The potentiometers are sealed and barely used, so it's not obvious. It's also possible I was dealt a lemon, but true durability can only be measured by the community.
  13. It was newly formatted FAT32 using GParted. Fresh format and then copied the games over. I used the same process with the good working 32GB microSD card. I have run into this sort of situation with other flash carts and ODE's in the past as well, so now when I run into loading issues my first instinct is to try different media. Initially when I was getting the black screen with Iron Soldier 2 I searched the forums here and found some other posts with people saying the exact same thing so I chalked it up to a compatibility issue. I was quite surprised to see that the game actually DOES work...just not with my first choice of media. I think my point is really that if people are having issues launching titles it may be a good idea to try alt media. The 32GB microSD card model I use that is working great is quite cheap ($7 and change) and these have been pretty reliable.
  14. Did you check if your original SD card was fragmented? That can cause issues for the JagGD, though mainly for CD games. Mitch
  15. Hi I want to share my most recent project: Robo Tito (a.k.a Tito el robotito contra los fantasmas) It is a jumpless platformer where you control Tito, a robot that can't jump, but he can stretch to reach platforms and hang from them. Due to a programming error in his system, he is allergic to scary things. To his misfortune he is trapped in a place infested with scary things (zombies, ghosts, bats, skulls), so he have to look for an exit, avoiding to touch those spooky stuff. I have tested it on Stella and on actual hardware. But as always testing and feedback would be appreciated. FIRST DEMO Robotito Demo 1
  16. Aha, thank you I was wondering about that port! So we just unplug the wireless modem temporarily to access it? The SD card version of the PlusCart seems redundant with the Flash RAM being so easily accessible.
  17. Thanks to all who responded, and much thanks to foft. Turns out the config programs need to be launched from DOS (I tried MyDOS and it worked). I was finally able to flash the PokeyMax core 🙂.
  18. Things that don't have lowercase at all: 99/4 of course Punch tools for cards, except with "multipunch" keys Line printers with 60 chars on rotating drum Many teletypes and dumb terminals BCDIC Paper tape Programming languages until late 70s Any 6- bit communication link I looked up IBM stuff: IBM System/360 BCDIC EBCDIC Punch Card Tape HEX HEX HOLES (binary) SPACE 40 40 none a-i n/a 81-89 12- 0-1 to 9 n/a j-r n/a 91-99 12-11-1 to 9 n/a s-z n/a A2-A9 11-0-2 to 9 n/a A-I C1-C9 C1-C9 12-1 to 12-9 110001 to 111001 J-R D1-D9 D1-D9 11-1 to 11-9 100001 to 101001 S-Z E2-E9 E2-E9 0-2 to 0-9 010010 to 011001 0-9 F0-F9 F0-F9 0 to 9 001010 for 0 000001 to 001001
  19. I've been running my emulator on Mame .170 for a very long time (obviously) Decided to try to upgrade to the latest .264. But duplicating the general settings, the trackball on my X-Arcade isn't working at all on the new version. Not even sure what to check at this point. It's just supposed to be a mouse. The trackball even moves in the interface, just not the games!
  20. Just a quick update.. I made this Epson ESC/P Parser APP (Work-in-Progress) with Atari ST ASCII to Unicode lookup table. You can choose system installed fonts or fonts from app sketchPath("Fonts") folder. 😃
  21. The Inty HSC Season 19 is now in a suspended state. The games currently open will stay open until we get more players. No new games will be added until the ball gets rolling again and if that doesn't happen, SO BE IT!!! 🥺
  22. Yeah you've got all the evidence right there. Right there in front of whoever designed the chars. Still, they knew how to make lower case in dot matrix. But from memos I see, their world was usually devoid of lower case. MEMOS WERE WRITTEN IN ALL CAPS. I speculate that all online messages traveled through IBM mainframe in EBCDIC with no lower case.
  23. Posted the GPL code with additional comments by yours truly—no ALC translation, yet. ...lee
  1. Load more activity
×
×
  • Create New...