Game Boy Development Environment

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

Комментарии • 266

  • @NesHacker
    @NesHacker  Год назад +53

    macOS Install Guide - ruclips.net/video/WLRq-FcuiPo/видео.html
    Ubuntu Install Guide - ruclips.net/video/5qg7I3Sfmu8/видео.html
    Windows Install Guide - ruclips.net/video/F4eRZeuFwCA/видео.html

    • @420.........
      @420......... Год назад

      A VM is the worst opinion you had in this video. Recommend people multiboot instead.

    • @JJ-Streaming
      @JJ-Streaming 11 месяцев назад

      Apple suck! The M1 Mac can't multi boot so we just use VM!

    • @ReligiousReasoning
      @ReligiousReasoning 11 месяцев назад

      If the SD card is greater than 32gb Windows won't format it to fat32

    • @420.........
      @420......... 11 месяцев назад

      @@ReligiousReasoning you can force format, the Xbox original softmldding community has a formatter that does it very well, I fall back on it sometimes

    • @ReligiousReasoning
      @ReligiousReasoning 11 месяцев назад

      @@420......... I know that there are several 3rd party programs to do it

  • @DonaldHays
    @DonaldHays Год назад +1052

    Well, I was surprised and delighted to see my VSCode extension suddenly show up in a channel I enjoy watching! I was doing a happy little dance as you pointed out all the little features it has. Thank you for showing it, and I'm glad you found it helpful!

    • @NesHacker
      @NesHacker  Год назад +106

      You are very welcome and thank you for making such a great extension! Seriously, it makes GB programming even more joyful 😀

    • @Komeuppance
      @Komeuppance Год назад +11

      That extension is badass!

    • @shanselman
      @shanselman Год назад +7

      Epic!

    • @near-js1lf
      @near-js1lf Год назад +6

      Thank for your work

    • @JJ-Streaming
      @JJ-Streaming 11 месяцев назад +1

      Can you make ASM to C extension? Lol make it a real basic C

  • @musicvideoenhancer
    @musicvideoenhancer Год назад +16

    I'm 42 years old and man, how I wish the internet as we know today, existed in the 90's. So I could start learning how to program when I had lots of free time. Today, it's only a dream that I can't acomodate on my routine due to time constraints. I actually tried to taunt myself how to code in C++, and made 2 mods for GTA IV years ago, but while the mods worked, I shown to a friend that it's a programmer and he felt very confused with my code haha, surely it was full of redundances and weird solutions because I didn't knew better.

  • @krellion
    @krellion Год назад +82

    Recent versions of Windows will only allow FAT32 to be used on drives 32 GB or less (the SD card in the video was 128 GB). You can use a utility like FAT32 Format to do larger drives on Windows.

    • @NesHacker
      @NesHacker  Год назад +21

      Oh that makes sense… I just used one of my camera SD cards for shooting footage and the like, good catch!

    • @fnjesusfreak
      @fnjesusfreak Год назад +4

      Not entirely recent; 2K had this limit too, iirc.

    • @oliviadrinkwine1411
      @oliviadrinkwine1411 Год назад +1

      Or Rufus if it allows formatting of flash cards just make sure to do non bootable from the menu picker

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

      the one i used was GuiFormat

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

      Or you can not use Windows lol

  • @justinbeere
    @justinbeere Год назад +33

    for so many years these childhood classics have been a black box to me. i’m glad i found this channel.

    • @NesHacker
      @NesHacker  Год назад +6

      That’s really great to hear… these systems and games were very important to me when I was a kid so it’s been really rewarding to explore them and explain what’s going on to you all 🥹

    • @cll1out
      @cll1out Год назад +3

      What’s even more interesting is once you’ve better learned and understand the hardware, it’s sort of a puzzle to look at some official titles and wonder what they did to pull off some of the tricks for animating certain things.

  • @kylesnider9357
    @kylesnider9357 Год назад +81

    You have a real gift for teaching. You are succinct in your descriptions and demonstrate a thorough knowledge of the subject. Keep up the great work!

    • @NesHacker
      @NesHacker  Год назад +2

      That’s very high praise, thank you very much ☺️

    • @carrierkyle
      @carrierkyle Год назад +2

      Echoing this. Your delivery has changed the way I write documentation for the better.

  • @kirby0louise
    @kirby0louise Год назад +40

    A couple of good alternatives to bgb are SameBoy and Gambatte, both of which are cross OS, highly accurate and even feature libretro cores (Retroarch/BizHawk). In fact, according to the latest GBEmulatorShootout accuracy test (run on August 31st 2023), both SameBoy and Emulicious handily beat bgb

    • @NesHacker
      @NesHacker  Год назад +4

      Leave it to Kirby to drop yet another knowledge bomb… Much appreciated, friend ☺️

    • @FredrIQ
      @FredrIQ Год назад +1

      I can understand not mentioning gambatte, since afaik its debugging tools are really limited. But I did find it a little strange that SameBoy specifically wasn't mentioned, since it has an excellent debug UI for OS X, or so I've been told (I don't have a Mac).

  • @Quemadmodum
    @Quemadmodum Год назад +16

    Can't wait to try coding for the game boy !

    • @NesHacker
      @NesHacker  Год назад +6

      Heck yeah! It’s really fun, especially if you’re coming from the NES… something’s are just much cleaner and make more sense (like screen scrolling 😂)

  • @GameInterest
    @GameInterest Год назад +3

    Holy crap. The RGBDS Z80 extension would be great for just looking through code and seeing just what everything does. That just amazes me.

  • @bitronicc1887
    @bitronicc1887 Год назад +14

    Quick tip, in VS code, you can navigate to another section by command/alt clicking the name of the class or method, and navigate back and forth between spots just like using back/forward arrows in a browser or visual studio by using the hotkeys ctrl+- and ctrl+shift+- (those are dash/underscore keys. Don't hit the plus key obviously.)

    • @NesHacker
      @NesHacker  Год назад +4

      Nice, thanks so much for sharing!

    • @bitronicc1887
      @bitronicc1887 Год назад +2

      @@NesHacker No problem, and thank you for creating such an incredible resource for everyone to learn the development of NES and GameBoy. You do an amazing job sir. 👍

  • @rabiroden
    @rabiroden Год назад +27

    For debugging emulators, I'd like to also suggest Mesen. It was originally a NES/SNES emulator, but it recently added support for GB/C and even PC Engine, and it has universal debugging tools for all of them. Plus it has versions for both Windows and Linux.

    • @InsaneFirebat
      @InsaneFirebat Год назад +6

      Mesen is life. When he said there were two choices, my first thought was "oh cool, what's comparable to Mesen?"

  • @coolbrotherf127
    @coolbrotherf127 8 месяцев назад +2

    This is really cool. I learned ARM assembly in my college classes and it would be cool to also learn how to program assembly for a gameboy.

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

      GBASM is very similar to Z80, and doesn't take too much doing to learn if you're already familiar with at least one assembly language. Go for it!

  • @Phenom0100
    @Phenom0100 Год назад +3

    The only coding I have done in assembly was to make a sodoku game in MIPS as a project in college. I have also done other things where I had to use C/C++ to create a Speculative Dynamically Scheduled Pipeline and a memory hierarchy simulator based on MIPS commands.

  • @jamjak-cj7gl
    @jamjak-cj7gl Год назад +5

    Great intro into GB DEV using assembly code, look forward to future installments. Have played around using "C" with GBDK - 2020 and got some reasonable 'Mario' style side scrolling and 'Zelda' style scrolling roms for the GB, for a non programmer. When I get some spare time I have been trying to get my head around assembly coding, as you have said, not that hard but you do need to practice it to get a handle on the nuances of the language. The book "Game Boy Coding Adventure" has been an excellent resource tool for me.

    • @NesHacker
      @NesHacker  Год назад +2

      It can be frustrating but a lot of fun to learn as well ☺️

  • @korean_dude6036
    @korean_dude6036 Год назад +2

    I don't know why you are still making a game for Gameboy, but I find it very inspiring...

  • @ChainPenguin
    @ChainPenguin Год назад +4

    Thx you, I was learning this last week and having it compressed in a RUclips video makes it easier to learn.

    • @NesHacker
      @NesHacker  Год назад +1

      You’re very welcome 😊

  • @lincruste
    @lincruste 5 месяцев назад +2

    Don't EVER listen to people telling you asssembly is "not that hard". It's fucking hard and you gotta be a real smart person to use it. Really.

    • @DigiSpaceProductions
      @DigiSpaceProductions 3 месяца назад

      It really isnt that hard lmao, im mostly a C# and C++ developer and im a idiot, but i can write stuff in assembly, it just looks hard.
      It IS hard to make optimal code, however

    • @lincruste
      @lincruste 3 месяца назад

      @@DigiSpaceProductions yeah, sure, an idiot C# and C++ dev. Cut the bullshit this is ridiculous.

  • @merman1974
    @merman1974 Год назад +2

    That VSCode extension looks really useful, and interesting to hear your recommendations on emulation.

  • @dedgzus6808
    @dedgzus6808 Год назад +3

    Awesome! I was wondering where you were gonna go next. Great choice!

    • @NesHacker
      @NesHacker  Год назад +1

      I’m glad you liked it :)

  • @schlangengrube157
    @schlangengrube157 Год назад +6

    Very helpful when starting to develop for the Game Boy.😀

    • @NesHacker
      @NesHacker  Год назад +3

      Here’s to hoping for many happy hours of coding in the future 🍻

  • @CoNfUzLeDaNdLoSt
    @CoNfUzLeDaNdLoSt Год назад +5

    Would love more of this if it was a series!

  • @kingbrettpro
    @kingbrettpro 11 месяцев назад +1

    The GB Operator made by Epilogue works just as well when testing to see if your Game Boy game works on actual hardware. The best part about this device is that if you put the game on an actual cart instead of a flash cart, the GB Operator can be used to dump the ROM if you want to make any changes or if you want to make back-ups. Same for save files if applicable.

  • @Topspeedcraft
    @Topspeedcraft Год назад +2

    I needed this more than air

  • @valencoffeebat
    @valencoffeebat Год назад +5

    Ive been working on a GBC game using RGBDS for the last 10 months and I thought I had reached the bee's knees with my Sublime Text build system - but damn some of those VSC features look amazing... Too bad my pc would blow up using VSC :'D amazing video regardless, love to see some love on RGBDS, by far the coolest homebrew assembler

    • @NesHacker
      @NesHacker  Год назад +2

      RGBDS really is quite good, such an impressive assembler suite and a great community of coders around it ☺️

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

      @@NesHacker yeah!! I've had a great experience with gb dev, not only because the hardware is pretty neat (not as many bugs as the nes) but the community too

  • @MrScottyTay
    @MrScottyTay Год назад +2

    I've been eagerly awaiting a series like this for ASM dev on GB, everyone just goes straight to GB Studio

  • @Alopexus
    @Alopexus Год назад +3

    Wonderful video. Those extensions for VSCode in particular are absolute gems. Very concise and immensely useful from start to finish. Thank you so much for your work!

    • @NesHacker
      @NesHacker  Год назад +1

      You are very welcome, and thank you for your kind words! 😊

  • @eutiquioperucho2477
    @eutiquioperucho2477 Год назад +3

    I was just dreaming on a video like this. It's great!

    • @NesHacker
      @NesHacker  Год назад +1

      Perfect, I’m glad you liked it

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

    The whole VS Code Intellisense assembly is insane to me. Thinking back to when I was a kid trying to learn 6502 assembly on a Commodore and getting stuck understanding the concepts and what memory addresses did what, it would have been a total game changer. Same really even with C/C++ programming back then, I remember when context sensitive editors were finally starting to highlight high level languages like BASIC, it was so awesome to have that "ANSI graphics" type source editor back then. Imagine that plus intellisense, code peeking?? Hell even a dual monitor!

  • @bengoshi4
    @bengoshi4 Год назад +2

    We want the next episode!!!!
    Nowwwwww
    👏🏻👏🏻👏🏻

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

    i am so glad people like you are generous enough to share this knowledge

  • @jordixboy
    @jordixboy Год назад +4

    That VScode extension is just a language server, you should be able to use it in any editor including vim/nvim...

    • @NesHacker
      @NesHacker  Год назад +2

      Ah interesting, I wasn’t aware MS created a protocol for this. Though I think vim might not be as smooth an experience as VS Code without extensive modification.

  • @alieander
    @alieander Год назад +8

    Super nice! Love the work you are putting in :D

    • @NesHacker
      @NesHacker  Год назад +1

      I really appreciate that 😊

  • @MrOnlineCoder
    @MrOnlineCoder Год назад +1

    I do not own a Gameboy and never did, but I really loved the video and the vs code extension!

  • @lilbits3136
    @lilbits3136 Год назад +3

    Vim for life, I don't need no VSCode nonsense!

  • @FloatingSunfish
    @FloatingSunfish Год назад +3

    VS Code is my go-to editor for almost any coding project.
    It's free, has lots of useful extensions, and is (generally) fast and light on system resources (depending on how many extensions you have running).
    It's always nice to see fellow programmers keep the old systems alive with new games every year.
    I wish all fellow developers all the best with their projects!

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

      I don't completely disagree with you, but describing an electron app as "fast and light on system resources" is insane to me. I use Helix, but even with non terminal editors the majority are far faster than vscode

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

      @@elliotts5574 I say it's light compared to most standalone IDEs like Visual Studio and those from Jetbrains.
      VS Code is the next best step after something like Notepad++ because I view it more like a text editor with a built-in command prompt and more useful extensions from the community.

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

      @@elliotts5574VSCode has come a looooong way in terms of performance. I’m a JetBrains shill but Code is getting pretty dang close.

  • @RiverReeves23
    @RiverReeves23 Год назад +2

    Very cool. Thanks for putting the leg work in to educate ppl on this. I might give a try sometime in the next few years. It would be cool to start on some somewhat more simple projects, I find everything I work on ends up being something 10 people should be hired to complete.

    • @NesHacker
      @NesHacker  Год назад +1

      If your project explode into complexity, I suggest thinking of them as “demos” instead and focusing on accomplishing bite sized tasks.
      It’s what I do to keep things from getting out of hand 😂

  • @SkeletonBill
    @SkeletonBill 10 месяцев назад

    Huge respect to the people who programmed these games back in the day, long before the intellisense and debugging tools we have today. Those guys were built different.

  • @xenozelda0102
    @xenozelda0102 Год назад +2

    Awesome guide!!!
    Really looking forward for upcoming GameBoy content.

    • @NesHacker
      @NesHacker  Год назад +1

      I’ve got some good ideas in the pipeline, stay tuned!

  • @ut4321
    @ut4321 Год назад +2

    Simply amazing. We live in a day when we can use a world-class editor from Microsoft to write code with Intellisense for an ancient Z80/8080 hybrid CPU video game system - for free. Wow!!!

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

      Yeah it’s cool, right? 😀

  • @wildside4822
    @wildside4822 Год назад +2

    Great I intend to do some GB dev after I get to grips with nes, great vid thanks

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

      It’s super fun, you’ll have a blast programming the GB when you get there 😊

  • @hrnekbezucha
    @hrnekbezucha Год назад +1

    Super polished production and well explained. I only object to saying that assembly is "the best" way to write gameboy games. It has advantages but very significant disadvantages as well. Tools like GBDK-2020, ZGB or even GB Studio should be at least considered, if nothing else.

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

      It’s true, assembly can sometimes be tedious to write and debug. But I think it’s definitely worth the extra effort, especially when first learning a system, as it forces you to become very familiar with the hardware and how it operates.
      Other languages and maker programs may get you to a game faster, but if you really want to learn a retro system and how to program it, go with assembly 😊

  • @lebrato3337
    @lebrato3337 Год назад +1

    If it's like this for this kind of games, It really blows my mind how we got to the current state of videogames.

  • @joshuahelmeke
    @joshuahelmeke Год назад +1

    Keep it up! Just Subbed, and it’s exactly the info I’ve been looking for.

  • @PatrioticGestalt
    @PatrioticGestalt Год назад +8

    Thanks!

    • @NesHacker
      @NesHacker  Год назад +2

      You’re very welcome! And thank you 😊

  • @talonhackbarth7652
    @talonhackbarth7652 10 месяцев назад

    I've been looking for a reason to teach myself an assembly language. I think i just found it. Thanks

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

    Geeked out over this and subbed to channel.

  • @laroldsjubilantjunkyard
    @laroldsjubilantjunkyard Год назад +11

    Cool cool! Subscribed! I made a tutorial for RGBDS, on creating a shmup. Assembly is crazy difficult, but i can see the power in it. I prefer GBDK-2020 for game boy game development. It might not be as powerful, but the devs are actively improving and it's already made a lot of cool titles. In fact, GB Studio is based on GBDK.

    • @NesHacker
      @NesHacker  Год назад +2

      I’m happy you liked it! Assembly ain’t all that bad but it does take a lot of practice up front. Happy hacking! ☺️

  • @retropalooza
    @retropalooza Год назад +3

    Where the fudge have you been? My processor and I were worried sick. Your trimmer must still be broken, but that's ok I forgive you. Game on... nice video

    • @NesHacker
      @NesHacker  Год назад +1

      I- uh- ahm- ah thanks 🙏

  • @hajzoom4278
    @hajzoom4278 Год назад +2

    “In development for nearly 30 years” *Shows 1997*
    My joints…

  • @glitchy_weasel
    @glitchy_weasel Год назад +1

    Well now I know what am going to be doing next weekend lol
    Very interesting project,

  • @brent56and1
    @brent56and1 Год назад +3

    I just realized VS code has forward and backwards buttons now.

  • @Al-x68
    @Al-x68 Год назад +1

    Omg !! So interesting !!! I already love ur channel !!! 😍

    • @NesHacker
      @NesHacker  Год назад +1

      Thanks! There’s a lot more to come on the Game Boy and other consoles, so keep an eye out!

  • @randy7894
    @randy7894 Год назад +2

    Exactly what I want to know! Many thanks!

    • @NesHacker
      @NesHacker  Год назад +1

      Awesome, glad it was helpful!

  • @Kevin192291
    @Kevin192291 Год назад +2

    THIS THIS THIS! WE NEED MORE OF THIS!!!

  • @mr_whyy
    @mr_whyy Год назад +1

    Dude, this is amazing thanks for showing us

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

      Yeah no problem, I’m glad you liked it ☺️

  • @xavieromondi2153
    @xavieromondi2153 Год назад +2

    best channel on youtube

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

      Haha, thank you very much

  • @thom_lapatate4842
    @thom_lapatate4842 Год назад +1

    Fun fact, to format any storage to any file system i use CMD as admin on windows and simply force format them to whatever file system i need.
    Keep in mind that you can format a 64gb drive to FAT 32 but because of how FAT 32 work you will only be able to access 32gb out of 64
    It also works for the even older FAT 16 which was used by windows 95
    All done using CMD on windows 11

    • @SoundToxin
      @SoundToxin Год назад +1

      >Keep in mind that you can format a 64gb drive to FAT 32 but because of how FAT 32 work you will only be able to access 32gb out of 64
      This is not true. It's very common to use fat32 with large capacity SD cards for GameCube (in the SD2SP2 adapter), 3DS, Switch, etc. I'm talking like 128GB or 256GB in many cases. All that space is most definitely accessible. I wanna say you formatted it wrong(?) if you're having the issue you describe, but I've never ran into that issue ever so I'm still a bit skeptical. The main limitation of fat32 you will run into is 4GB per-file limit. What you're describing sounds like you cloned a 32GB SD card or image to a 64GB card and then didn't expand the partition. That's the closest thing I can think of that would cause such a problem.

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

      @SoundToxin I do admit that I was wrong there haha you are absolutely right about that. 1tb might be the limit for drive size but still limited to 4gb per file like you said ^^

  • @JuanesChiwirosky
    @JuanesChiwirosky Год назад +4

    I guess it's time to develop for the GB.. There is no excuse now :D

    • @NesHacker
      @NesHacker  Год назад +3

      It’s honestly really a blast, look forward to more videos on the topic in the future!

  • @wyglif
    @wyglif Год назад +4

    BGB runs great with wine.

    • @NesHacker
      @NesHacker  Год назад +1

      I had problems with wine on the latest version of macOS, but had no issues with both previous Mac versions and on Linux.

  • @spelwerdzrite
    @spelwerdzrite Год назад +1

    Always love your vids.

  • @smlgd
    @smlgd Год назад +2

    The reason you couldn't format the SD card in FAT32 is because of specification. The card you have is probably SDXC compliant (up to 2TB), which mandates exFAT. SDHC cards (up to 32GB) are FAT32 and the original SD spec (up to 2GB) is FAT16. SDHC cards are not compatible with SD only readers because there are a few protocol differences but SDXC is pretty much the same as SDHC except for using exFAT instead of FAT32, so by forcing it to use a FAT32 filesystem you basically made it behave like a SDHC one.

  • @masumasi
    @masumasi 10 месяцев назад

    This recommendation is amazing :D Thanks for the video!

  • @khatharrmalkavian3306
    @khatharrmalkavian3306 Год назад +3

    I haven't looked at the GB support in Mesen2 yet, but if it's in there then Mesen is a great emulator for devs and hackers.

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

      Good point! It seems to support the Game Boy, but I haven’t looked into how accurate it is in comparison to more specialized GB emulators like BGB.

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

      I use mesen2 for a lot of debugging during my game's development (alongside bgb and sameboy) and it's pretty great!! As long as you get a build from the actions section - the last stable build missed some really important gb accuracy bugfixes, specially regarding sound (which were bugs I reported to the dev directly because of my game)

  • @Otherfile
    @Otherfile Год назад +3

    Gui format or Rufus are great tools to format drives to fat32 on windows

    • @NesHacker
      @NesHacker  Год назад +2

      Nice thank you for sharing 😊

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

      @@NesHacker yeah no problem

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

    This is very cool.. We should ask some assembly questions in our Nintendo trivia 🤣

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

    Great, now i spend few hours to make simple Hello World game with text on the screen. Tnx!

  • @simplequack
    @simplequack 9 месяцев назад

    Great video! You can format with FAT32 in Windows 11, but you'll have to use Diskpart

  • @joe_hoeller_chicago
    @joe_hoeller_chicago 9 месяцев назад

    This is cool, thanks for posting this.

  • @akko8210
    @akko8210 Год назад +4

    AMAZING 😊

    • @NesHacker
      @NesHacker  Год назад +1

      Thank you! I’m glad you liked it 😊

  • @KrunchyTheClown78
    @KrunchyTheClown78 11 месяцев назад

    Hey man, I love your videos, and this is a great one!
    There is a fantastic abundance of information for Nintendo consoles. But so terribly little information for Atari consoles that came after the 2600. I would love if you could educate us on the competing consoles to the NES, like the 7800! That would be such a great service to the gaming community!

  • @b4ux1t3-tech
    @b4ux1t3-tech Год назад +6

    A couple minor errata:
    FAT (and FAT32) aren't windows formats, they were just used by windows by default for a while.
    The UEFI partition on your modern computer uses FAT32 to this day ;)
    Diskpart on Windows can make FAT32 disks, but it's a command line utility, so be careful!

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

      Ooo nice stuff, thanks for sharing!

    • @MichaelWaisJr
      @MichaelWaisJr 7 месяцев назад

      I thought FAT32 was a cross-format that should work across many different OSes, but I could be wrong.

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

    This is a pretty sweet channel

  • @P-G-77
    @P-G-77 11 месяцев назад

    VSC as me... my first choice. I learn various techniques using exactly IntelliSense...

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

    Great video, thanks for sharing everything.
    Do you plan to stream or record the development process teaching in the way?. Could be interesting.

  • @dianalerma371
    @dianalerma371 11 месяцев назад

    Me encantan todos tus videos de entornos de desarrollado para nes y gb/gbc, tienes algun plan de hacer algun video del sgdk ? El entorno de desarrollo de la sega genesis/ megadrive, esa fue mi consola favorita durante todos los 90, seria genial ver un video de ese sdk con tus conocimientos. Saludos desde Mexico 🇲🇽

    • @NesHacker
      @NesHacker  11 месяцев назад +2

      Yeah I mean I’d like to do all sorts of retro systems. Just takes me a long time for each video now because of research and editing, so it might be a while until I get to the sega systems. Thank you so much for watching!

  • @rhrabar0004
    @rhrabar0004 Год назад +2

    Dude you are so cool

  • @informatik4lehrplan216
    @informatik4lehrplan216 11 месяцев назад

    wow, wow, wow! This and every other video from you are so nice. Thank you for your dedication and investment in all your documentation. 👍

  • @GiuseppeGaetanoSabatelli
    @GiuseppeGaetanoSabatelli Год назад +2

    I'd love if there was a way to configure a custom project template for full Visual Studio 2022 to highlight and manage Game Boy Assembly.
    It would also be cool if there was a way to configure or write a plugin for an emulator to report the execution line and memory back to Visual Studio so I can set breakpoints, inspect values directly in code during runtime pauses, and step through code execution. Not to mention single-click build, deploy to emulator, and running debug from the Play button.
    Also, it's been like 20 years so I can't remember, but back in the day when programming z80 assembly on the TI-83 Plus, I could have library files with ion, Mirage, or other shell's subroutines and stuff and #include them at the top of my file, and they contained a bunch of definitions for the extension code.
    Could I split my Game Boy application into multiple files for organization? Similar to how a Partial Class works in dotNET?

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

      Oh yeah you can totally split projects into a bunch of files. Check out the demo code on GitHub, I do it in that project (link in the video description).

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

    7:00 if you use drive manager, you have some more options and you can totally still do FAT32 on Windows 🙂

  • @liquidmobius
    @liquidmobius 11 месяцев назад

    I grew up on NES and Gameboy, but I'd love to see what you're capable of making on Godot!

  • @PhilipMurphy8Extra
    @PhilipMurphy8Extra 11 месяцев назад

    This is actually cool

  • @accumulator5734
    @accumulator5734 Год назад +1

    Where can I get a shirt like that!?! Awesome video!

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

      I put an Amazon Affiliate link in the description to the shirt. If you buy it with that link it helps support the channel :)

  • @JTMC93
    @JTMC93 11 месяцев назад

    Love the idea of this... Though GB Studio is probably more approachable for people...

    • @NesHacker
      @NesHacker  11 месяцев назад

      Yeah probably… But my niche is old school style low level assembly programming on retro systems with an algorithms slant 😂

    • @JTMC93
      @JTMC93 11 месяцев назад

      @NesHacker I admit I wanna make a game like this just to say I did.
      Another part of me wants to make a GBC and GBA based game engine ala GB Studio.
      Though I have a feeling, I will instead aim at making my own console and related.

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

    Thanks for the great video!

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

      You're welcome. Thank you for letting me know you appreciate it!

  • @TheMAZZTer
    @TheMAZZTer 3 месяца назад

    It's worth noting Windows 11 will not show FAT32 format option for SD cards above 32GB due to legacy reasons. However the next major update should allow it for cards up to 2TB.
    It's also worth noting this was probably kept this way for so long because FAT32 does not work well at large filesystem sizes and tends to waste a lot of space especially with lots of small files.
    Anyway you can also use the third-party format tool Rufus to format FAT32 if your Windows does not support it.

  • @Pridetoons
    @Pridetoons Год назад +3

    Can you teach us NES, GBC, GBA, and maybe SNES assembly too?

    • @NesHacker
      @NesHacker  Год назад +1

      I already have a ton of videos on NES assembly, and I am planning to do all of those and more in the future!

    • @khatharrmalkavian3306
      @khatharrmalkavian3306 Год назад +1

      GBC is just GB with a few extra features. SNES is easy to pick up if you're already familiar with NES. GBA sounds fun to get into. That was when Nintendo started using ARM for their handhelds.

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

      GBA seems to allow a lot more overhead when it comes to C programming with DevKitARM or something

    • @kirby0louise
      @kirby0louise Год назад +1

      @@khatharrmalkavian3306 Yep GBA is a beast. 3 stage pipelined CPU means you can coax it into behaving like a 50MHz processor instead of 16.7MHz, and the PPU has a lot of bandwidth, it's like 40 64x64 affine sprites each scanline before it gives out. There's even a (relatively) huge programmable cache with 6x the memory bandwidth of regular RAM.

  • @marinellovragovic1207
    @marinellovragovic1207 Год назад +1

    Thank you for this video, truly. I was thinking about trying my hand at the GameBoy, but never had the big motivation to until now.
    Does SameBoy provide any debug tools? The more accurate the emulator, the better, was my train of thought here.

  • @johnnyk5
    @johnnyk5 9 месяцев назад

    Thanks! Would you do a similar episode for GBA development?

  • @simonradowitzky4837
    @simonradowitzky4837 Год назад +1

    This is awsome!

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

      Thank you so much! ☺️

  • @glauco_rocha
    @glauco_rocha Год назад +1

    So you're telling me that the GB's processor is a Z808080? that's very cool

    • @NesHacker
      @NesHacker  Год назад +1

      Haha, that’s a great way of putting it. And yeah, it kinda is 😂

  • @AlexanderShelestov
    @AlexanderShelestov Год назад +2

    Nice series!
    How do you run YY-CHR on MacOs?

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

      I use wine on my video production mac, but it doesn’t seems to work in the newest version of macOS :(

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

    Good stuff

  • @the_kovic
    @the_kovic Год назад +1

    Windows doesn't offer FAT32 formatting out of the box anymore but there's a 1000+1 utilities out there you can download and use to format your SD card. Using a Mac to do it is like bringing out a sledgehammer to kill a fly.

    • @NesHacker
      @NesHacker  Год назад +1

      Ah yes, but I had my mac right there… so using the sledgehammer was faster than googling a solution, etc. 😂

    • @YouShouldntSeeMe
      @YouShouldntSeeMe 7 месяцев назад

      By default Windows didn't allow you to format a drive bigger then 32gb but if you use DiskGeniue you can do it.

  • @skylo706
    @skylo706 Год назад +1

    It's honestly insane how easy z80 or 6502 assembly really is compared to something like c. Yes, it may sound strange, though when working with the pokemon red disassembly, i didn't run into many problems. The 3rd generation however, which was written and is therefore also decompiled in c, is another story. It is do unreadable and hard to even do anything with it.

    • @NesHacker
      @NesHacker  Год назад +1

      It’s why for this and the NES I make videos featuring assembly. It’s how the majority of games were written, gives you a lot of control, is fun, and isn’t as bad as most folks think 🤔

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

    Great video

  • @agustinusgirihartono6920
    @agustinusgirihartono6920 11 месяцев назад

    amazing, assembler language

  • @MrBenMcLean
    @MrBenMcLean Год назад +1

    I would like to start building MS-DOS games with a modern IDE but nobody makes that.

  • @Leikjarinn
    @Leikjarinn 11 месяцев назад

    Awesome!

  • @gluttonousmaximus9048
    @gluttonousmaximus9048 Год назад +2

    Will there be some comparison between doing it like this video and using GBDK to program in C?

    • @NesHacker
      @NesHacker  Год назад +1

      I’ve not used it, but I can look into it and see how they compare. Good idea 👍🏻

  • @edwardsolaire5672
    @edwardsolaire5672 Год назад +1

    Ninja Gaiden 2.... Captain Tsubasa 2....