looking forward to sprites #41
michaelsarr
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
What is was really like: https://www.youtube.com/watch?v=6x3be3xMx4w |
Beta Was this translation helpful? Give feedback.
1 reply
-
i may get the clock setting bit rolled into what i have so i can get something to quantify and try to optimize a couple functions i have for speed on the 6502. it will help me get familiar with doing assembly. I haven't written any in 40 years.... that's not a fun realization |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
been playing around with some of the 320x240 graphics and working on my c chops
I really have not done a lot of c in the last few years
I'm really looking forward to the sprites, these were pretty cool on the atari (player/missle) and the c64 back in the day
here I have some functions to draw primitive shapes in the vga, just pass in coordinates, radius & color
or start and end coordinates
I think my atari had some functions like plot and drawto so this took me back to the late 70s
this thing really creeps when I dont use the vga side functions but with them it is breezing along
https://cs.csub.edu/~msarr/pico6502/picocomputer_screensaver.mp4
Beta Was this translation helpful? Give feedback.
All reactions