philj56 / gbcc

Cross-platform Game Boy emulator written in C
https://gbcc.github.io
Other
41 stars 8 forks source link

IR #34

Open soundsnow opened 1 year ago

soundsnow commented 1 year ago

The Game Boy Color had an infrared transmitter and receiver. Generation II Pokémon games made use of this feature through Mystery Gift. Super Mario Bros. Deluxe could send high scores to another cartridge. full IR emulation for most IR-enabled games (Hudson Soft's HuC-1's IR capabilities need to be emulated for Japanese Pokémon TCG).

philj56 commented 1 year ago

Yup, IR is something I just haven't attempted yet (and is kind of pointless until I get multiplayer working anyway)