Search found 228 matches
- Mon Jan 16, 2017 9:08 am
- Forum: GBDev
- Topic: 64M Smart Card and the Chinese Pokemon bootlegs use 3V chips
- Replies: 13
- Views: 6810
Re: 64M Smart Card and the Chinese Pokemon bootlegs use 3V c
Those pirate carts are of the type where the cartridge might die eventually. EMS64 is probably of the other type. I've heard people complain that it drains the Gameboy's battery, and is causing crashes/power failures, especially on Gameboy Pocket which is using AAA batteries instead of AA. Leakage t...
- Sat Jan 14, 2017 6:25 pm
- Forum: GBDev
- Topic: 64M Smart Card and the Chinese Pokemon bootlegs use 3V chips
- Replies: 13
- Views: 6810
Re: 64M Smart Card and the Chinese Pokemon bootlegs use 3V c
Well, I have two answers so far: "It'll break your Game Boy" and "Sure, go for it". Which one is correct? The Chinese bootlegs have a gloptop mapper, a 3V ROM chip, and a RAM chip. As lidnariq explained, the difference is whether it's a 3V chip fed a 3V supply voltage or a 3V ch...
- Thu Jan 12, 2017 9:08 pm
- Forum: General Stuff
- Topic: Awesome Games Done Quick 2017
- Replies: 9
- Views: 3008
Re: Awesome Games Done Quick 2017
Were there any new spectacular glitches or arbitrary code execution this year, as we've seen previously, above all in the Super Mario World and Pokémon categories?
- Thu Jan 12, 2017 9:05 pm
- Forum: GBDev
- Topic: 64M Smart Card and the Chinese Pokemon bootlegs use 3V chips
- Replies: 13
- Views: 6810
Re: 64M Smart Card and the Chinese Pokemon bootlegs use 3V c
If the chip fails faster when using 5V, either it would fail immediately or over time. Clearly, there's no immediate failure when using the cartridge normally. I believe the EMS cart has a voltage regulator. I know the bootleg carts don't most of them time. What I've found is that while you can read...
- Tue Dec 27, 2016 4:25 am
- Forum: General Stuff
- Topic: ROM hacks now in Nintendo's crosshairs
- Replies: 84
- Views: 31555
Re: ROM hacks now in Nintendo's crosshairs
Arguably, Sega's and Nintendo's realities differ a lot.tepples wrote:So adapting to market realities is another one of the ways SEGA does what Nintendon't.
- Mon Dec 26, 2016 1:48 am
- Forum: General Stuff
- Topic: ROM hacks now in Nintendo's crosshairs
- Replies: 84
- Views: 31555
Re: ROM hacks now in Nintendo's crosshairs
In the law you HAVE to take action no matter how big or small. Because let's say there's an egregious blatant misuse of the Pokemon logo on some toy. The lawyers representing that toy company can point out, hey... uh... why didn't you take legal action against this or that or these other things? Hm...
- Tue Oct 25, 2016 10:49 am
- Forum: General Stuff
- Topic: Nintendo Switch
- Replies: 55
- Views: 13072
Re: Nintendo Switch
Maybe adding smartphone capatibilities to the new console could blast the sales. Just an idea... maybe even a bad one, since the costs envolved could make the price skyrocket. :? Absolutely not. Making it a phone is not just a non-feature, it's an anti-feature. It's too big and heavy to carry with ...
- Sat Oct 22, 2016 5:46 am
- Forum: General Stuff
- Topic: Help me figure out how to not look like a 12-year-old
- Replies: 13
- Views: 4274
Re: Help me figure out how to not look like a 12-year-old
Calling someone who's obviously an adult "twelve years old" isn't "ad hominem", it's just an insult. Well, an ad hominem is almost exactly that, using a personal insult in place of an argument. [personal insult], therefore you are wrong. would be an example of an ad hominem argu...
- Sat Oct 22, 2016 5:40 am
- Forum: General Stuff
- Topic: Why was SNESdev relocated under "other retro dev"?
- Replies: 46
- Views: 18903
Re: Why was SNESdev relocated under "other retro dev"?
Thank you for removing the post icon from read subforums. I found it hard to immediately see from the front page which color the smaller icon was, compared to the previous layout.
- Sat Oct 15, 2016 10:08 am
- Forum: GBDev
- Topic: EMS USB Smart Card 64M Transfer Pak Problem
- Replies: 5
- Views: 4538
Re: EMS USB Smart Card 64M Transfer Pak Problem
Try opening it up and cleaning the cartridge contacts with isopropyl alcohol. Try inserting it with the front half of the case removed. Look into the slot to see if the cartridge contacts line up with the contacts in the transfer pak or if they are offset from one another.
- Wed Oct 12, 2016 4:53 pm
- Forum: GBDev
- Topic: EMS USB Smart Card 64M Transfer Pak Problem
- Replies: 5
- Views: 4538
Re: EMS USB Smart Card 64M Transfer Pak Problem
Try putting the same ROM on both page 1 and page 2.
- Sat Oct 08, 2016 1:01 pm
- Forum: General Stuff
- Topic: Is 2D gaming not being used to it's full potential?
- Replies: 33
- Views: 7950
Re: Is 2D gaming not being used to it's full potential?
Neither is truly correct. Ä lies between A and E as used in both German and Japanese. Are there any applicable transliteration guidelines from German to Japanese?Bregalad wrote:Even the katakana subtitling on the box seems wrong - it says アインハンダー when it should really say アインヘンデー
- Mon Sep 19, 2016 1:01 am
- Forum: GBDev
- Topic: Pokemon Red Fake
- Replies: 10
- Views: 6539
Re: Pokemon Red Fake
I would have asked you to see if it responds to flash commands, like: 0x0555 <- 0xAA 0x0AAA <- 0x55 0x0555 <- 0x90 And then reading address 0000 and 0001 and see if you get a manufacturer and device id code, as a confirmation that this cart might be reusable as a flash cart. At least the chip with t...
- Wed Sep 07, 2016 12:43 am
- Forum: General Stuff
- Topic: Suggestions for timelapse recording of desktop
- Replies: 8
- Views: 3328
Re: Suggestions for timelapse recording of desktop
Normally, you shouldn't need to compile anything. For normal use, it's probably sufficient to run whatever .py file starts the application using python.exe or pythonw.exe if you don't want the terminal. You may need to install packages using pypi, which should be documented, but compiling is just a ...
- Tue Sep 06, 2016 5:46 am
- Forum: General Stuff
- Topic: Suggestions for timelapse recording of desktop
- Replies: 8
- Views: 3328
Re: Suggestions for timelapse recording of desktop
I considered that, but it might get hung up on a blinking insertion point. Then outsmart that problem! Compare the captured image against the last 2, or even 3 or 4 frames. A completely different approach might be to try Camstudio and its lossless codec. From memory, it should compress repeated ide...