Jump to content

Schmutzpuppe

Members
  • Posts

    849
  • Joined

  • Last visited

Everything posted by Schmutzpuppe

  1. Merry Christmas everyone. As some of you might know there where some changes in the Cartridge release of Froggie compared to the 'final' version I posted years ago. This includes bugfixes and additional music and sound. You can find this new version attached. One note, in the a78 version the Pokey flag is set but Pokey auto detection doesn't work with Prosystem emulator. So if you like to have Pokey music with Prosystem Emu you have to select it in the options. If you press select during the intro screen you will get into an option menu. You can toggle between these options by pressing select again. To change a setting move the joystick up/down. Press fire to go back. Thanks to you all for the feedback you gave over the years and very special thanks to Trebor and gambler172 for extensive testing. Have fun... froggie_release-version.zip
  2. I just get in touch the first time with 7800basic because I had to include some music to an existing source. It's really easy to include assembly. Looks like a great tool, I hope I'll have the chance to take a deeper look at it someday. Good job RevEng
  3. This would be really interesting, I hope these are only minor changes. For Froggie I patched the generated DLL of the highscore table so that it looks fine on PAL devices. Wonder if this also works with this ROM.
  4. I think I took the nodes from an Amiga Mod but don't remember the name
  5. Condolence to the family and friends. The 7800 community lost great guy. Gone way too early, sad
  6. Sixersfan105 is right, I was working on a TIA improvement (thanks to iesposta at this point). Actually I finished it it but personal business keep me back to do the final steps. I hope we will manage to release Froggie this year (finally).
  7. Just received my Antonia expansion. Great build quality! Thanks Simius
  8. This looks great, I like to have one please
  9. I am not aware of any extra bonus in the arcade version when catching both. IMHO it's just 200 for the lady frog and 200 for the fly. I implemented the scoring like mentioned here: http://www.classicgaming.cc/classics/frogger/about.php
  10. Currently I am adding HSC support. Unfortunately I do not own an AtariVox nor do I know how to program it. And far as I know there isn't any emulator with AtariVox support.
  11. Thank you for making a great game even better Pavros
  12. Thanks for your feedback. I forgot to thank Trebor, Gambler172 and Shawn Sr. for play testing, thank you guys! @KevinMos3: thanks for doing a video and nice label! @Cybearg: CPUWIZ is right, it’s written in assembler @Stun Runner 87: as Shawn said, he will produce a small run of carts after play testing. Froggie depends on Albert @Lynxpro: I think about adding HSC support. TIA sound is fine for me, no need to support Pokey.
  13. The 7800 shouldn’t be the only game console without Flappy Bird so here it is. It’s still beta so let me know if you find any bugs. Have fun! flappy.zip
  14. I made a mistake in the comment above, the DLLI is 16 pixel height not 8. Here a small snippet of a display list entry: a5: .byte <scrollram+9*scrollbuff+2,$e0,>scrollram+1,$00,$11 .byte <scrollram+9*scrollbuff+1,$e0,>scrollram+1,$1f,$c frog10: .byte <gfxdata+54,$9c,>gfxdata+6,$40 .byte <gfxdata+$b0,$40,>gfxdata,$9f,$0c .byte <gfxdata+$b0,$9f,>gfxdata,$90 .byte $00,$00 The corresponding display list list entry is .byte $cf,>a5,<a5 That's all for a line with cars and the frog. The two lines after frog10 are just black borders (mode 320d).
  15. The use of 320b mode in froggie isn't very special. It is realy just mode 320b using character set for 'background' (turtle, cars, logs) and single 'sprite' for frog and snake. I used two palletes, one for 'background' gfx and one for 'sprites'. Every 8 pixel row has a dli for changing colors. The real limitation of mode 320b was nailed by Eckhard in the thread mentioned before here http://atariage.com/forums/topic/68549-320b-help/?p=845100 Let me give kudos for Eckhard, Dan and Eric for their groundbreaking work concerning the 7800 in general here. Without them (and Bob 'the coding machine' DeCrescenzo of course) the 7800 would be lost into history... Any questions?
  16. Oh well, to be honest, I didn't pay anything upfront even if I think that the XM will be a great device. So I am some kind of neutral I think. Even if the communication seems to be not optimal a project like the XM is a really big deal for a (more or less) one man show. If you consider personal health problems you may start to imagine the problems Curt may have to finish the XM. The XM (like all other 7800 stuff that was or will be produced) will never be profitable so Curd will never make any money of it. It is just a matter of passion to him and his only potential failure may be that he overestimate his own capacity (of time). So please be patient even if it's a really long time you are waiting for the XM, I'am sure is worth it.
  17. I just found a small program I made back in 2005 and I think I never posted it before. It's nothing special just a digi-loop but maybe worth take a look anyway. visage.zip
  18. Due to the TIA limitations I wanted to make the game POKEY only at first. But after implementing TIA support I was quite satisfied with the result, it turned out that I it sounded better than expected. Also the limitation of two channels wasn't as bad as I thought it would. However pokey is better of course. You can hear it in this video http://www.youtube.com/watch?v=Cnmji8JGA2Q
×
×
  • Create New...