Earlier quoted context omitted.
Either it's in the console ROM, in which case it's not a problem, or it's in the cartridge ROM, in which case I'd imagine it's just a matter of replacing the raster data with something else.
It's in the game, but the console famously checks that the code for the logo is present, and refuses to run any game which doesn't have the code in place. It was used as a way to prevent anyone unauthorized making games. If you copy the logo, you have violated trademark and copyright law, and if you don't copy the logo, your game won't run. Detail here: https://catskull.net/gameboy-boot-screen-logo.html
McDonald's just dropped a brand new Game Boy game
271–280 of 340 posts
Re: McDonald's just dropped a brand new Game Boy game
#272I didn't understand from the article how McDonalds is distributing the game. I'm assuming you are not getting a cartridge with your happy meal
Re: McDonald's just dropped a brand new Game Boy game
#273Earlier quoted context omitted.
Their profits pay pensions of the ordinary people. How is that not a good thing?
I would otherwise be 'on your side' but this is not a great take. Lockheed Martin's profits also help pay for pensions. Phillip-Morris as well. I don't think this makes their business actions a net good.
Re: McDonald's just dropped a brand new Game Boy game
#274Earlier quoted context omitted.
McDonalds makes ~$23 billion per year. You deserve something.
I personally don't think we should expect more from a "richer" user as soon as they're following the license of OSS (or expect anything different at all, regardless users' background or purpose). It just doesn't make sense, not even morally.
That developer is more directly profiting from the tools. If you want to make a moral argument, surely it's them that should be passing money down the chain.
If I buy something from Amazon, should it be on me to identify the open source projects they use and pay them? Further where does it stop? Someone presumably used Linux in all this, do I need to send Linus a cut? Which driver writers do I need to support? How many copies of busy box were used in all this?
Re: McDonald's just dropped a brand new Game Boy game
#275This is using my gameboy emulator, binjgb[0], on the website! (well one of my gameboy emulators, heh [1][2]) It's been used as the emulator for GB Studio for a little while now, but I don't know how often people embed it in their websites, so it's really cool to see. [0] https://github.com/binji/binjgb [1] https://github.com/binji/pokegb [2] https://binji.github.io/raw-wasm/badgb/
do you get compensated for use?
Re: McDonald's just dropped a brand new Game Boy game
#276Strikingly prescient
Re: McDonald's just dropped a brand new Game Boy game
#277That would have been cool if they did a run of physical cartridges, with the box and everything. Limited Run Games does runs of physical Gameboy cartridges still. They have to restyle things to not have Nintendo branding, but it can be done.
Re: McDonald's just dropped a brand new Game Boy game
#278This isn't even the first legitimately interesting video game connection to McDonalds, weirdly. Treasure is an influential game development studio that did a lot of really interesting work in the mid to late 90s, responsible for games like Gunstar Heroes, Radiant Silvergun, Ikaruga, Bangai-o, Silhouette Mirage, Dynamite Headdy, Mischief Makers, Alien Soldier, and others. They were a bunch of ex-Konami developers (who…
Re: McDonald's just dropped a brand new Game Boy game
#279So are they targeting retro-clone handheld owners or what?
What would you say is the best retro-clone handheld console to play Gameboy games?
Re: McDonald's just dropped a brand new Game Boy game
#280Earlier quoted context omitted.
It's in the game, but the console famously checks that the code for the logo is present, and refuses to run any game which doesn't have the code in place. It was used as a way to prevent anyone unauthorized making games. If you copy the logo, you have violated trademark and copyright law, and if you don't copy the logo, your game won't run. Detail here: https://catskull.net/gameboy-boot-screen-logo.html
If I remember correctly, the ROM gets read once to check, and then again to display. One could use some circuitry to deliver another logo on the second read.
That's why all modern consoles use digital signatures.