Jump to content

eflake

Members
  • Posts

    57
  • Joined

  • Last visited

About eflake

  • Birthday May 31

Contact / Social Media

Profile Information

  • Gender
    Male

Recent Profile Visitors

1,822 profile views

eflake's Achievements

Star Raider

Star Raider (3/9)

14

Reputation

  1. Randomnamegenerator: Atari8bit written in fastbasic, generates random names with specific rules. (github.com) Use at your own risk or convenience, critiques and suggestions are welcomed.
  2. Simplistic, thoughts and suggestions are welcomed. https://github.com/drarem/randomnamegenerator
  3. you mentioned you have a graphics book? Could I get a link please? Thanks.

  4. thanks, purpose is to limit it using the cmp #$40 or even #6 for dice. Is there a cycle saving shortcut for that
  5. Any thoughts, comments, or suggestions on this, took me a couple of hours to tweak this out looking through google one topic in this forum. org $1000 icl "hardware.s" rnd = $C6 top lda $D20A ;read 53770 location sta rnd ;address holding random number getrnd lsr rnd ;shift value down lda rnd ;load to acc cmp #$40 ;compare with immediate hex 40 bcs getrnd ;branch if carry is set (greater than condition) jmp top ;get a new random number
  6. Thanks, the other thing is changing the font at the bottom to either normal or another character set. Perhaps changing the background color of the bottom too. Could I have help with this?
  7. Using GR.12 antic 4, want to have antic 2 at bottom. I don't know how to do integrate it with this. GRAPHICS 12+16 DL=PEEK(560)+PEEK(561)*256+4 POKE DL-1,68:REM LMS = 64+ANTICMODE NUMBER FOR G=2 TO 19:POKE DL+G,4:NEXT G POKE DL+20,2 < graphics 0 POKE DL+21,65 < RTI POKE DL+22,PEEK(560):POKE DL+23,PEEK(561)
  8. Following this simple example on antic modes on different lines, is it possible to set a different font for a readable line? this way I could have english text and fonts for the graphics. Adventures in Atari BASIC: Lesson Eight – Multiple Graphics Modes and Marquee Text (wearethemutants.com)
  9. I about ran my 1050 into the ground and many wasted hours trying to back up my original Ultima 3 disks, could not get it to work. Was playing and swapping out the disks so much the labels started turning dark from my greasy fingers. Wanted to keep the originals from further degradation and play on the backup.
  10. below is the dlist dump, there are 4 squares different colors, plus background, text below (press your button to select a plot) looks to be transparent over the graphic, dont know if it's tiles or what. Altirra> .dumpdlist 1E75: blank 1 1E76: blank 7 1E77: x2 blank 8 1E79: mode 2 @ B500 1E7C: blank.i 1 1E7D: blank 3 1E7E: x19 mode.i 6 1E91: mode 6 1E92: blank.i 1 1E93: blank 3 1E94: blank 8 1E95: mode 6 @ B6B8 1E98: mode 6 @ B6CC 1E9B: waitvbl 1E75
  11. Easy question and probably answered before, on MULE the overmap - what graphics/antic mode is it? I see 4 different colored squares (territories), scrolling overlaid text as if it's transparent near the bottom, seems like more colors than what I can figure out. How did they achieve the effect? I notice the bottom text bar is just a plain textbox.
  12. in the example PMTEST.BAS, why do the sides of the outside of the border - dli? tend to flicker in altirra, when the ball nears the top or bounces on the sides of the top.
×
×
  • Create New...