Jump to content

fox

Members
  • Content Count

    266
  • Joined

  • Last visited

Everything posted by fox

  1. You may also convert SAP files to XEX using http://asap.sourceforge.net
  2. 8-bit demos for the YouTube generation. How did you grab them?
  3. Thanks, I'm aware of this and other emulation inaccuracies.
  4. Yesterday I have released a new version of my 8-bit Atari chiptune player: ASAP. For those who haven't heard of it yet: it runs on Windows (including plugins for all popular audio players), Linux, web pages, Windows Mobile, Android, J2ME, etc. You can also use it to convert music files to Atari executables. Download ASMA and enjoy hours of Atari music. New in this version is an option to display information in the converted Atari executables, it looks like this:
  5. Both the VScrol trick (9++) and TIP were first presented in Numen in 2002. Modes such as HIP and CIN are indeed mid 1990s. Years ago I've sent translations of my original articles on 9++ and TIP to Heaven. He put them on his website. I agree that there's huge shortage of Atari programming tutorials.
  6. You may copy the files from the ATR and run START.COM from an Atari DOS. Or, for a single-file executable, concatenate NUMEN1.TQA and NUMEN2.TQA. Linux: cat NUMEN1.TQA NUMEN2.TQA >numen.xex Windows: copy /b NUMEN1.TQA NUMEN2.TQA numen.xex
  7. Perl for the 8-bit Atari is impossible.
  8. 1. Load Chimera. 2. Apply my fix. 3. Start the hidden game as described in the first post.
  9. Many programs use SIO DUNIT at $301 for the drive number they were loaded from.
  10. Today I analyzed the ROM of Major Havoc. It's dual 6502, quad POKEY. Is there a list of machines which include (quad) POKEY ? I consider dumping their sounds to SAP files.
  11. Cool! Looks like the game code is corrupted, at least in Chimera (v1).atr from atarionline.pl. Quick fix in Atari800 (Win PLus): enter monitor, type: c 5005 8d f 5080 509f ea cont Now run the hidden game.
  12. cc65 does. It also includes my zlib-compatible implementation of CRC-32.
  13. fox

    GTIA decap

    :thumbsup: Looking forward to the schematics.
  14. Actually 6/7% could be real - it's about 2000 cycles. But that's just coincidence. You can find the source code of my MPT Player at http://numen.scene.pl/download.html
  15. SAP Player shows usage of your PC CPU by the SAP Player. 6502 usage depends on the tracker and the music. One of the fastest routines you can find is my MPT player (about 1000 cycles per frame). With TMC playing four times per frame you have little 6502 time left. You need to experiment with the player routine and the music. Change the background color while the routine executes and you'll see how many rasterlines it takes and how it varies as the music plays. Also, there are no more than 105 cycles per rasterline available to the 6502 due to RAM refresh.
  16. Excellent job! Thanks a lot! When can we expect GTIA? Excuse my ignorance, but could you please explain these symbols:
  17. He is using nick 0xF for quite a long time now, maybe longer than 1-2 years IMHO. I optimized my nickname in 2002.
  18. You didn't read the text file. It's Quick Assembler, actually an IDE and not just editor. Youtubed with xasm and scite.
  19. Here's my educational intro: "Making of CI26". making_of_ci26.zip
×
×
  • Create New...