Jump to content

PacManPlus

Members
  • Posts

    5,989
  • Joined

  • Days Won

    35

PacManPlus last won the day on June 29

PacManPlus had the most liked content!

About PacManPlus

  • Birthday July 29

Contact / Social Media

Profile Information

  • Custom Status
    Atari 7800 & NES Developer
  • Gender
    Male
  • Location
    Florida

Recent Profile Visitors

83,881 profile views

PacManPlus's Achievements

Quadrunner

Quadrunner (9/9)

9.5k

Reputation

  1. Thank you so much! I do have to say whenever this is brought up, that if it weren't for @Kurt_Woloch doing the entire pinball movement and physics, this probably would not have been completed. He is incredibly smart! Bob P.s... I had finally acquired the actual arcade cabinet not long after the game was completed. It needed a lot of work, but I got it up and running 😀
  2. Ok, so it's getting to the point where I get nervous when they name a Hurricane with an 'I': Irma, Ian, and now Idalia is supposed to hit here...

    1. GoldLeader

      GoldLeader

      Be safe Bob!   Evacuate if need be...

    2. frankodragon

      frankodragon

      Never trust a storm, especially one that sounds like an onion.  

    3. KrunchyTC

      KrunchyTC

      You were my first thought Rob. Be safe!

  3. Ok, I have good news and bad news. The good news is that I changed the front buttons to use the 'menu' button for select, and I changed all six games mentioned above. The bad news is I have to run out again and I haven't had the chance to test them. I'm posting them here. Could I ask you guys a favor and see if there are any issues? There should be no 'resets' any more when using an emulator, and they should work on multi carts with the FB joysticks, (or without of course). They all say v1.1 somewhere on the splash screen... Astro Fighter: AstroFighter.A78 AstroFighter.BIN Galaxian: Galaxian.A78 Galaxian.BIN Meteor Shower: MeteorSh.A78 MeteorSh.BIN MeteorShP.A78 MeteorShP.BIN Moon Cresta: MoonCresta.A78 MoonCresta.bin MoonCrestaP.A78 MoonCrestaP.bin Space Invaders: SI7800.A78 SI7800.bin SI7800P.A78 SI7800P.bin UniWars: UniWarS.A78 UniWarS.BIN ALSO, Meteor Shower now has the 'Hyperspace' sound added in. This was something I missed when I first put out this game. Please let me know, and thank you, Bob
  4. Well, I'll at least make the change to use the menu button instead of select for the games listed above... At least then it wont interfere with emulators or (possibly) game pads 🙂
  5. The buttons on the front of the fb joysticks are set. I dont have the exact directions in front of me (I'm not home ATM), but i think the four of them are Up+Down Left+Right Up+Down+Left and Up+Down+Right Those map to Menu, Reset, Select, and Rewind. Can't remember which map to which right now, but i did another thread a while back that shows it... EDIT - Found the old thread:
  6. Hmmm.... Ok new idea. When i get home later, I'll change it so the 'menu' button is 'select' (that one is up+down). I'll change Galaxian to be that too. Which means that only the left / right joystick games will have fb button support. (And there's very few of those): - Astro Fighter - Meteor Shower - Galaxian - Moon Cresta - Space Invaders - UniWarS
  7. Hey! Ok, this is what is happening: The BUP emulator, like ProSystem, is allowing for left and right simultaneous presses. The 'left + right' keypress is the 'select' button on the flashback joystick. It will take you back to the menu. This will not happen on the real thing (with a multicart, or the new bin) unless you are using a controller that allows for left+right simultaneously (i.e. all buttons) which normally is an impossible combination. I know A7800 does not allow for this, as that's the emulator I always test with. (I tested it on the real thing as well). Bob
  8. I didn't do the New Wave Toys one... Wonder what they used for that.
  9. Thank you! Although, I actually was doing these for the multicarts... I'm sure Al is knee-deep in building at the moment...
  10. I've also done Moon Cresta below; along with that, I've fixed some things that always bugged me about this game: - Relaxed the bullet to enemy collision detection (no more bullets going through enemies!) - Changed the score to be left padded with spaces instead of zeros (until the last two zeros, which seemed to be the norm) You will know it's the new version because I've used the alternate logo on the splash screen (and added the 'v1.1' like I did with Galaxian) MoonCresta.A78 MoonCresta.bin MoonCrestaP.A78 MoonCrestaP.bin
  11. Update: All of the 'Pac-Man Collections' are out; the original has the console button check routine too convoluted within the code and there were strange issues when I added the routine. The 40th ones did not have enough ROM space in the main bank.
  12. So, question for you all. I know I started this once before, but I'm trying it again. If you're like me, you have a bunch of Flashbacks, and with those there are joysticks that have 'Select' 'Start' and 'Rewind' buttons on them. For the multicart bins: on my games that don't auto detect the 1 or 2 button joystick and are not paddle games: - Astro Fighter - Bentley Bear's Crystal Quest (Uses the difficulty switches to select type of joystick, doesn't auto detect) - Crazy Otto - Failsafe - Frenzy - Meteor Shower - Galaxian - Jr. Pac-Man - K.C. Munchkin - Moon Cresta - Pac-Man Collection 40th Anniversary Edition - Pac-Man Collection Pokey - Pac-Man Collection - Pac-Man Energy Drink Edition - Space Invaders - Super Pac-Man - UniWarS I could potentially add this routine to all of the above (I made it modular to be easy to add, provided there is ROM space). I would use the 'Select', 'Start', and 'Rewind' as 'Select', 'Reset' and 'Pause', respectively. The excellent A7800 emulator doesn't allow invalid direction pressing (i.e. left + right simultaneously, etc. - which these extra buttons use) so there shouldn't be much of an issue. I know ProSystem does allow for this, but A7800 is leagues better anyway (BTW, the reason why I would only be doing the games that don't auto-detect the 1 or 2 button joystick is because the joysticks that have the extra buttons in the front messes up the auto-detection routine). I've added it to Galaxian here below, so give it a try and let me know if I should add it to the others. Please note: - It's sometimes a little difficult to press the front buttons; sometimes only one or two of the directions register, which can make this a little frustrating. This is why I'm asking. - The two 'Pause' buttons have their own routine so I can keep the routine modular. This means that pressing 'Pause' on the console requires you to hit 'Pause' on the console to start again. Same with the 'Rewind' (Pause) button on the front of the joystick. They aren't interchangeable. Let me know what you think. Bob Galaxian.A78 Galaxian.BIN
  13. Just so you know, Bentley Bear's Crystal Quest has multiple level warps, plus a warp to a secret level.
  14. Understood. One of your reasons is kind of why I slowed down with my 7800 dev... there are so many good developers out there, coming up with their own ideas, I can't keep up. Very sorry to see you go though. Thank you for covering my games (and also using some of my songs in your episode) It is truly appreciated. Bob
×
×
  • Create New...