Jump to content

jhusak

Members
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jhusak

  1. Ok, thank you. I have added this to Makefile. I prepared this on MacosX so I missed it. I have used sasm6502 several times already, during optimizing one of my games
  2. If you're doing 6502 assembly snippets in Action!, you don't have to struggle anymore. Just use this simple assembler and copy-paste the result https://github.com/jhusak/sasm6502 Needed it, whipped it up last night, added labels today. Enjoy, Action! folks!
  3. I think no chance to get sources of The Warsaw Tetris. They've gone. We have met lately on the Atari-meeting in Warsaw after 35 years! And Arek Łukszo (the author) said that he gave all the disquettes to Tomasz Mazur, who literally has no idea where they would be
  4. Undigging The Numen demo as it is does not work fully from AtariMaxFlash, JCart and other cartridges with banks depending on read from d500-f5ff. Here is a version which is patched to work with those cartridges. Thanks 0xF for help! Numen (320k)(D5Fix).xex
  5. OnEscape JatariCart 1MB version:->link<-Works without mods. Please test if you have the JatariCart
  6. Thanks to all for all the good words! The ATR will be one disc 90 kB.
  7. Thanks for info, I have picked the firmware version from: (it is visible at the beginning).
  8. Is there somewhere the UnoCart firmware version 1.4? I have lurked into the binary attached some pages before and it looked to be 1.3. My version is "1.2 Electrotrains/FJC '16" On github the last version is 1.2. Also, where are binaries for demos for ARM inside UnoCart? (stniccc.rom for example) Thanks in advance.
  9. This is older version, look at reddish frame.
  10. For now it looks much better
  11. Confirmed. Laying long in the drawer but now in heavy development. The game works, but some minor things has to be done yet. Maybe some bugs.
  12. Now current version either for avgcart or side2/incognito does not make ANY scratches or glitches when play start. Even covox version driven by $D300/PORTA dadded. And new one-evening project for simcovox on $d300 - arduino mini based https://github.com/jhusak/atari8_simcovox_arduino_mega328p
  13. AVFPLAY for AVGCART NEW VERSION ALERT!!!->link<-added: volumeup/down (POKEY ONLY)removed annoying beep at the beginning;added pauseadded ESC during play to exit to menuadded COVOX support (untested, however it worked that way in SIDE version)
  14. Hello there, new version of MOVPLAY for SIDE/SIDEII! New features: - sound quality best achievable on POKEY ANTIC and GTIA turned on the same time - fast 120x forward and rewind - shortcut to go to beginning - volume up/down - pause - reads whole frame to buffer, then displays int from RAM. - COVOX under addressees $D280, $D500, $D600, $D700 (binaries with apriopriate names, look into bin catalog), mono, both channels left and right. - DOS friendly, may be launched from practical any DOS (tested on 6.4 and Sparta), load address $2800, exits cleanly do DOS. - ESC key returns to the place movplay was started in (to DOS, selftest, etc) - realtime clock friendly But you must prepare CF card as before - write raw data to it. https://github.com/jhusak/side-sideII-avfplay
  15. Uni-joy will have optional 3 buttons on pins 5 and 9. I am the programmer of the Uni-Joy firmware.
  16. The only new version is that from post #309 and it corrects issues with low quality/hissling/whistling sound. There are negotiations between me and tmp to upgrade avfplay for AVGCART to be first as good as SIDE version, then better But now works are deferred because of Very Urgent Project.
  17. I am afraid you're not... Post #309, download player and repeat recording Monkey Island Trailer please
  18. Ale swiszcze, na pewno dobry player? But it whistles, sure that the player is good?
  19. Update: Bumped date in binaries to 24.03.2022
  20. It's been a longer time, but I am a little overburned But here it is - A NEW VERSION, close to FINAL. The Pause function is SAFE now. The drawback is that there is a short blackout when changing pause state. And - THERE IS NO "BEEP" at the beginning of the playing movie! That is a thing that something may be broken, so please raise any problems. As usual, on github: https://github.com/jhusak/side-sideII-avfplay
  21. NEW VERSION ALERT! In this version added: - pause (but it reads again and again the same 17 sectors, so beware! it _may_ corrupt cards! Do not leave on pause! (will be changed in the future to more safe version) - Volume Up/Down! As usual, on github: https://github.com/jhusak/side-sideII-avfplay
  22. Pause is not so trivial if you want to do it well (ie not read the same part of card all the time). @tmp wrote: "too many readings from the cart may lead to make it locked (read only)". I do not know CF cards act this way (all/some/none)?.
×
×
  • Create New...