How Graphics worked on the Nintendo Game Boy | MVG

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 1,4 тыс.

  • @ModernVintageGamer
    @ModernVintageGamer  4 года назад +1099

    My math(s) was incorrect at 2:29. 160x144 for a 2 bit palette is a 5.7kb framebuffer not 22kb

    • @AlexOlsenpang
      @AlexOlsenpang 4 года назад +53

      Do mode 7 next time

    • @Crazy-qi1gw
      @Crazy-qi1gw 4 года назад +41

      @@AlexOlsenpang About that...
      ruclips.net/video/3FVN_Ze7bzw/видео.html
      He has an entire series talking about the SNES.

    • @Un_Pour_Tous
      @Un_Pour_Tous 4 года назад +4

      Modern Vintage Game,Yes more videos plz

    • @gianluca.g
      @gianluca.g 4 года назад +20

      I didn't immediately catch the error as I'm so used to think about an 8bit palette. Then I realized that the Gameboy uses only 2 bit per pixel :-)

    • @rajann44
      @rajann44 4 года назад

      Np

  • @MarcoGPUtuber
    @MarcoGPUtuber 4 года назад +1998

    I feel like these ultraoptimisations to deal with seemingly-insurmountable hardware constraints are becoming somewhat of a lost art.

    • @rpavlik1
      @rpavlik1 4 года назад +205

      Graphics programming still has plenty of crazy tricks. They're just not as easy to explain. (And, demoscene is still an active thing)

    • @Diggnuts
      @Diggnuts 4 года назад +98

      It is. Today we have insane speeds and massive amounts of memory and everything is abstracted away, making us lose touch with the actual iron or necessitating creative hacks.
      I mean, there are frameworks to build games with in a canvas element using Javascript that runs in a browser on machines 10 years old. (I Know, I'm building such a framework!).

    • @pyxelpub8251
      @pyxelpub8251 4 года назад +70

      It's not just the power of the machines and the tendency to abuse them, but the fact that most people are learning or working on languages not strong enough to make games on older systems.
      By strong, I mean close to metal, C can work on consoles like the N64, GB, even the NES for a reason; it can communicate with these machines, whereas C++ would be much slower, and not close enough to the machine to get results. Heck, even with C on a system like the GB and NES, you'd still need to write somethings in Assembly to get the best performance.
      Now, languages like C# and Java don't even use pointers, meaning you can't tinker with memory addresses, which you'd need to be comfortable with to run something on such limited hardware like the PS1 et al.
      I believe that's one of the reasons these consoles are an attraction for talented programmers. Google Sonic Z-treme for Saturn, guy by the name of XL32 (if I recall), you'll be blown away by the few vids he uploaded for what he's done on a Saturn thus far.

    • @OH-tj4qn
      @OH-tj4qn 4 года назад +32

      It’s still a necessity in blockchain smart contract development. You’re forced into it not by hardware constraints, but by financial requirement. Every computation you make comes down to a miner’s transaction fee, which is a bill someone has to foot; as opposed to relying on having X basic system requirements that pretty much everyone has now that we put supercomputers in our pockets. With blockchain dev, you’re out there trying to find the most optimal way to balance safety and speed with minimal resource use in even really simple stuff most modern programmers take for granted, like even literally just generating a random number. And if you do it right you can make millions in a couple heartbeats. If you do it wrong you go straight to jail. Super fun stuff.

    • @junehanabi1756
      @junehanabi1756 4 года назад +70

      @@pyxelpub8251 C++ has many features that can cause slow performance but you don't have to leverage all those features. I've used C++ many times on older or slower hardware just fine. The trick is to not go around turning on and leveraging every feature out there for C++ but to instead be careful and conservative.
      Also, it's a bit of a myth that writing pure assembly is always faster. Don't get me wrong, I love assembly and it's one of my favorite languages. But the reason why writing assembly was faster was because compilers, well... sucked. They were pretty crappy lol and spat out horrible assembly code. In 2019 modern compilers produce assembly better than most any human could ever hope to write.This was tested many times by having expert assembly writers write the same code that was compiled by a compiler using C. The result in any situation that I observed was that the compiler generated code was equal to or faster than even some of the top assembly writers. This lines up with people who create compilers, they'll tell you the same thing.
      Writing assembly is only ever suggested for older compilers that quite frankly were really bad. The compilers for Gameboy were one such compiler that's way better to not use and to instead write assembly by hand. ---- I think people still thinking that hand assembly is always faster stems from the disbelief and dislike of the idea that a computer can generate better code than a human. It's almost a bit nerving and easily dismissable as a "no way" kind of thing.
      But I mostly agree with you, I hate super high level languages that abstract everything away from you and i especially hate languages that run in a virtualized or interpreted setting like Java, Javascript, or Python. Actually I hate python more than anything on Earth lol. But all just my opinions, I'm super old school when it comes to programming.

  • @victortachiquin4965
    @victortachiquin4965 4 года назад +484

    I love it when people really take their time to explain to me exactly how this stuff works in the absolutely simplest terms possible...
    And I still don't understand how it works...

    • @mynamo12
      @mynamo12 4 года назад +3

      Victor Tachiquin haha same

    • @rmt74358
      @rmt74358 4 года назад +8

      @@mynamo12 I would suggest taking a look at 2 things online. How a flat panel TV works Pixels, resolution, etc, and I would look up how a graphics card works. This may help you understand it easier if you do not know about them.

    • @BlackFantasy470
      @BlackFantasy470 4 года назад +4

      The explanations are really well done but unfortunately you still need some pre-knowledge to understand them.

    • @mynamo12
      @mynamo12 4 года назад +4

      Ryan McCardle Thanks, I’ll do that

    • @edstercw
      @edstercw 4 года назад +3

      The sources in the description had more detail by the way

  • @The8BitGuy
    @The8BitGuy 4 года назад +67

    Great video!

  • @Zardox-The-Heretic-Slayer
    @Zardox-The-Heretic-Slayer 4 года назад +73

    I remember being amazed as a kid that you could move "off" the screen "like a real console", all the LCD games I'd ever had until seeing this had a static background painted onto the LCD reflector. those games sell for a fortune on eBay now but they were so crap - I think they're rare because most people flung them at the wall for being crap.

    • @zuccx99
      @zuccx99 4 года назад +10

      Oh tiger electronics...

    • @Stego27
      @Stego27 4 года назад +1

      pop station

    • @ChristMetalMayhem
      @ChristMetalMayhem 4 года назад +1

      Tiger Electronics Baseball, Soccer and Thunder Blade were my most played.

    • @gwishart
      @gwishart 4 года назад +6

      Early LCD screens were susceptible to screen rot if not stored correctly, so I imagine a lot of the handheld games spent a few decades in the attic slowly turning into a brown goo.

    • @Kalvinjj
      @Kalvinjj 4 года назад +3

      @@gwishart hell even Game Boys have had their LCD polarizers damaged from the sunlight of their prime time gaming on the sun. Had to refurbish my own GBC's LCD in fact, maybe not so common on colder climates but here in Brazil at least you see a ton of GBCs and GBAs with a ruined LCD, thankfully repairable (albeit not for the careless types...)

  • @xorinzor
    @xorinzor 4 года назад +270

    "uploaded 47 seconds ago" - Boom!
    Absolutely loving these series about the consoles :D

    • @SpinnerSpite
      @SpinnerSpite 4 года назад +1

      No

    • @drd5455
      @drd5455 4 года назад +3

      Great videos aren't they :)

    • @MegaU
      @MegaU 4 года назад +1

      AlphaDefaultB0y bruh what u mean ‘no’ that’s his opinion

    • @ElfenCried
      @ElfenCried 4 года назад +1

      Gotta go fast!

    • @drd5455
      @drd5455 4 года назад

      @@SpinnerSpite you clearly dont have a passion for all things gaming lol

  • @ReviewTechUSA
    @ReviewTechUSA 4 года назад +165

    This is such an awesome video. I love learning things like this.

  • @mikatu
    @mikatu 4 года назад +25

    I loved Game Boy. Even today I am able to play games using an emulator and still have a blast. The games were all about having a great time, unlike today where the games are more worried about graphics and less so on the whole game experience.

    • @jess_n_atx
      @jess_n_atx 2 года назад +1

      There is a lot of incredible, ground breaking, beautiful games that have been created in the last 20 years. Its not all about graphics.

    • @deadname569
      @deadname569 Год назад

      ​@@jess_n_atxsadly if a game cares more about graphics instead of gameplay people will choose it over the games that care more about gameplay therea people who want the gameplay more still

  • @TheSuperQuail
    @TheSuperQuail 4 года назад +23

    The GameBoy was mindblowing back then and after watching this it's blown my mind again

  • @jaywolfenstien
    @jaywolfenstien 4 года назад +31

    Metroid II : The Return of Samus is still one of my favorite games to this day. I spent a lot of time in the hospital when I was young, and remember being immersed in planet SR388 with Samus for hours on end hunting metroids. Medical conditions be damned.

  • @OrinSorinson
    @OrinSorinson 4 года назад +35

    Coming up with all this trickery as a dev must have been like learning magic.

    • @gblargg
      @gblargg 4 года назад +7

      It was pretty standard stuff by then, which is why they had this interrupt in hardware. If MVG ever does a video about Atari 2600 graphics and the tricks they used, you'll see the era where this stuff began.

    • @sumez4369
      @sumez4369 4 года назад +5

      @@gblargg Yeah by '89, having a scanline interrupt pretty much means you get a free pass to do all the stuff that *actually* required programming trickery on older platforms. :P

    • @Twenty_Six_Hundred
      @Twenty_Six_Hundred 4 года назад +2

      @@gblargg Exactly! As an 2600 homebrew developer i can vouch for this. It's all about thinking outside the box. Creative thinking is what i call it and as many tricks are well known, there is always many more discovered on a daily biases. It's what makes programing for these systems so fun and rewarding. I find my mind always thinking of new ways and tricks to achieve effects to give that wow factor. Having two eight bit sprites a ball and two missiles - 128 bytes of RAM - 4k of ROM - restricted to horizontal colour banding - zero VRAM and zero frame buffer it's challenging. One would thing anything more complex then Pong would be impossible yet with enough creative thinking nearly anything is possible to an extent. I love coding for the 2600

    • @gwishart
      @gwishart 4 года назад +2

      It helps that it was very similar to the NES, so there were already plenty of experienced developers available.

    • @windhelmguard5295
      @windhelmguard5295 4 года назад +5

      programmer job description:
      "solving problems you didn't know existed, in ways you don't understand."
      sometimes also referred to as "wizard" or "magician"

  • @KarlRock
    @KarlRock 4 года назад +49

    As someone who studied COMPSCI, I really enjoy these graphic walk through. Even though I dropped out of the 3d graphics course, 2D looks much easier 👌🏻

    • @BatataKarambas
      @BatataKarambas 2 года назад +1

      KARL ROCK IN AN MVG VIDEO?!?!?!?!? WHAT

  • @dangr3957
    @dangr3957 4 года назад +4

    Anyone here finished the original 1994 Donkey Kong on Game Boy?🙈 That hame is a piece of art! And its sooo freakin long!!!

  • @RollerMatt
    @RollerMatt 4 года назад +2

    I had a blast developing Lemmings 2 for the 8-bit handhelds. The Game Boy was comparatively underpowered to the SMS and GG, but Nintendo made some smart hardware optimisations with their "sawn-off Z80". It was fun seeing just hard you could push the limits of the machine, especially if you were trying to do anything non-character mapped. If you want a good example of just what the Game Boy is capable of, check out the port of Hard Drivin' - it's a stunning achievment.

  • @user-yr1uq1qe6y
    @user-yr1uq1qe6y 4 года назад +2

    Love these inside tech breakdowns of the retro systems. I did my 8-bit twiddling deep dives with the Commodores up through the early 90s. My day job had me burried in x86 land about then, so I really missed out on the Nintendo / SEGA tech at the time. I really appreciate the trips back in time and looking under the hood!

  • @Ziggurat1
    @Ziggurat1 4 года назад +1

    Just as I thought you had depleted all your series, you make a brand now How X worked on the Y series. This is great!
    While I expect I wont learn much I hadn't herd before, I still low to see your presentation, and how this really "dry" material can be presented in a memorable, interesting and entertaining way.
    Please continue doing what you do.

  • @Julzilla
    @Julzilla 4 года назад +6

    Bloody great content. I had no idea how lacking in specs the GB were! Crafty programming always prevails, something modern game programmers should look back to!
    Always look forward to your uploads!

  • @DougHolmes
    @DougHolmes 4 года назад +41

    You should've seen the version of Elite my friend and I got running on it. It was 10fps, full 3D and the whole universe.
    No publisher wanted it...

    • @BlueCardinal33
      @BlueCardinal33 4 года назад +15

      You have the source still? Or ROM? That sounds pretty amazing, and I'm sure the community would LOVE to see it!

    • @ModernVintageGamer
      @ModernVintageGamer  4 года назад +24

      i would love to play it sometime. still got the code? ;)

    • @poisonouslead85
      @poisonouslead85 4 года назад +5

      That would be pretty amazing to see. I'm still shocked that Elite was on the NES, Elite on a Gameboy would be mind blowing.

    • @CataclysmicCharizma
      @CataclysmicCharizma 4 года назад

      That actually sounds pretty cool. Especially knowing the limitations of the system. As somebody who for the longest time sat with a below minimum spec PC and played Doom on the 3DO, 10fps is still better than a slideshow XD Would love to see your port :>

    • @cybernaab
      @cybernaab 3 года назад

      I gues you never gonna reply?

  • @RandomiusBronius
    @RandomiusBronius 4 года назад +60

    3:24 "Tiles are resuable"
    Sounds like something Nintendo would actually do.

    • @Liam3072
      @Liam3072 4 года назад +7

      All developpers did on all machines, really.

    • @xureality
      @xureality 4 года назад +4

      @@Liam3072 still do to this day. Textures are reused. The same furniture in most buildings. People wears identical clothing.

    • @RandomiusBronius
      @RandomiusBronius 4 года назад +12

      @@Liam3072 I know about reused assets. The joke is in the typo.

    • @NesrocksGamingVideos
      @NesrocksGamingVideos 4 года назад +4

      @@RandomiusBronius Thanks I totally missed it hah

    • @TheCrazyStudent
      @TheCrazyStudent 4 года назад +1

      Seems like they are trying to keep the planet green and clean by reusing tiles instead of immediately throwing them away. How resourceful.

  • @muckersTGN
    @muckersTGN 4 года назад +1

    Great video, this was really interesting! One particularly cool "manipulation" effect I like from the OG Gameboy is how the "Pikachu" voice recordings were converted and replicated on this basic hardware. I can't remember the exact technical details around it, but remember reading about it a while ago - super fascinating.

  • @creeper283
    @creeper283 4 года назад +49

    6:11 - "It wouldn't be a game system without sprites."
    ZX Spectrum - "Am I a joke to you?"

    • @gwishart
      @gwishart 4 года назад +8

      You could generate sprites on the ZX Spectrum, but they were software sprites, rather than hardware sprites.

    • @Michael-im5mq
      @Michael-im5mq 4 года назад +3

      @@gwishart and it was supposed to be a computer not a game system

    • @TiogshiLaj
      @TiogshiLaj 4 года назад

      @@Michael-im5mq Tell that to this video: ruclips.net/video/CjvT8W9OdM4/видео.html :)

  • @hgbugalou
    @hgbugalou 4 года назад

    I was never a Gameboy kid as I stuck to the consoles, but as an adult I find these programing tricks devs managed to pull off fascinating. I could just imagine the buzz in the office when so and so pulled off some impressive visual feat via clever programming.

  • @jamesherman3750
    @jamesherman3750 4 года назад +10

    You just explained why Mario can't go backwards in his original games, It was actually quite informative

    • @gwishart
      @gwishart 4 года назад +1

      In the case of Super Mario Land, the reason for the single direction levels wasn't actually linked to the video hardware; it was due to the limited ROM space.
      SML only used a 64K cartridge, so the levels used a form of run-length encoding to compress them, which only works when the data was read from left-to-right.

  • @betasequence4885
    @betasequence4885 4 года назад

    Even as a programming novice who doesn't quite understand everything you were talking aboutI love this video and I'm getting closer everyday to understand how these wonderful of machines work please make more and thank you very very much for your wonderful videos

  • @calvinmack6988
    @calvinmack6988 4 года назад

    Love the channel. I probably had all of the Game Boy accessories as a kid growing up and thought the camera and printer were super awesome back then.

  • @natecw4164
    @natecw4164 8 месяцев назад

    These videos are so calming and informative that I could legit watch a TV network called MVG.

  • @fensoxx
    @fensoxx 4 года назад +1

    Jesus this was my fav video yet. Please cover the NES etc...as in, how their graphics systems worked. Your insight is so interesting.

  • @iragination
    @iragination 4 года назад +2

    The coverage of these low-level old-school techniques is very interesting. I am always looking forward to learn how to pull these tricks with limited hardware.

  • @FlameRat_YehLon
    @FlameRat_YehLon 4 года назад +4

    *See Gameboy image*
    *See the MVG logo*
    Oh, the video must be "how the Gameboy security have been defeated"
    Wait a second...

  • @veerityvee
    @veerityvee 4 года назад

    Wow. I never even had a clue the Game Boy systems could be leveraged to produce so much when the hardware was seemingly simple at face value. Thank you MVG for these well put-together videos that neatly and clearly explain in great detail how these systems function. It is fascinating to learn about the trickery the developers of these games used to accomplish such wonderful visual effects. The work they've done really is magic in a way!
    And it goes without saying that I definitely want to see more videos like this that deep-dive into the behind-the-scenes inner-workings of hardware.

  • @3DSage
    @3DSage 4 года назад +1

    I'm programming Zelda and Minecraft for the Game Boy Advance! I posted progress. You should share how the GBA draws graphics. It's pretty interesting so keep up the good work!

  • @DovesDamage
    @DovesDamage 4 года назад +17

    Miss old-school Tetris and old school Pokemon

    • @drd5455
      @drd5455 4 года назад +4

      Play them again there's plenty of gameboy emulators available

    • @arziel340
      @arziel340 4 года назад

      You look sweet,do you want Play with me👻

    • @RealSkyeBlue
      @RealSkyeBlue 4 года назад +1

      @@arziel340 you dumbass

    • @BeryAb
      @BeryAb 4 года назад

      @@arziel340 Creep

    • @VitalikButtring
      @VitalikButtring 4 года назад

      eBay.

  • @TheCrazyStudent
    @TheCrazyStudent 4 года назад +2

    I absolutely love these videos explaining how the hardware in retro game systems works. I hope to see more of this for other 8 bit and 16 bit systems as well.

  • @junehanabi1756
    @junehanabi1756 4 года назад

    It's a great video. I owned all the gameboys growing up, brought back so many memories. I remember getting so excited over the newest ones when they came out. The gameboy pocket that could fit into my pocket, the color that could display more than black and white, the advance and then the foldable advance then onto the DS lines. I had to beg my parents on every new one but was so happy I could get my hands on them. there were lots of people I could use the gamelink cable with, practically grew up using the gamelink cable. So many memories ^_^

  • @dralithi
    @dralithi 4 года назад

    Really enjoyed the in-depth explanation with all of the visual references for each example. Well done!

  • @weak1ings
    @weak1ings 4 года назад +1

    Its interesting to see the approach Nintendo has work so well, "Take current hardware and make it cheap" vs making a expensive device based on next-gen hardware.

  • @BlackFantasy470
    @BlackFantasy470 4 года назад +1

    I never thought about how fascinating some effects were when I played Game Boy games when I was a child but after listening to your explanation I see them in a different light.
    I would really like to hear more about this topic and it would be really interesting to hear what and how changed with the Game Boy Color.

  • @shane3478
    @shane3478 4 года назад +3

    Really guys? A thumbs down on an informative video?

  • @AmyraCarter
    @AmyraCarter 4 года назад +1

    My experiences with the Game Boy are vast. I loved the GB.
    Games? Pokémon, Tetris, Mario, Kirby, Final Fantasy, LoZ, the list is long, the memories, wonderful.

  • @jmanrocks152
    @jmanrocks152 4 года назад

    I love learning about these old systems, it's crazy anyone worked with these systems

  • @NobleEinherjar0
    @NobleEinherjar0 4 года назад +1

    This was a fascinating video and I would love to see more about other aspects of the GameBoy you mentioned like the sound, or maybe what sort of hardware changes allowed for things like the GameBoy Color to work. The original GameBoy was such an important piece of tech for me growing up and I appreciate it even more now than I did when I was a kid, thanks in large part to videos like this.

  • @McTroyd
    @McTroyd 4 года назад +1

    Love deep dives like this! Would love to see more of the subsystems broken down. (And I would love to see a modern developer convince a Game Boy developer something is "too hard" or "impossible.") Still have my red Game Boy Pocket -- my preferred unit, as it has most of the battery life of its larger predecessor, but a higher-contrast screen, and actually fits in a pocket! Outside of the Nintendo classics, favorite games are Lemmings (for single player) and Battleship (for 2-player).

  • @discoRyne
    @discoRyne 4 года назад +1

    This is such dope content. Keep it up, channel deserves WAY more love

  • @TheRoidemortetfleur
    @TheRoidemortetfleur 4 года назад +1

    What I liked about it. It was truly portable. The contrast feature meant it could be played even in the sun. Portable devices are hard to see outdoors. It wasn't the case for NGB

  • @lumapcat
    @lumapcat 4 года назад +8

    The Gameboy is the best console ever

    • @harrylane4
      @harrylane4 4 года назад

      @@BamonBoy no the DS is

    • @lovebirdrica22
      @lovebirdrica22 4 года назад

      @@harrylane4 no gamecube is

    • @motionbasti
      @motionbasti 4 года назад

      No, switch pro is. :)

    • @gwishart
      @gwishart 4 года назад

      You've obviously never used a Bally Astrocade.

  • @MichaelButlerC
    @MichaelButlerC 4 года назад

    I love your videos about the internal mechanisms of all these systems. Thanks for doing them!

  • @kicknotes
    @kicknotes 4 года назад

    As 30+ year developer w/ experience doing console work, really enjoy your channel.

  • @SirCalalot
    @SirCalalot 3 года назад

    Great video as always, MVG!
    This really helped get my head around a lot of the graphics drawing options as I start homebrew Game Boy development in C.

  • @edstercw
    @edstercw 4 года назад

    I'm so glad the kemenaran blog is getting some love on RUclips. Disassembling the Link's Awakening ROM is a big reverse-engineering effort by a bunch of dedicated people. I thanked the guy in chat

  • @dshaynietheawesome
    @dshaynietheawesome 4 года назад

    I am 19 But obsessed with old technology i got a gameboy and I recently found a copy of tetris anyone would say why not just play it on my own but theres something incredibly satisfying about playing these games on original historical hardware and im fascinated by how all of it works especially how programmers found ways of making cool effects in games by taking advantage of small tricks

  • @GreggDurishan
    @GreggDurishan 3 года назад

    This is my fav MVG video and the one I link to friends to interest them in the channel.

  • @lozangekitten-gamer7626
    @lozangekitten-gamer7626 Год назад

    one thing for sure, Game Boy is 1 HUGE machine of its portable time. Not to mention the "3D" effects that some developpers managed to achieve on it is impressive, especially Argonaut software, who made the impressive tech demo X, which led them to using the FX chip on their SNES games to make the first Starfox

  • @ry60023333
    @ry60023333 4 года назад

    More GameBoy content would be awesome! Always amazing to see what great developers can do with so little in the hardware.

  • @dezm101
    @dezm101 4 года назад

    great video. Gunpei Yokoi was such a badass, sometimes I feel like he doesnt get enough credit for his tremendous work in the industry, people always seem to trash the virtual boy and his version of super mario land.

  • @Cinicraft00
    @Cinicraft00 4 года назад +1

    MVG, I really have to say, you publish the best gaming content on RUclips. I love the hell out of these hacking documentary videos.

  • @Bladeoceanic
    @Bladeoceanic 4 года назад

    Links Awakening. By far my favorite Game Boy game of all time & still one of my all time favorite & most memorable games in general.

  • @Omn1Slash
    @Omn1Slash 4 года назад

    I've never learned so much about the GameBoy as I have in the past 13 minutes. Thanks MVG!

  • @joshmartimez2235
    @joshmartimez2235 4 года назад

    Played the original grey game boy on launch day. My dad still has our family game boy and it still works. I have a Game Boy Color and GBA SP and thats how i get my GB fix. Great in depth video.

  • @megaklok
    @megaklok 4 года назад +1

    Keep being my favorite RUclips channel and bringing out new content. Thanks for another great video!👍👾🕹

  • @J0r
    @J0r 4 года назад

    Dude you are killing it with these informative videos!

  • @thebillington
    @thebillington 3 года назад

    There's a slight misnoma at 1:05. Whilst the SHARP LR35902 is technically a mix of the Z80 and 8080, the Z80 instruction set is actually a complete superset of the 8080, with only minor backward incompatibilities from the Z80 to 8080 caused by the additional instructions added on the Zilog chip.
    The additional instructions on the Game Boy CPU differ both from the original Z80 and 8080 instruction sets, being completely unique to the LR35902, meaning it isn't technically a mix of the 2 processors but a completely new instruction set entirely, being backwards compatible with neither the Z80 or 8080 due to an incomplete 8080/Z80 instruction set and the addition of entirely new opcodes.
    Regardless this is a great video and the effort put in is amazing. I've always loved your attention to detail, particularly on your 360 emulation videos!

  • @EJayNine
    @EJayNine 4 года назад

    Great video dude, I shared it on the Gameboy FB page I admin on, I'm a simple pokemon man myself but Solar Striker would be my 1 recommended game to play to anyone, cool music and a fun little shmup.

  • @terdog3463
    @terdog3463 4 года назад

    I remember having my original Gameboy with the external powerbrick. Some of my favorite games for it where Legend of Zelda: Links Awakening, the Super Mario Land Games, Mega Man series, Castlevania series, Metroid II, Super RC Pro Ram, and R-Type i and II

  • @NesrocksGamingVideos
    @NesrocksGamingVideos 4 года назад

    It would be cool to say that a lot of these technical features were pretty standard for the 80's decade and all relate to tile (refered to as characters at the time) based graphics. Early 80's arcade games were already using these pretty intensely. The gameboy was simply the first tile based handheld console.

  • @DarkD33p
    @DarkD33p 4 года назад

    Thanks for an in-depth look into how graphics work on the Game Boy. That's really interesting.

  • @rabiroden
    @rabiroden 4 года назад

    One smart trick used was to take advantage of the screen's low refresh rate to flicker two images back and forth to create a translucency effect. Batman: Return of the Joker (from Sunsoft) did it to create a flowing water effect in the sewer level. A Japan-exclusive shooter called Chikyuu Kaihou Gun ZAS flickered two different backgrounds scrolling at two different speeds to create depth, simulating clouds flowing over the ground level.

  • @darkreaper72jp
    @darkreaper72jp 4 года назад

    Awesome Video! I'm always incredibly impressed by what is possible on such minimal hardware

  • @Big_Box_Customs
    @Big_Box_Customs 4 года назад

    You was the First Channel i ever did an subscription on it =) Keep it up, i really enjoy all your videos. Greetings from Germany.

  • @deadpoinsettia
    @deadpoinsettia 4 года назад +1

    Metroid II: Return of Samus was always my favorite Gameboy game. Great vid!

  • @DanielSuguwa
    @DanielSuguwa 4 года назад +1

    Well dude, it's a great video about Gameboy! It's fascinating how these old hardware can run such a very impressive game, despite no 3D (exception for future Gameboy system which had pseudo 3D tech). Also, most of these game are the best game you can ever play for hours without being too bored, like what mobile games has gone since then. Btw, thanks dude for covering one of my beloved portable system! It quite remind me back then in 2008-2012 era of portable gaming frenzy in my place, especially living in a third world country. I would miss these forever :)

  • @CaptainFalcon07
    @CaptainFalcon07 4 года назад

    I was real little when I had the original, I only had like 3 games for it, but man did I play Megaman 2 over and over again, I couldn’t get enough of it

  • @Dingo89
    @Dingo89 4 года назад

    Would love to see a complete wrap up of each of the gameboy iterations over the years, from the original giant brick, to the slim variants, colour gameboys, and GBA variants like the SP.

  • @Sparkbomber
    @Sparkbomber 4 года назад

    Neat video. I grew up with the system. Gotta say it has a powerhouse game library too. Links Awakening, Mystic Quest, Gargoyle's Quest, Belmont's Revenge and so many more deserve mention.

  • @Cetega
    @Cetega 4 года назад

    I find these types of videos fascinating. I also thoroughly enjoy the music you use in your videos.

  • @Dukep6
    @Dukep6 4 года назад +1

    Really enjoyed the video! Keep up the good work!

  • @gamedoutgamer
    @gamedoutgamer 4 года назад

    Great job on this video! Very interesting topic. I enjoy learning about the tech capabilities and how they worked of these old devices.

  • @oggyosbourne
    @oggyosbourne 4 года назад

    My first game on Gameboy was Tetris. Old friend mother had it in the bathroom. I played it and got hooked straight off and still playing Tetris on my Gameboy everyday.

  • @Gonbebe
    @Gonbebe 4 года назад

    I'm always impressed by the amount of work that goes into your videos.

  • @DickieBeard
    @DickieBeard 4 года назад

    Love your content mate. Been watching your stuff for over a year without noticing I hadn't subscribed. Well, fear no more, liked and subbed.
    Keep going buddy.

  • @SymbolicSplenetic
    @SymbolicSplenetic 4 года назад

    This is awesome. Super Mario Land was actually the first Super Mario game I've played, so it's awesome to see a technical breakdown of how it worked. Especially now that I have Comp Sci knowledge and can appreciate it more.
    One of my favs on the original GB was Burai Fighter. I should fire up the NES version and try to beat it. I remember it being a bloody hard game.

  • @joefell5311
    @joefell5311 4 года назад

    Super Mario Land, Blades of Steel, Bugs Bunny Crazy Castle, Batman, and Nemesis will always be my favs on this system.

  • @LuisMederos
    @LuisMederos 4 года назад

    This is top-notch material, beautifully written and executed. Well done, sir 🤘🏻

  • @willynebula6193
    @willynebula6193 4 года назад

    This is a great video. I can now see and understand basically how evey video game is made! Seriously thank you.

  • @ZeldaTheSwordsman
    @ZeldaTheSwordsman 4 года назад +1

    Not only was the GameBoy's minimalist hardware highly capable when used right, it also made the GameBoy _superior_ to its competition in a very key way: Battery life.

  • @alexandertruong3135
    @alexandertruong3135 4 года назад

    Pretty amazing look into the PPU. Thanks for the information!

  • @TheZerohimself
    @TheZerohimself 4 года назад

    I loved the format here(and the technical details). I love learning how this stuff works! Thanks for everything!

  • @joseph7858
    @joseph7858 4 года назад

    so very fascinating. I spent my youth in this (Gameboy, C64, Atari ST 1040, Sinclair ZX 81... etc.). Great to revisit it from a more profound, scientific way. Thank you very much for the good work!

  • @jacobs4808
    @jacobs4808 4 года назад

    I really liked this dive into how the gameboy made its graphics. Keep these videos coming for other systems. I think it would be cool to do the GBA especially games that had the immersion of 3d graphics.

  • @TylerSteven9
    @TylerSteven9 4 года назад

    You did a good job keeping it in layman's terms for non-programmers.
    And since you asked about favourite games... Pokemon Red... hours and hours and hours sunk into that game. At least hundreds.

  • @StormcloudLive
    @StormcloudLive 4 года назад

    awesome video, love your in depth look at systems like this. Always recommending you to tech mates!

  • @john2001plus
    @john2001plus 2 года назад

    Data compression was an important part of every videogame system that I ever worked on. These big scrolling worlds would take up too much space, so they have to be stored compressed on the ROM, and decompressed on the fly.

  • @RichieRich0101
    @RichieRich0101 4 года назад

    Love this, kudos MVG. Hope to see more. As a kid I loved Gargoyle's Quest and Balloon Kid - would be great if you could cove them.

  • @dæmnKris
    @dæmnKris 4 года назад

    I hope you can cover the Gameboy Color too, especially the Hi-Color hack that some developers used to add more colors than possible into their games.

  • @TheSanco26
    @TheSanco26 4 года назад +1

    Favourite game? Clearly Zelda. I was so blown away by the big world back in the days

  • @braveladder1682
    @braveladder1682 4 года назад

    You've honestly become one of my favorite youtube channels. Keep up the great work, my friend.

  • @breadbunbun
    @breadbunbun 4 года назад

    One of my favorite original gameboy games is X Ekkusu. It's a 3d vector based first person shooter, and I'm sure it uses some really amazing effects to get its 3d, and I would love to learn more about it

  • @retrosoul8770
    @retrosoul8770 4 года назад

    Absolutely interested in retro system tech breakdown/comparisons. Please continue series! Nes & Master System, Snes & Genesis, PC-Engine and Neo Geo. Tons of material here

  • @patrickdbuck
    @patrickdbuck 4 года назад

    That was a super fascinating video and I’d love to see more on how consoles worked. I think a video about the audio would be interesting, too. Subbed!

  • @MrAllardChris
    @MrAllardChris 4 года назад

    Like always, a very good video. Currently i learn how to program on the Sega Master System and it's pretty cool to see that many tricks you showed works on this console too and share the same philosophy. The most fascinating things for me it's the color ram used to saved more VRam. Instead of saving color RGB informations for each pixel inside tiles, you just need to point the index of the color you want inside the color Ram, a clever choice. And the tiles data is stored in the way to read 8 tiles at the same times. Don't know if today the same optimisation exists for current 2D engines...

  • @sabin1981
    @sabin1981 4 года назад

    Goddamn I love your videos, I really do. They're informative, indepth, entertaining.. just... awesome. Thanks as always, MVG!

    • @sabin1981
      @sabin1981 4 года назад

      As for what my favourite OG GB games are? Easy! Though in no specific order... ;)
      *Super Mario Land + Super Mario Land 2
      *Gargoyle's Quest
      *Metroid 2
      *Revenge of the Gator
      *Legend of Zelda: Link's Awakening
      *Final Fantasy Adventure