Jump to content

eccofonic

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by eccofonic

  1. "Side a" is now on the atarimania ftp in the same spot as the "side b" file
  2. There's a nice improvement on the ending part. The first part you can still hear the data tones when the music is high pitched or dynamic. Makes me wonder if Synapse tried to write a music loader for Dimension X, then gave up and put the music they were going to use on tape instead. It'd be interesting if someone could recreate that first musical part on a real Atari... with a remix it'd make a near perfect Dimension X cassette.
  3. I still have a wav file of side a. If Atarimania is still allowing uploads, I can put it there. Since it's been a while, I can't recall why I chose side b over side a.
  4. Unfortunately, the data noise is part of the music track, that's the way Synapse recorded it. If anyone has a subtractive filter they want to try, I'm uploading the 16-bit 48khz tracks to atarimania's ftp (8-bit directory). The wav files are in zip files... and the one wav file was an aborted transfer...
  5. I haven't messed around with cassettes for years, so I hope y'all don't mind if I geek out... There are two sides to the Dimension X cassette. On one side, the data part is louder by about 3 decibels. They probably did this in case one side didn't load properly. Also, on that side the music part is either equalized differently or more compressed. I felt the organ end part sounds better on that side. The other side isn't as bright. I thought about azimuth alignment for a second, but decided I didn't want to mess around with that. I used two different cassette decks: a Nakamichi and a Revox. The Nakamichi is belt driven, whereas the Revox isn't. And the Nak is slightly faster as a whole by one second. When listening to the organ end part with headphones, I thought the Revox sounded maybe just a bit smoother. The mp3 I uploaded above was from the Nak. So here's the Revox below (it's 48khz). Being lossy, it's probably hard to tell any difference... Anyway, both recordings processed fine using a8cas-convert... and loaded ok in Altirra. I also attached a cas file below. The part I don't know how to do is add in the music track. I haven't loaded this game from cassette since I was a kid, and forgot that there was a black screen for about a minute after the first stage. Also, the game is loaded using 2KB blocks! I have both 24-bit 96khz (probably overkill) & 16-bit 48khz versions of the wav files. They're both cropped, so no "dead air". Which one should I upload to atarimania? The 16 bit version is 59mb, so too large for atariage... dim x end part revox side b 16-48.mp3 dimension x side b cas.zip
  6. Here's the "hallelujah! loading is almost done" moment at the end of the tape. Funny enough, you never got to hear the last notes because the tape would stop. The data noise bleeds through to the music side. Any place I could upload the recording of the entire tape? Atarimania maybe? dimension x cassette end part.mp3
  7. Should add that there should always be a master config window with all features/settings that can be accessed even if using a limited profile. And when limited, if the user changes something in the master config, the program asks... would you like this to be part of your profile? With Yes/No and checkboxes for "don't ask me for the rest of session" and "don't ask forever". Basically hiding config-zilla and menu-zilla at the same time. Again, thanks for your consideration...
  8. Thought of two things today... First, how about a user customizable "switch" menu. You can either add a checkmark on/off for something like "Drive Sounds" or add a "seperator bar" like in a bookmark menu, and have the ability to pick one of two or more related items, like Artifacting (None/Standard/High). I also thought about the profiles... how about an Atari 8-bit Construction Set? You drag and drop the features you want for your computer from one list to another. And then once you're done, you have a customized config window. The "switch" menu manager could also be drag and drop...
  9. Ok... the menu items from 3.0 and older I use alot from the System menu are: Hardware, Firmware, Memory Config and Video. And sometimes if I don't want to listen to cassette or disk images load in real time, the Cassette and Disk menus. Alot of it has to do with software compatibility. And in the case of video, whether the program is using artifacting or not, or NTSC/PAL. Granted, you have put a "Profile" menu item in, and you can add to it. But there's probably a over a hundred different combinations of Hardware, Firmware, Memory Config and Video that I would have to add just to make up for the lack of those menu items still being there. I think configuration windows are better for more complicated tasks, like browsing for a disk image to load. For just throwing a switch or two, I'd rather have the menu items back. Thanks for your consideration...
  10. Speed. It's alot quicker accessing menus than a big window box that pops up every time I want to configure the emulator. Try it yourself. I'm not trying to be a jerk.
  11. It's also in 2.50 & 2.81, older versions I keep around. ? FRE(0) in BASIC always yields 13326 if set to 24,32 or 40K Any chance you could patch one of the older versions? I actually prefer menu-itis to the config window.
  12. If craigslist is having a near death experience, what has replaced it?
  13. Demo worked fine in my NTSC 4 switch Woody using both an original Harmony cart and a Harmony Encore. The RPG demo from the other thread really looks fantastic on a CRT.
  14. Got "Making Games For The Atari 2600" today. It has a description of what is going on in xmacro in Chapter 12, but no listing as in my post above. And although the javascript-based IDE is nice... looks like you have to be online to use it. Too bad there's no offline version...
  15. Do you have a mouse hooked up to the ADB port? I had a problem with my IIgs where the newer style Apple ADB mouse (rounded off style) would, for lack of a better term, "interrupt" the CPU causing pauses, crashes, slowdowns, etc. I connected the older squarish style ADB mouse and the problem went away!
  16. The macros are built in to the file: http://8bitworkshop.com/dasm.js ...as long strings of decimal numbers. Using this site: http://www.kjetil-hartveit.com/blog/10/hex-binary-decimal-octal-and-ascii-converter I went decimal -> To Hex -> To ascii... ...and found that macro.h (Version 1.06, 3/SEPTEMBER/2004) and vcs.h (Version 1.05, 13/November/2003) are from dasm. Xmacro.h is: ;------------------------------------------------------- ; Usage: TIMER_SETUP lines ; where lines is the number of scanlines to skip (> 2). ; The timer will be set so that it expires before this number ; of scanlines. A WSYNC will be done first. MAC TIMER_SETUP .lines SET {1} lda #(((.lines-1)*76-14)/64) sta WSYNC sta TIM64T ENDM ;------------------------------------------------------- ; Use with TIMER_SETUP to wait for timer to complete. ; You may want to do a WSYNC afterwards, since the timer ; is not accurate to the beginning/end of a scanline. MAC TIMER_WAIT .waittimer lda INTIM bne .waittimer ENDM Also... if you want to see the book's source code: http://8bitworkshop.com/presets/examples/ they also have other source code of various games & demos here: http://8bitworkshop.com/presets/games/
  17. Does Filezilla have a feature where it reads the ftp server directory and deletes files locally (my copy) that are no longer on the ftp server?
  18. Just noticed that Music Construction Set in the rar file is still an atx file dated dec 2005... is this a mistake?
  19. Anybody here watch Mr. Robot? Great show and it usually gets it's details right, but... During the surreal scene with Angela in the fish tank room, there's a Commodore 64, a 1702 monitor and a 1541 disk drive on a table. When a girl walks in and turns on the C64... I heard the sound of a 3.5" floppy drive doing a seek test, the sound of the 3.5" drive being checked for a boot disk, and then a noisy old hard drive spinning up after the girl puts a disk in the 1541... making noise for the rest of the sequence. The Commodore 64 doesn't make these kinds of noises! LOL
  20. On level 1, the magic ring is always in room 12. All other levels use this formula: 10+10+INT(RND(1)*3*level-4) So never less than room 16...
  21. I should also mention there is an object in the game not mentioned in the manual (found on Atarimania). It looks like the 2600 Adventure chalice. When you touch it, everything in the room turns invisible. You end up walking around with it if you don't touch any other object. Other rooms you walk into sometimes go invisible, sometimes not. Object handling in this game isn't the best (buggy). This is bad because objects will randomly drop. Sometimes the game places the object onto another non-movable object, like a grave or a wall, and you have to reset the game at that point.
  22. Used a BASIC deprotection program,LISTBAS.COM that was in this thread: http://atariage.com/forums/topic/194219-suplist-basic/ And it generated perfectly usable code for both the loader and the main game. The main game has some sort of machine language disk protection routine, that if it doesn't return 0, the game goes into an infinite loop. There are one or two other lines to comment (REM) out. I don't recall the game being so impossibly bad & buggy, but it really is. I guess nobody had game testers back then. Anyway, I found the 'codes' for the 10 levels: NEOPHITE = MAGIC ZELATOR = BOAZ THEORICUS = THLMA PRACTICUS = AGAPE PHILOSOPHUS = IAO ADEPTUS MINOR = ALIM ADEPTUS MAJOR = ALHIM ADEPTUS EXEMPT = AUM MAGISTER TEMPLI = AUMGN MAGUS = AGLA IPSISSIMUS = YHVH Can't imagine wanting to play more than 1 level, much less 10 of them... 50 rooms each is waaaay too much. Oh, and there's the "secret" you supposedly receive after playing the 10th level, spelling errors left in: "Let it be known: That there exists an ancient Order of sages. This Order has existed in the most remote times and has manifested its activity secretly under different names. It has caused social and political revolutions and proved to be the rock of salvation in times of danger. It has always upheld freedom against tyranny. The truths of the universe lie burried in a secrete system of study called the "OCCULT". The Truth is thereby kept from vulger eyes by a veil of superstition and study. The symbol to look for is a single eye! (check the american $1 bill!)" Like, wow man, I played all ten levels for that?
  23. Yep, Crypts of Terror is what I was thinking of. Has anyone ever been able to list the main program? It's in BASIC, but has some kind of listing protection (if you have the diskette version, it's name is "PART.TWO"). The loader program is listable, but the variable names are random characters.
  24. Trying to remember the name of this game that was released in the early 1980's. An adventure game I think. One of the only games I've ever seen that used Antic's ability to invert the screen font. Specifically in the game, you would become drugged from a monster or a trap or a treasure chest (don't remember which), and the screen would say "Drugs" when this happened.
  25. There was also Mars Merchandising in Lombard, IL. I remember going there around 1990 and besides having some ST stuff, they had all kinds of new-in-the-box 8-bit software from the early 80's (Synapse, Epyx, etc). There was also a computer store... that I don't remember the name of... in the city of Chicago... it was fairly large and on one of the main streets just off 94 in the north part of the city, like Irving Park or Addison. I remember even in 1993 they had a huge wall lined with U.K. import games for the Atari ST.
×
×
  • Create New...