ATTINY10 Console Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ธ.ค. 2020
  • A while back I made a video about how to get started with the ATTINY10. Now I'm taking on a new challenge - attempting to make a tiny videogame console with this grain-of-rice sized 6 pin microcontroller. Let's go!
    Original video: • How to use the Atmel A...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 622

  • @BenHeckHacks
    @BenHeckHacks  3 ปีที่แล้ว +102

    Oh BTW please give suggestions on the kind of game to make! Something with a lot of separated verticality would be best, like Space Invaders, Galaga or Breakout.

  • @waltercomunello121
    @waltercomunello121 3 ปีที่แล้ว +195

    Ben: "We saved 4 bytes!" *big party*
    kids nowadays: "how can you live with only 500 gigs in your PS4?"

    • @norjia
      @norjia 3 ปีที่แล้ว

      I live with 500gigs in my gaming rig XD

    • @waltercomunello121
      @waltercomunello121 3 ปีที่แล้ว

      @@norjia yes but can you live with half of that?

    • @norjia
      @norjia 3 ปีที่แล้ว +2

      @@waltercomunello121 i did on my laptop before i built myself my current system

    • @subliminalcastillo2126
      @subliminalcastillo2126 3 ปีที่แล้ว +1

      Yeah.. I feel that. Considering the fact I have 5.5 TB on my desktop total (between the internal hard drive, and an external usb hard drive).
      Only 1.5 TB are free in both of them; 4TB / 5.5 TB.
      It's mostly a result of recording music, capturing video, programming projects, and many many many games from steam and epic games.

    • @subliminalcastillo2126
      @subliminalcastillo2126 3 ปีที่แล้ว +2

      I'm getting an arduino uno at the end of the month, so the computer science path shall begin. Time to get to work.

  • @BenHeckHacks
    @BenHeckHacks  3 ปีที่แล้ว +144

    Realized something last night while taking a leak. Since all the trigger points are even numbers I could divide the line counter by 2 and make it fit inside 1 byte. It would also make double-thick vertical pixels for "free"

    • @ericvest9050
      @ericvest9050 3 ปีที่แล้ว +19

      Nice! I wonder if there's a direct correlation between success and number of pee breaks. 🤔

    • @randominternetbro6562
      @randominternetbro6562 3 ปีที่แล้ว +5

      @@ericvest9050 I think there actually is. I mean, from an irl standpoint, it kind of makes sense. It is a short break in working, so your brain thinks over things you did before. Maybe taking a leak will find the solution to the universe?

    • @alakani
      @alakani 3 ปีที่แล้ว +5

      ​@@randominternetbro6562 So the secret to guaranteed success is just don't stop peeing. I got this, unhold my beer

    • @0LoneTech
      @0LoneTech 3 ปีที่แล้ว

      And if you left align your line counter, the switch statement can read only the upper byte, and counting would not need bit masking to preserve the flags. Also, use 8 bit values; the for loop in drawSprite uses twice as many registers and instructions manipulating int i as uint8_t i.

    • @ferrumignis
      @ferrumignis 3 ปีที่แล้ว

      @@0LoneTech If he makes the line counter one byte wide then there is no upper byte.

  • @KillerSpud
    @KillerSpud 3 ปีที่แล้ว +96

    It would be pretty cool to fit the whole thing into a yellow RCA plug housing with the knob sticking out the back.

  • @nonci6
    @nonci6 3 ปีที่แล้ว +119

    Every major company in 2020: realistic graphics
    Ben in 2020: crude 8-bit console with more limitations than what the 2600 had

    • @tomstdenis
      @tomstdenis 3 ปีที่แล้ว +5

      he's catching up!

    • @duncanwalduck7715
      @duncanwalduck7715 3 ปีที่แล้ว

      I want him to code a co-processor for Ben Eater's 6502-based breadboard computer. C'mon!

    • @duncanwalduck7715
      @duncanwalduck7715 3 ปีที่แล้ว

      (Cross-channel media link-ups, and all, but what the frootyloops.)

    • @duncanwalduck7715
      @duncanwalduck7715 3 ปีที่แล้ว +1

      They are both giants in their way, in the same field. Would you call it Ben Squared?
      [I know that the Unknown Soldier is probably calling himself Ben for the pun value. 'BeNeater': He doesn't want to eat you, Mr. Heckindorm. (I have actually personally known someone called 'Heck'.)]

    • @duncanwalduck7715
      @duncanwalduck7715 3 ปีที่แล้ว

      [if u wna know, according to Robert Rankin, it stands for Hounslow, Ealing, Chiswick and Kew. - The Brentford Triangle.]

  • @felixklinge5571
    @felixklinge5571 3 ปีที่แล้ว +138

    "Hey my voice quality changed again...I don't care!" :D

    • @IntegerOfDoom
      @IntegerOfDoom 3 ปีที่แล้ว +4

      It's the little quirks like this that make me love this channel.

    • @papcsi95
      @papcsi95 3 ปีที่แล้ว +1

      That was the line when i subscribed :D

    • @alejandroalzatesanchez
      @alejandroalzatesanchez 3 ปีที่แล้ว

      This break the 4th wall :v

  • @tiporari
    @tiporari 3 ปีที่แล้ว +87

    Remember when programmers optimized their code simply because they cared about efficiency? Ooh, I saved 2 bytes* said no one in at least 30 years 😁
    Awesome work man.

    • @stillrabit73
      @stillrabit73 3 ปีที่แล้ว +4

      I've made embedded programs for controlling hardware, and 2 bytes can make all the difference

    • @randominternetbro6562
      @randominternetbro6562 3 ปีที่แล้ว +5

      I legitimately said that yesterday. I actually said, as a perfect quote, "Ooh! I saved 2 bytes!"
      This was while writing a program for my TI-85 graphing calculator :)

    • @ThePlacehole
      @ThePlacehole 3 ปีที่แล้ว

      Weird, almost as if saving bytes stopped being worthwhile once software exceeded billion times that amount.

    • @easyaspi31415
      @easyaspi31415 3 ปีที่แล้ว +1

      We needed more storage because programmers stopped making tiny size optimizations.
      Programmers stopped making tiny size optimizations because we had more storage.

    • @ThePlacehole
      @ThePlacehole 3 ปีที่แล้ว +1

      @@easyaspi31415 wrong, we needed more storage because we had more data.
      Even for the common Joe, data itself adds up to terabytes, there is no getting around it. And big-data is several orders of magnitude further still.
      Cost of a gigabyte is measured in cents, cost of a programmer in tens of dollars per hour.
      Saving bytes is seldom appropriate anymore, and no sane company is going to throw away profit just for the sake of nostalgia.

  • @JuanBC
    @JuanBC 3 ปีที่แล้ว +139

    Ina few years this project will, eventually, run DOOM

    • @tanszism
      @tanszism 3 ปีที่แล้ว +8

      with an attiny10, that is very unlikely. maybe a watered down version like the one made for the calculator.

    • @soknightsam
      @soknightsam 3 ปีที่แล้ว +38

      @@tanszism taking it too literally much?

    • @MattExzy
      @MattExzy 3 ปีที่แล้ว +21

      @@tanszism I'm pretty sure an atmega2560 would run Crysis easily, with room to spare for spaghetti AND meatballs.

    • @mikehensley78
      @mikehensley78 3 ปีที่แล้ว +5

      @@tanszism even a stripped down version like the calc-doom would be badass!

    • @wphanoo
      @wphanoo 3 ปีที่แล้ว +4

      can it run cyberpunk 2077? i don't have the money for ps5 but have money for attiny10

  • @darkcodeninja
    @darkcodeninja 3 ปีที่แล้ว +50

    10/10 didn't learn anything about programming but i learned more about spaghetti

    • @butsukete1806
      @butsukete1806 3 ปีที่แล้ว +13

      The program is spaghetti

    • @marllonbruno608
      @marllonbruno608 3 ปีที่แล้ว +1

      I relate with your feeling, Kaworu.

  • @Controllerhead
    @Controllerhead 3 ปีที่แล้ว +19

    "Oh man i'm bored lets generate an NTSC signal" - God engineer Ben Heck.
    What an amazing video. Psyched for more!

  • @TheGamingRestorian
    @TheGamingRestorian 3 ปีที่แล้ว +36

    Just about all of this went over my head but I still find it interesting

  • @hansdietrich83
    @hansdietrich83 3 ปีที่แล้ว +32

    14:54 Even while choking to death, Ben Heck still continous to teach us mere mortals about the legacy of Video signal processing

  • @circuitsandcigars1278
    @circuitsandcigars1278 3 ปีที่แล้ว +73

    The good old days when ya built an opamp out of discrete transistors then 30 years later folks r selling them as high end

    • @GreenAppelPie
      @GreenAppelPie 3 ปีที่แล้ว +9

      My boss would wait months to get metal canned op amps (lm339 I believe) just because they were 4-5% less noisy.

    • @circuitsandcigars1278
      @circuitsandcigars1278 3 ปีที่แล้ว +7

      @@GreenAppelPie Place i worked clients had circuits we would connect into a working circuit then laser trim various resistor/capacitor networks to their specs and send them to another group have their cans welded. Look just like metal 339's

  • @zutrong
    @zutrong 3 ปีที่แล้ว +62

    The knowledge of this man is incredible. I feel so lucky just to be exposed to that mind...

    • @trinidad17
      @trinidad17 3 ปีที่แล้ว +8

      And as time passes we get inevitably more and more exposed to his mind thanks to that receding hairline.

    • @Oaisus
      @Oaisus 3 ปีที่แล้ว +3

      @@wesleyswafford2462 It's a joke dude, chill

  • @yakskiis7426
    @yakskiis7426 3 ปีที่แล้ว +70

    Oh no, Ben's google profile picture is a picture of his cat. His cat is quickly taking over the house!
    All jokes aside, great video, thanks Ben!

  • @GRBtutorials
    @GRBtutorials 3 ปีที่แล้ว +12

    4 bytes of RAM? If it wasn’t for the registers and the clock, we could run this on Ben Eater’s 8-bit computer, with 16 bytes of RAM! Maybe with a RAM and clock upgrade?

    • @sorakafutanari
      @sorakafutanari 2 ปีที่แล้ว

      Double the Bens, Double the Efficiency(tm)

  • @LaserFur
    @LaserFur 3 ปีที่แล้ว +5

    Reminds me of this one PIC project back in 1990's where I had to make a subroutine and call it every 6 instructions since the processor lacked an interrupt.

  • @poorlydrawnstickman1660
    @poorlydrawnstickman1660 3 ปีที่แล้ว +9

    Love atmel studio. Literally just finished a project in it and 30 seconds later I open your video and you instantly put a smile on my face.

  • @triggthediscovery
    @triggthediscovery 3 ปีที่แล้ว +3

    Some extra detail about the garbage in mrs.Pacman on the 2600, the lines on the left of the screen are actually due to how the TIA (the atari's graphics chip) handles horizontal repositioning.
    The Atari had horizontal repositioning registers for all the major graphics and a separate "HMOVE" register you would strobe to commit the changes. If you didn't strobe the HMOVE at the exact right cycle, it would add that garbage to the left of the screen. If I'm not mistaken, most Atari programmers were unaware you could time it correctly and just assumed the garbage was unavoidable. (or they were like me and too lazy to time it correctly). That's why that garbage is present in most games that move the graphics in the middle of the frame.

  • @stevengrosse2166
    @stevengrosse2166 3 ปีที่แล้ว +2

    I really got into this micro because of last year's video. I made earrings, a dev board, and a programmer and have been learning assembly as well. Great inspiration for those of us who love building tiny things simply for the challenge. Great content Ben. Keep 'em coming!

  • @gergonagy846
    @gergonagy846 3 ปีที่แล้ว +2

    The motivation level that you have given me is really absurdly high!
    Thank you! There's clearly a lot that you can stuff into 1K

  • @tekvax01
    @tekvax01 3 ปีที่แล้ว +8

    *FunFACT* : The _"vertical front and back porch"_ is actually called _pre-equalisation and post-equalisation_ pulse.

  • @RetroGameStream
    @RetroGameStream 3 ปีที่แล้ว +4

    I'm just starting the video but these kinds of projects are my absolute favorites to see people make videos on. Gotta say I'm really enjoying where you've been going since Element 14.

  • @TheRich464
    @TheRich464 3 ปีที่แล้ว +1

    Thank you Ben! Your videos are a wealth of knowledge, and entertainment. Thank you for all you do!

    • @tanszism
      @tanszism 3 ปีที่แล้ว

      i especially liked his truth bomb on spagetthi

  • @BusyElectrons
    @BusyElectrons 3 ปีที่แล้ว +1

    I clicked on this video thinking I'd watch a few minutes to see if it was interesting. Wound up watching the whole thing and am looking forward to the follow-up. Excellent content! Thanks :D

  • @colonelbarker
    @colonelbarker 3 ปีที่แล้ว +8

    Hey Ben. I just wanted to say how much I enjoyed this content, especially the little outro. I'm really looking forward to the next one.

  • @alpagutsencer
    @alpagutsencer 3 ปีที่แล้ว

    I cant think a world without you Ben. Thank you for years of pure enjoyment.

  • @Jp-ue8xz
    @Jp-ue8xz 3 ปีที่แล้ว +7

    i'm never complaining about a chip not having enough pwm outputs ever again

  • @endlesswanderer1753
    @endlesswanderer1753 3 ปีที่แล้ว +2

    I'm halfway down a bottle of cheap vodka and a crazy thought came to me. Imagine if you could give this software to Carol Shaw, David Crane, Larry Kaplan, Bob Whitehead and other old Atari developers. Imagine the crazy stuff those dudes could have come up with if they weren't limited to coding assembly.
    Oh, and awesome video Ben. Thank you.

  • @goldenstarmusic1689
    @goldenstarmusic1689 3 ปีที่แล้ว

    I've been WAITING for you to make a video on this chip in a build! This is so cute

  • @SirDrinksAlot69
    @SirDrinksAlot69 3 ปีที่แล้ว +7

    I really really enjoy using the ATTINY85. I just keep a bunch of them around (both DIP and QFN) since its so cheap and I built my own arduino programmer for them. It's actually a pretty remarkable little chip.

  • @sulrich70
    @sulrich70 3 ปีที่แล้ว

    Ok, wow. Just amazing - explains so well how it all works, and ‘“chasing the beam” in action. Thank you.

  • @rvd2339
    @rvd2339 3 ปีที่แล้ว

    Awesome video!! Looking forward for part 2.
    Thank you for sharing your knowledge.

  • @Cosper79
    @Cosper79 3 ปีที่แล้ว +23

    An hour long video oh yes!

  • @ToBeeOrNotToBeHoney
    @ToBeeOrNotToBeHoney 3 ปีที่แล้ว +1

    I absolutely loved this video and am waiting with baited breath for part 2. I have been playing with the smallest PIC chips for a while to challenge myself to write useful code in very little memory but until seeing this I never even thought about bit banging a video signal. I am very tempted to try this with a microchip pic chip in assembly once I get done with my other projects

  • @MagicPlants
    @MagicPlants 3 ปีที่แล้ว

    Ben, your attitude, talent, and skill is just what we need during these trying times. Thanks for being you.

  • @morenoquijada
    @morenoquijada 3 ปีที่แล้ว

    I tip my hat to you sir... I understood like 70% of this, but you make it very entertaining. Thanks for all the content you make, I love this channel

  • @toolazy4names302
    @toolazy4names302 3 ปีที่แล้ว +11

    This is the perfect Channel to eat cereal to.

    • @easyaspi31415
      @easyaspi31415 3 ปีที่แล้ว +1

      It takes an hour to eat cereal? Either you must be a really slow eater, or you are a cereal killer.

  • @Nate-mi2se
    @Nate-mi2se 3 ปีที่แล้ว +1

    Dude i barely understand a lot of the stuff you're talking about in this vid but you got a pretty funny personality, you got a good chuckle out of me here and there!

  • @Giepie
    @Giepie 3 ปีที่แล้ว

    Dude, you're one evil genius 😁. Thanks for the share, can't wait for part 2!

  • @murderdoggg
    @murderdoggg 3 ปีที่แล้ว

    Cool video and super idea. I can't wait for part two.

  • @zachandoom
    @zachandoom 3 ปีที่แล้ว

    I could watch these videos all day!

  • @janikarkkainen3904
    @janikarkkainen3904 3 ปีที่แล้ว +9

    4:14 It's actually exactly 15750 Hz or 15734 Hz, depending on which era NTSC standard you are going for, but 15700 Hz it never was.

  • @officialgngrsnap2055
    @officialgngrsnap2055 3 ปีที่แล้ว +1

    I've been watching Ben's videos since 2013 (when I was 11), It's done a lot to get me through tough times and I've never felt more at home then when I turn a video of his on.

  • @delphicdescant
    @delphicdescant 3 ปีที่แล้ว +3

    This is super cool. It's like the hardware version of the demoscene. I love minimalism.
    I also wish I had the EE background to do stuff like this. I feel constrained to software.

    • @BenHeckHacks
      @BenHeckHacks  3 ปีที่แล้ว +1

      Eh this is 99% software.

    • @delphicdescant
      @delphicdescant 3 ปีที่แล้ว

      @@BenHeckHacks Also having an oscilloscope lol.

  • @XerotoLabs
    @XerotoLabs 3 ปีที่แล้ว

    Ah what a great way to start a day , great video man !

  • @IanJohnstonblog
    @IanJohnstonblog 3 ปีที่แล้ว

    Thanks for this video. I thoroughly enjoyed this... :). Looking forward to part 2

  • @dinkc64
    @dinkc64 3 ปีที่แล้ว

    Thanks for showing all the code designing stuff, my favorite part. more please!

  • @FrankensteinMotorworks
    @FrankensteinMotorworks 3 ปีที่แล้ว +6

    Ben, to keep your code significantly more readable you should use bitfields instead of doing all the math yourself. It allows you to declare the exact number of bits you need for a variable. you do have to stuff them in a struct together though. struct { uint8_t pixelValid:1; uint8_t hSync:1; uint8_t vSync:1;uint16_t lineCount:9 }videoData; for optimization's sake i would also add a uint8_t pad:4 in the middle so the lineCount is aligned at the bottom. This may or may not make a difference depending on your instruction set or your controller but it can. All the single bit variables will generally use single bit compare, set and reset instructions so they are faster that way also. Though to be fair the compiler is likely figuring out what you're doing and using those operators anyways.
    Neat stuff getting a video signal in that small of a micro :)

  • @DarrenDignam
    @DarrenDignam 3 ปีที่แล้ว +1

    This is great, would happily watch three hours of it

  • @paule6101
    @paule6101 3 ปีที่แล้ว

    Thanks Ben this was great, looking forward to the continuation. 53 minutes flew by

  • @kaiyamorgulis2392
    @kaiyamorgulis2392 3 ปีที่แล้ว

    To be honest, I look forward to every video on this channel and would totally sit through a feature length film starring that camcorder and a potentiometer. Can't wait for part 2!

  • @jp-hh9xq
    @jp-hh9xq 3 ปีที่แล้ว

    First time I have seen you. Immediately subscribed!

  • @michael-gary-scott
    @michael-gary-scott 3 ปีที่แล้ว +1

    The chaotic giggle as you optimise ram usage make this video pure gold

  • @ShcherbynaM
    @ShcherbynaM 3 ปีที่แล้ว

    51:40 "I don't think people will realy want to watch longer than that"
    I'm personally love long videos on technical topics, when youtuber knows what to do and how to make his audience not get bored.
    And you are one of them) Thanks for your videos.

  • @BillyEilish
    @BillyEilish 3 ปีที่แล้ว +2

    I find it funny, I just spent my afternoon watching the other one and well.. here we go with this one!!

  • @ChrisFredriksson
    @ChrisFredriksson 3 ปีที่แล้ว

    Gief part 2 !! So interesting and so fun to watch, I really learned a lot, so I'm wondering what I will learn in part 2. Hope you will do more videos like this after!!

  • @extantpedant1481
    @extantpedant1481 3 ปีที่แล้ว +6

    Ben writes spaghetti while also eating spaghetti. Seems like a violation of some sort of social taboo. Regardless, it was prime edutainment content!

  • @solabiblia
    @solabiblia 3 ปีที่แล้ว +11

    Singing "Biggest Ball of Twine in Minnesota" while programming live on TH-cam. My kind of twisted. I'm a fan.

    • @knightcrusader
      @knightcrusader 3 ปีที่แล้ว +3

      I always assumed he was singing it in present day when the song was made - the late 80's. The car was just really old. He didn't make much money at Big Roy's Heating and Plumbing, and they spend a lot of money on those picked wieners.

    • @fixumdude
      @fixumdude 3 ปีที่แล้ว +1

      Literally one of the only channels you'd ever hear a random "Biggest Ball of Twine in Minnesota" reference. Ben is hilarious!

  • @TheSliderW
    @TheSliderW 3 ปีที่แล้ว +2

    I'd watch an entire day's worth of this kind of content. Love your comments.

  • @phillip4833
    @phillip4833 3 ปีที่แล้ว

    I love your videos and will continue to watch all of them in hopes to absorb your intelligence

  • @bertieblob3387
    @bertieblob3387 3 ปีที่แล้ว

    Dementedly educational. Excellent. Thank you. 👍🏼

  • @ASAPASPOSSIBLE
    @ASAPASPOSSIBLE 3 ปีที่แล้ว +1

    1 hour nicely spent...i need the part 2

  • @ForOurGood
    @ForOurGood 3 ปีที่แล้ว

    I remember doing something similar with a ST62 microcontroller back in 93. In assembly there was barely enough cycles available to check the line counter and take a single byte output action. To make it work I needed to pre-sort and organise the bit actions (along with A/D and other logic works) in the vertical interval. Horizontal stuff was external with physical timers etc.. Cool to see you making a full video signal with that little micro.. can't wait for the complete game ;-)

  • @McTroyd
    @McTroyd 3 ปีที่แล้ว +3

    So far, Paul Carlson (of "Mr Carlson's Lab") is the only person who's managed to get me to consistently click on a video more than an hour long, so you have sympathy. Really cool that an ATTiny10 can do all of this.

  • @D3ltaLabs
    @D3ltaLabs 3 ปีที่แล้ว

    It's funny you made this video. I was only just going back over you last one on this and was looking into making my own project using this.

  • @ArcadiumSol
    @ArcadiumSol 3 ปีที่แล้ว +11

    That voice quality comment earned my like before I even finished this video. Well played sir.

  • @philrod1
    @philrod1 3 ปีที่แล้ว

    Fantastic! I was disappointed when you finished the video at 50 minutes. I was thoroughly engrossed. Now I've had to _hit that subscribe button_ to make sure I don't miss part two.

  • @BrandonPoulton
    @BrandonPoulton 3 ปีที่แล้ว

    You are an awesome teacher!

  • @JohnnyWednesday
    @JohnnyWednesday 3 ปีที่แล้ว +1

    I admire you a great deal Ben! I hope you're happy and well :)

  • @janikarkkainen3904
    @janikarkkainen3904 3 ปีที่แล้ว

    Great stuff! Dabbled with video generation on AT chips myself (ATmega328 and ATtiny84), but that's just an added challenge to make everything work on a 6 pin ATtiny10, good job. For tips on stabilizing the linestarts:
    1) Make everything happen in the interrupt regarding drawing, and use the main loop for game logic (you kinda did this already)
    2) add a crystal or calibrate the internal oscillator, on my own systems the line stability increased simply by using a crystal instead of the internal oscillator
    3) entering an interrupt takes a variable amount of cycles in AVRs. Even if the chip was timed with an extremely precise oscillator, you'd still get line jitter depending on where in main loop your code was when the interrupt was called. It takes anywhere from 2 to 4 cycles to enter an interrupt and you almost no way of knowing how many it took this time. Luckily you are using a timer interrupt, and you know when it triggered, so waiting for a specific TCNT will take the rest of the instability out. Might require some assembly massaging though to make sure the wait/synchronize function ended on the exact same TCNT in every case.
    I'm sure you already knew this, or at least about this, but in case you didn't, here it is, and in case anyone else is interested in this, here you are.

  • @ra226gaming
    @ra226gaming 3 ปีที่แล้ว

    Nice--reminds me a bit of the Hackvision, an older Arduino-based project that also used bit-banging to generate black and white NTSC. Looking forward to seeing how you complete this project and I love that you took on as your challenge a device with only 4 I/O pins. Also wondering if you'll use your last pin--maybe for a second player, or add a couple more "colors"? As for game, would something like StuntCopter for old Mac work? Helicopter tries to drop guy onto moving cart with hay on the back. Score points or splat.

  • @kirkanos3968
    @kirkanos3968 3 ปีที่แล้ว

    i had a crazy dream the other day me and my wife came to your house and was taking a kinda tour of your house and all your cool projects and such and playing with that cute kitty + another kitty you had. your house was much bigger and you were kinda hiding out in a back room not wanting to interact lol. idk why but last few months been having crazy dreams only one you made your way into. love your videos hope you never stop

  • @andymouse
    @andymouse 3 ปีที่แล้ว

    cant wait for part 2...cheers.

  • @Saturn2888
    @Saturn2888 3 ปีที่แล้ว +1

    This is amazing! I was wondering how you'd setup something like this from scratch. Not necessarily the ATTINY10, but a super small basic computer. Not only is this handling game computations, it's also determining how to draw the screen and react to inputs in realtime. That's insane.

  • @Scrogan
    @Scrogan 3 ปีที่แล้ว

    50 minutes and it’s only part one? And I’m already somehow 2/3 of the way through? This is some surprisingly engaging content!

  • @InfiniteQuest86
    @InfiniteQuest86 3 ปีที่แล้ว

    Wow, and I thought working with an M0 was cheap and constrained. Lol. Fun video! I'm definitely watching the next one!

  • @bf0189
    @bf0189 3 ปีที่แล้ว

    The enlarged text definitely helps since I watch your content on a TV from a distance!

  • @bitrot42
    @bitrot42 3 ปีที่แล้ว

    What a great project! I love seeing just how much the ATTiny series can do with careful programming.
    I believe to get completely stable video, you need to put the processor into sleep mode before the end of each line, so it wakes up on the hsync interrupt. Otherwise, it finishes executing the current instruction before servicing the ISR, which takes a variable number of clock cycles.

  • @dsnein
    @dsnein 3 ปีที่แล้ว

    Ooh fantastic! I love microcontroller based gaming content!

  • @kadlerio
    @kadlerio 3 ปีที่แล้ว +2

    I've got some attiny45 chips laying around. Gonna have to try this when I get a chance. Good palate cleanser from the 6502 stuff I've been messing with lately. 😁

  • @stevesm2010
    @stevesm2010 3 ปีที่แล้ว +13

    NTSC - Never Twice the Same Colour I was taught :-)

    • @ianbakke
      @ianbakke 3 ปีที่แล้ว

      Yup, tweaking that color tint control every time. Well at least on older color TV’s that is.

    • @kepeb1
      @kepeb1 3 ปีที่แล้ว

      So, the exact statement with a redundant character no longer matching the acronym. Thanks.
      NTSC - No Two Times The Same Colour. I think is correcter.

    • @battra92
      @battra92 3 ปีที่แล้ว

      Was taught the same back in the 90s. The upside was that unlike PAL it was much easier to convert 24fps to pseudo 30fps (29.97)

    • @NiHaoMike64
      @NiHaoMike64 3 ปีที่แล้ว

      On the contrary, ATSC = Always Twice The Same Color. (But with other problems like 8VSB's poor tolerance of narrowband interference unlike OFDM.)

    • @IntegerOfDoom
      @IntegerOfDoom 3 ปีที่แล้ว

      They both mean essentially the same thing and therefore are both valid.

  • @parrottm76262
    @parrottm76262 3 ปีที่แล้ว +1

    As my favorite Vulcan would say, "Fascinating!"

  • @siliconrobot6522
    @siliconrobot6522 3 ปีที่แล้ว +1

    What I like in this video is that you squeeze that "pico"-controller to the maximum to make something amazing. I follow this project from the begining and each time you add a new feature I thought you will run out of memory but you processed video signal and sprite and movements control and you still have more than half memory space! I am excited to see how you'll complete the game with this tiny memory space?! Bravo. Won't you need to make your code as flat as possible (without functions) in order to not waste memory space in function arguments and return adress and thus recover some stack space, because you may need it for new variables for game processing?

  • @225Perfect
    @225Perfect 3 ปีที่แล้ว

    This video was worth the watch for the Yars' Revenge reference alone.

  • @SilentMott
    @SilentMott 3 ปีที่แล้ว +2

    I have no idea what's going on but god DAMN its fascinating.

  • @1984markman
    @1984markman 3 ปีที่แล้ว

    Its so freaking great to see you making stuff Ben , huge fan of projects past, would you consider having a dev jam for this console ?? going to begin reading up on this just in case. all the best!

  • @guycrew728
    @guycrew728 3 ปีที่แล้ว

    Yay! My favorite kind of content!

  • @3DSage
    @3DSage 3 ปีที่แล้ว

    so fascinating! :)

  • @LittleRainGames
    @LittleRainGames 3 ปีที่แล้ว +2

    Ben if you partially use inline assembly you can use set bit and reset bit.
    TSB and RSB if I remember correctly, and there should be an instruction for checking a bit(6502 has one).
    That would significantly save program memory from all that bit shifting.
    But if I remember correctly you cant pass those instructions values, it has to be a hard coded constant.

  • @1kreature
    @1kreature 3 ปีที่แล้ว +1

    That was beautiful!
    You could use a range shift for the pot to allow detecting button click at same time as movement btw.
    Button would shift the pot response from for example 0.5-1.0v up to 1.1-2.2v so there is no overlap thus the motion and button can be consistent and simultaneous.

    • @BenHeckHacks
      @BenHeckHacks  3 ปีที่แล้ว +1

      That's a great idea! I could just "button away" a 10k resistor and then lob the top bit off the ADC result.

  • @ForkLiftCertified
    @ForkLiftCertified 3 ปีที่แล้ว +3

    That nice in all but don’t let this video distract you that the fact the McRib is back at McDonald’s.

    • @BenHeckHacks
      @BenHeckHacks  3 ปีที่แล้ว +3

      Haha actually bought one for lunch. It only comes back when pork prices bottom out :)

  • @zactron1997
    @zactron1997 3 ปีที่แล้ว

    So cool! I wonder if you could fit the whole thing into the profile of a plug of a composite video connector?

  • @anthonyj777
    @anthonyj777 3 ปีที่แล้ว

    Great stuff.

  • @StephenHoldaway
    @StephenHoldaway 3 ปีที่แล้ว +3

    Presumably you prefer typing out the register values as 0bXXX or doing it for simplicity, but fwiw the AVR headers define all of the bit names, so you can do stuff like:
    ADCSRA = (1

  • @BehrouzKashkar
    @BehrouzKashkar 3 ปีที่แล้ว

    finally ! an informative video in youtube !

  • @DoomRater
    @DoomRater 3 ปีที่แล้ว

    A Ben Heck video to remind us that you're Ben Heck! Can't wait to finish watching it tomorrow

  • @holderbee7811
    @holderbee7811 3 ปีที่แล้ว +7

    It just hit me: all the Internet is missing... is a Ben Heck... MOVIE!!! (Picard voice) MAKE IT SO

    • @nustar1
      @nustar1 3 ปีที่แล้ว

      Hillbilly Ology with Solder and a more stable family life.

  • @is0p0d
    @is0p0d 3 ปีที่แล้ว +1

    I just watched the video programming this little chip this morning! What a coincidence 😁

    • @BenHeckHacks
      @BenHeckHacks  3 ปีที่แล้ว +2

      The original video just keeps getting views. It spikes about one per year. So figured I should make more!

  • @piotrludorowski9529
    @piotrludorowski9529 3 ปีที่แล้ว

    very very nice video. Thanks!