Data Memory - Let's Make a Redstone Computer! #9

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ •

  • @mattbatwings
    @mattbatwings  3 дні тому +16

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/mattbatwings/
    You’ll also get 20% off an annual premium subscription.

    • @turdles1999
      @turdles1999 3 дні тому +2

      Men

    • @BlueKirby808
      @BlueKirby808 3 дні тому

      CONGRATS! This is your 100th video!

    • @landermortier2245
      @landermortier2245 2 дні тому

      Could you make it so you have a download line where f.e. the terris code gets installed on the pc by putting binairy trough one line

    • @timoverhaegh4753
      @timoverhaegh4753 2 дні тому +1

      Matt I got a question, could it be possible to play minecraft on a pc that is worse then the pc you made in minecraft, could u then do things on your pc in minecraft that you couldn't normally do on your pc?

    • @AndreaOrosz-e1v
      @AndreaOrosz-e1v 10 годин тому

      hi mattbat can you help me whit redstone plz?(i know binary alredy)

  • @gabrielbraz9669
    @gabrielbraz9669 3 дні тому +35

    3:10 Here is were your NOP is really useful. You can make your clock run faster by using NOPs to extend the time a instruction can run. Using as a example some instructions, A, B and C, that takes 2, 3 and 4 cycles respectively. You could have your clock running at 4 ticks, this would give time to the instructions to execute normally. But if another instruction D takes 17 ticks, you could add 4 NOPs after instruction D, so you will have 20 ticks of time. This way, you can have a faster clock, and when needed, you can extend the time for a single instruction using NOP.
    There is a small problem, but it is easily fixable. The zeros of the NOP could messy the execution of the instruction it is extending. To solve this, you could make your assembly language repeat at the operands of the NOP, the operands used at the instruction before it.
    There might be some other caveat I'm not thinking about, but this could help you improve the clock speed without needing it to follow the slowest instruction time, and neither needing to break every instruction into multiple cycles.

    • @williamsorenson1525
      @williamsorenson1525 3 дні тому +4

      The main disadvantage of this is that a computer may want to have instructions that take orders of magnitude more cycles than others, for example a write directly to ram may take 1000 times longer than an add between registers. This is a problem because this drastically increases the needed number of instructions, which may be larger than the memory in cache, or in this computers case the main system RAM. It would probably work on this computer though, because there is a lot smaller difference between the fastest and slowest instruction. Another alternative would be a VLIW that stores the number of clock cycles in each instruction which would increase speed while not requiring a pipeline to decode this info.

    • @xoxogamewolf7585
      @xoxogamewolf7585 3 дні тому

      17 + 4 = 20?

    • @MilkGlue-xg5vj
      @MilkGlue-xg5vj 2 дні тому

      ​@@williamsorenson1525Or use the empty operands for the nop for specifying waiting cycles 0 would mean just decoding, 1 will mean 1 cycle and 1024, 1024 cycles.

    • @gabrielbraz9669
      @gabrielbraz9669 2 дні тому +2

      @@xoxogamewolf7585 No. It would be:
      4 + (4 * 4) = 4 + 16 = 20.
      Because every instruction would have 4 clock cycles to work, but this specific instructions needs 17 of them to work properly. So you add four NOPs, each would take 4 cycles, adding 16 cycles to the 4 of the instructions, giving it 20 cycles to work. And with 20 clock cycles, a instruction needing 17 will work just fine.

    • @xoxogamewolf7585
      @xoxogamewolf7585 2 дні тому

      @@gabrielbraz9669 yeah i have literally no idea what you're saying

  • @MarkCoding-C
    @MarkCoding-C 3 дні тому +123

    I'm over here just watching shorts all day and this mf is building a computer in minecraft

    • @AerisRG
      @AerisRG 3 дні тому +18

      then don't watch shorts all day, and spend 10 minutes of it to learn redstone computers, you will learn and achieve something.

    • @Youte12Youte
      @Youte12Youte 3 дні тому +5

      @AerisRG @MarkCoding-C
      That is indeed a good idea, though motivation is hard.
      Also why did you insult him ?

    • @AerisRG
      @AerisRG 3 дні тому

      @Youte12Youte mf is not insult in some cases. In this case mf is like "insane dude"

    • @Yehor-v7y
      @Yehor-v7y 3 дні тому

      ​@Youte12Youtereplying to two people at the same time

    • @lukasjetu9776
      @lukasjetu9776 2 дні тому

      wait... my name is not mark

  • @dadamaldasstuff1816
    @dadamaldasstuff1816 3 дні тому +40

    As you said, there is more layers of memory: registers, CPU cache (3 layers), RAM, disk, network

    • @deltamico
      @deltamico 3 дні тому +3

      and databases in that network have their own levels of caching

    • @lythd
      @lythd 2 дні тому +1

      @@deltamico yup u can use ssd as cache if u got petabytes in harddrives

    • @medooazmi
      @medooazmi 2 дні тому

      Hypernation caches in disk though doesnt it, or its just a save state

    • @deltamico
      @deltamico 2 дні тому +1

      Hibernation is a save state. You write contents of ram to disk to not loose it upon powering off. But it does speed up load time by contiguity for hdd and by applications not having to set up whatever they need from scratch

  • @lucasmatr1355
    @lucasmatr1355 3 дні тому +9

    Your series is helping a lot, I was curious on how computers work, mainly on how assembly code would be converted to binary, and now that I know a little bit more, the knowledge is helping me understand more about building software, and on how libraries and frameworks works, thank you so much!

    • @deltamico
      @deltamico 3 дні тому

      did this ever touch on libraries?

    • @lucasmatr1355
      @lucasmatr1355 2 дні тому

      @@deltamico No, but it gave me some ideas on how libraries or frameworks can work

  • @thatviewer-4142
    @thatviewer-4142 3 дні тому +8

    I'm not building these tutorials in Minecraft, but they sure are helpful for learning how it works and how to use it! I am using software to build a computer, and it has prebuilt the circuits I need. But I didn't know how to use them. This helped a lot!

  • @oskarristolang
    @oskarristolang 3 дні тому +35

    babe wake up matt uploaded a new video

  • @HesterClapp
    @HesterClapp День тому +1

    Another analogy for memory hierarchy which I find quite useful is cooking. You could go to the shop every time you need an ingredient, but that would be very slow and inefficient. Instead you could store a small collection of ingredients in your fridge or pantry, and restock it from the shop every once in a while. Then, to make it even more convenient, you can put the ingredients you're currently using on the worktop so you can easily add more whenever you want, and put them away once you're finished

  • @SubatomicPlanets
    @SubatomicPlanets 3 дні тому +29

    Couldn't you also just use a zero register with an offset to directly load memory from a specific address? Then you wouldn't need to load 0 into a register at the start... right?

    • @Lampe2020
      @Lampe2020 3 дні тому +9

      That would save one more instruction. And IIRC this computer has a zero register, r0.

    • @mattbatwings
      @mattbatwings  3 дні тому +27

      @SubatomicPlanets oh whoops yeah! I should have just used r0 and removed the first instruction. Thanks!

    • @hyper_lynx
      @hyper_lynx 3 дні тому +4

      That works for situations where you're accessing the first 7 bytes of memory, yeah!

    • @mattbatwings
      @mattbatwings  3 дні тому +14

      @@hyper_lynx Acshually 🤓 the first 8 (offset 0 to 7) and the last 8 (offset -1 to -8)

    • @MilkGlue-xg5vj
      @MilkGlue-xg5vj 2 дні тому

      ​@@mattbatwingsAcshually Acshually🤓🤓 since your subtraction uses two's complement and the data memory doesn't understand it, it will load bytes from 0 to 7 skip 8 then from 9 to 16

  • @SubatomicPlanets
    @SubatomicPlanets 3 дні тому +8

    Imagine adding a USB port and WIFI using sculk sensors! You could make different input devices that work with the USB port and use them in the code! Like a keyboard or so. Somehow this idea really fascinates me...

    • @deltamico
      @deltamico 3 дні тому +2

      Better to use cubicmetre's wireless redstone at this scale

    • @Thesuper997
      @Thesuper997 3 дні тому +1

      Agreed... but it's too technical for this build: it requires redstone's quantum physics...

  • @aabobusfewdays
    @aabobusfewdays 3 дні тому +12

    Me: finally I can make a code door!
    This guy:

  • @neox-minecraft6345
    @neox-minecraft6345 3 дні тому +5

    These series are fire keep up the hard work!!!

  • @Skytaorina
    @Skytaorina 3 дні тому +10

    Me: I can finally make a 2 by 2 piston door!
    Other people:

  • @Dexrosity
    @Dexrosity 2 дні тому +2

    Merry 100th-video-mas!! Love you.

  • @bjswbjsw8116
    @bjswbjsw8116 3 дні тому +2

    These videos helped me a lot in my computer theory class tysm!

  • @ErykGałązka928
    @ErykGałązka928 3 дні тому

    I almost spent 5 years at University and still couldn't understand what a pointer is in programming or what it does. But thanks to you I understood it in 5 minutes. Thank you so much!

  • @orangedog343
    @orangedog343 3 дні тому +6

    10:33 write a compiler with the computers assembly and use that language to make more things lol

    • @baconheadhair6938
      @baconheadhair6938 3 дні тому +1

      he already did that episodes back

    • @deltamico
      @deltamico 3 дні тому +1

      I think he meant a compiler that runs on said computer, unfortunately in harward architectute it couldnt write the output anywhere

    • @baconheadhair6938
      @baconheadhair6938 3 дні тому +1

      @@deltamico ohh yeah i misunderstood the comment

  • @AxoGD-m5y
    @AxoGD-m5y 3 дні тому +3

    Cool tutorial man!

  • @djrkings1800
    @djrkings1800 3 дні тому

    One of the best series I have ever watched! Such an amazing series, thank you for making it!

  • @marcouxdiornicolas5124
    @marcouxdiornicolas5124 2 дні тому +1

    i swear someone WILL make a computer in minecraft... IN MINECRAFT.
    It will happen eventually and maybe, minecraft in minecraft in minecraft.
    MARK MY WORDSS

  • @anonymous-x1i9m
    @anonymous-x1i9m 2 дні тому

    Your series inspired me to make a working computer IRL
    Even though your series is about redstone computer,still it help me understand different components of a computer

  • @redpug5042
    @redpug5042 16 годин тому

    i decided to start on a computer based on the BrainFrick language, which just uses 8 simple instructions, but also has a decent capability.
    I like it more than trying to use an assembly language because the instructions are very easy to put into minecraft.
    It works really well in minecraft because it doesn't use addressing or anything fancy, just use a piston tape of copper bulbs with an adding circuit.
    The language only has 8 instructions:
    move pointer left/right
    increment value at pointer (took a while, but it works really fast)
    decrement value at pointer (flip bits, add 1, flip bits)
    begin "group" (skip if pointer is 0)
    end "group"
    get input
    append output

  • @GaresMusicOfficial
    @GaresMusicOfficial 2 дні тому +1

    Absolutely loving this series so far! Keep it up ❤

  • @andre_601
    @andre_601 2 дні тому +1

    Something I wonder.... how difficult would it be making a computer where data is stored as hexadecimal values using comparitors and redstone strength instead of binary?
    I can imagine it could be quite the journey to take here....

  • @LyonsDenFarm
    @LyonsDenFarm 3 дні тому

    I dream of a moment when I can express my gratitude beyond a mere like. I've subscribed and kept up to date on every video since I subscribed, but I regret I can't join your community further. These videos have done more for me than my entire digital design course. Thank you for continuing this content. I'm close to earning enough to join soon.

  • @theraffle9677
    @theraffle9677 3 дні тому +1

    I feel so relieved that Matt never runs out of brain cells

  • @thesigmarizzler-GYAAAATTTT
    @thesigmarizzler-GYAAAATTTT 2 дні тому

    This video and other mattbatwings videos really helped me do redstone

  • @philmaggiacomo
    @philmaggiacomo 2 дні тому +1

    9:47 Could the .skip label be moved to the DEC r14 line?

  • @Priles0
    @Priles0 3 дні тому +1

    ok now we need another video

  • @brandonwillnecker8060
    @brandonwillnecker8060 6 годин тому

    Hey MattBatWings! Your CPU videos are really well made and I've really been enjoying them so far. I have now set myself the challenge of making a C compiler that will turn some form of simplified C into your assembly language then into your machine code for your CPU. I've made an emulator and an assembler in cpp so far. It's a very rough start but the assembler works for those programs you have on your GitHub. The C compiler project will be tracked on my GitHub if you want to check it out. I'm looking forward to your next video :)

  • @oddron
    @oddron 3 дні тому +1

    How hard would it be to convert this from the Harvard architecture to the Von Neumann architecture?

  • @MrOAPhex
    @MrOAPhex 3 дні тому +2

    this is really useful

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    7:39 weird. Actually I did specifically make an optimisation on my compiler to variables under pointer 8, they'll simply offset from register 0.

  • @Hassanuzair-j9z
    @Hassanuzair-j9z 3 дні тому

    thanks matt for mkaing these videos i luv coputer science and u explain it best.

  • @hyper_lynx
    @hyper_lynx 3 дні тому

    What happens if you try to use a negative offset from too early?
    For example: LOD r0 r1 -8?
    I assume the addition wraps around and you get the byte eight from the end, right? Could be a cool trick to optimize loading

  • @simon5143
    @simon5143 12 годин тому

    Mattbatwings just casually mentions reading 20 books a week is normal. Have you perfected the Uberman sleep schedule?

  • @scriptkiddie8205
    @scriptkiddie8205 3 дні тому

    To improve speed, but would drastically increase size, look up 256k memory redstone video, he uses instant wires able to do memory instantly acrossed any distance and can store, well 256k

  • @jolox3737
    @jolox3737 3 дні тому

    Thank you for taking your time so we can profit from it!

  • @DumbDumbyeeps
    @DumbDumbyeeps 3 дні тому +2

    This is insane

  • @prozacchiwawa
    @prozacchiwawa 3 дні тому

    The speed hierachy still holds in the abstract even when cpu and ram run at the same rate due to the need to load more bits to address the larger store. It'll always get you.

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    YEAH NEW VIDEO, THE CPU NOW IS FINALLY TURING COMPLETE!!! (except for memory)

  • @supermanor
    @supermanor 3 дні тому

    that was so fun, hope sometime you would do pipeline processor

  • @noooooooooooooooooonooooooooo
    @noooooooooooooooooonooooooooo 8 годин тому +1

    My memory is built completely different
    No matter how much more storage is built its the same speed
    But it's slower with more registers
    And I'm on bedrock

  • @drtrollpepsi497
    @drtrollpepsi497 2 дні тому

    will we learn cache? (in the future)
    u make it so easy to learn computational redstone :)
    ur the best

  • @xX_NameHere_Xx
    @xX_NameHere_Xx 3 дні тому +5

    i cant even code an arduino propperly and this mf is building a gaming pc in minecraft

  • @furry_onko
    @furry_onko 3 дні тому

    i think that making all processor asynchronously sequential will be faster so we wont need to wait for faster instructions :3

  • @finanzam1
    @finanzam1 3 дні тому

    What i dont quiet get until bow is the timing of all of this.
    Are the data lines already filled with data upon writing or do the signals come at the same time.
    Is there a set delay for each command?
    Same goes also fore writing back into a register. The storing of the calculated data needs to happen after a set time right? Prior data on the data lines could be wrong

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому +1

    8:00 register 0 is ofended by your words

  • @fasgy410
    @fasgy410 3 дні тому

    5seconds after I rewatched almost the whole series

  • @A.P.T.-Explanations
    @A.P.T.-Explanations 2 дні тому

    Hey Matt, are there reasons you don't utilize redstone instant lines to speed up some of your computer components? I know of a couple using pistons and rails, I wonder if you don't use them for compactness reasons or for something else

  • @xX_NameHere_Xx
    @xX_NameHere_Xx 3 дні тому +1

    if you watch on linux you can put your 1mb/s hdd above your ram (i did it one time and it suck)

  • @harrazgamingyt
    @harrazgamingyt 3 дні тому

    Hey matt, what's the se thing above the register in the diagram?

  • @dimasilich9785
    @dimasilich9785 2 дні тому +1

    PPU! PPU! PPU!

  • @PhoenixWrong0
    @PhoenixWrong0 2 дні тому +1

    100th video!!! 🎉🎉🎉🎉

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    Nice a 240 array of data is useful :)

  • @mc_lecraft80
    @mc_lecraft80 3 дні тому

    Happy 100 Videos

  • @HarrisonWhite-wi4ns
    @HarrisonWhite-wi4ns 2 дні тому +1

    So the reason you're so smart is you read 3 books a day. That makes sense.

  • @Youte12Youte
    @Youte12Youte 3 дні тому

    Is this really necessary ? I mean I can't think of a programme that would need that much storage.
    What I want to say in the and is what features or helps I am lacking if I make a computer as I planned - where the first 256 slots of the instruction memory are used for registers ? (Instructions can be written in the all of the memory, register though, are limited to being in the first 256 slots because of the way I made my instruction set)
    Love the videos - Makes my brain go even though I am not actually building anything (yet) !

    • @Youte12Youte
      @Youte12Youte 2 дні тому

      I still want a respond to my question, though I have changed my plans, so I will indeed use a data memory.

  • @SpigotRCE
    @SpigotRCE 2 дні тому

    lets thing to add to a computer in minecraft: multi threading

  • @anon_y_mousse
    @anon_y_mousse День тому

    Personally, I prefer CISC. No need for load and store, just one simple move instruction.

  • @naraharij1392
    @naraharij1392 21 годину тому

    keep this going🙏🙏🙏

  • @gearsgamer7115
    @gearsgamer7115 3 дні тому

    Question: how do i distinguish bianary instructions from numbers? Do i need an extra bit in memory to detect this? Like a instruction or not memory?

    • @gabrielbraz9669
      @gabrielbraz9669 3 дні тому +1

      There's no way to distinguish between numbers and instructions. That's why he made them separate, so there's a instruction's register, where all instructions are stored, and there's the data memory and register's bank, to store information. On real life computers, they often make them together, but some part of it, usually the start, stores the instructions. And another one, usually the end, stores the data.
      And if you are asking about the data stored in the registers, and how you know if it's a number or an address, the answer is the same... you don't know. It's up to the programmer to know if some register is storing a number or an address.

  • @MalekAli-yg5bt
    @MalekAli-yg5bt 3 дні тому

    but don't 8 bit computers regularly have a memory map of some sort? where the instructions and the data are in one ROM and addresses are divided between them.

    • @jerrys2292
      @jerrys2292 2 дні тому +1

      A memory map takes a large bank of memory and maps it into a smaller address spaces.
      Ex: 65536 byte memory bank takes 16-bits to address. Memory map would basically take the high 8-bits and store hang on to them. When the program wants to read from memory it would use an 8-bit address that then gets combined with the high 8-bits to make the full 16-bit address.
      Modern memory mapping has more features and functionality, but this is the idea they are expanding on.

  • @bratworst
    @bratworst 3 дні тому

    How many bits do i have to add to each instruction to double storage? Is it a one to one or exponential.

    • @Lampe2020
      @Lampe2020 3 дні тому +1

      One more bit in address space doubles the amount of addresses, as you can set that bit to 0 for each address and to one for each to get a different location.

    • @totoshampoin
      @totoshampoin 3 дні тому +1

      There are 3(+?) ways you could go about this:
      1. More bytes in the registers, which would mean you have to redesign your op codes (because more bits for LDI)
      2. Use 2 registers instead of 1 to address on 16 bits instead of 8 bits. Again, needs you to redesign your opcodes.
      3. Dedicate one of the RAM addresses to switching to a different Data storage (which is then called a Bank). Actually easy to set up (just use a multiplexer)

  • @ohadhabrnash334
    @ohadhabrnash334 3 дні тому

    I was wondering something, Then I answered it to myself

  • @Pedritox0953
    @Pedritox0953 3 дні тому

    Great video! Peace out

  • @TheArrow4012
    @TheArrow4012 День тому

    Would we also need to make the destination for STO become 0000 (zero register), so that it doesnt store A+offset or anything else into a register, since we cant just disable it because its needed for reading RegA

    • @mattbatwings
      @mattbatwings  День тому

      Yeah! In the real build, the mux for the destination is 2 bits, 01 10 and 11 for the 3 selections. If you do 00, it won’t select anything. So 00 is used on a store.

    • @TheArrow4012
      @TheArrow4012 День тому

      @@mattbatwings awesome thanks, I figured it would just be the mux lines set something like that.

  • @ReggadMohamed-y3v
    @ReggadMohamed-y3v 3 дні тому

    Thanks

  • @GreekgamingGoat
    @GreekgamingGoat 3 дні тому

    made me cryed

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    Baby come here, we'll finally find out how he converted 4 signed bits to 8 bits for the offset!!!

  • @KD0406
    @KD0406 3 дні тому

    *_Respect to bro._*
    His talent :🗿

  • @CircuitsRedstone
    @CircuitsRedstone 3 дні тому +1

    nice

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    Isn't it easier to make the destination in the end, for building the fisical computer, like, most instructions have it in the end

  • @mcneonvoid
    @mcneonvoid 3 дні тому

    I can't wait for you to make bad apple on this thing!(if you don't, YOU made a bad apple of yourself ) /j

  • @tuo.1556
    @tuo.1556 3 дні тому

    Yippe!!! New video ❤🎉

  • @GoofyGobblerz
    @GoofyGobblerz 3 дні тому

    best vid

  • @rodrigoqteixeira
    @rodrigoqteixeira 3 дні тому

    My favourite operation is the one that compiles to 0000110101001011 (NOP r13 r4 r11)

  • @YoussouphaBunMustapha-qg9dp
    @YoussouphaBunMustapha-qg9dp 3 дні тому +1

    Hi

  • @El3ment4l_
    @El3ment4l_ 2 дні тому

    SUPER CHALLENGE: make an AI in minecraft

  • @coolhenry7
    @coolhenry7 2 дні тому

    I rly gotta catch up I’m still on the call stack

  • @falihrahmandha364
    @falihrahmandha364 2 дні тому

    What's the purpose of a barrel

    • @harrazgamingyt
      @harrazgamingyt 2 дні тому

      Provide power to the comparator which locks the repeater

    • @falihrahmandha364
      @falihrahmandha364 2 дні тому

      @harrazgamingyt I thought it's more complicated than that, like providing specific amount of signal strength

    • @harrazgamingyt
      @harrazgamingyt 2 дні тому

      @falihrahmandha364 yes but only signal strength 1

    • @mattbatwings
      @mattbatwings  День тому

      @@falihrahmandha364in the case of the data memory they’re used to give signal strength 1, allowing even the weakest part of the dust tower cancel all the comparators
      in general, you can use a barrel to create any signal strength from 0-15 , depending on how many items are in the barrel

  • @L3MON_SHORT
    @L3MON_SHORT 2 дні тому

    Hello matbat

  • @Smove67
    @Smove67 3 дні тому

    First to watch this 🔥🔥🔥This is fire keep going

  • @emanhooy6409
    @emanhooy6409 19 годин тому

    Wow Crazy

  • @woodenmonkeyfox
    @woodenmonkeyfox 3 дні тому

    Error: segmentation fault (core dumped)

  • @CubineGaming
    @CubineGaming 3 дні тому +1

    image a von Neumann redstone computer

  • @LGMIDI
    @LGMIDI 2 дні тому

    After 12 hours😮

  • @KD0406
    @KD0406 2 години тому

    100th video !!!

  • @Sporkz_
    @Sporkz_ 3 дні тому +1

    Can it run ai?

    • @cookieeater1010
      @cookieeater1010 3 дні тому +1

      Technically it would be possible, but he would probobly need more storage

    • @Sporkz_
      @Sporkz_ 3 дні тому +1

      @@cookieeater1010 ima try to make that
      thank you

  • @alexin6647
    @alexin6647 2 дні тому

    I love it

  • @manouel3417
    @manouel3417 День тому

    Is a register,ram,alu still a computer at this point

  • @catlover281
    @catlover281 3 дні тому

    yay

  • @RiturajJohari-q7f
    @RiturajJohari-q7f 2 дні тому

    Bro you could program in C or Python to make things easier

  • @aviator_ren
    @aviator_ren 3 дні тому +1

    First!

  • @goodmojo_
    @goodmojo_ 3 дні тому

    But can it run doom?

  • @HugTheLlama
    @HugTheLlama 2 дні тому

    Hey, I just want to note that for me it made it much less understandable that you removed the control rom. :(

  • @Lens_arcade
    @Lens_arcade 3 дні тому

    Ok, but can it run Doom?

  • @Creepy-Wolf
    @Creepy-Wolf 3 дні тому

    helooo

  • @filipborowiecki7271
    @filipborowiecki7271 3 дні тому

    I was 7th watching

  • @PumpedViper
    @PumpedViper 3 дні тому

    every minute 50 people watch this lol