The Wayback Machine - https://web.archive.org/web/20201227230648/https://github.com/topics/emulators
Skip to content
#

emulators

Emulators allow the host system to emulate the qualities of a client system. For example, a mobile application developer might run an emulated device on their PC in order to test how their application would perform and appear on an actual phone or tablet.

Here are 84 public repositories matching this topic...

pixels
Segs
venkat24
venkat24 commented Nov 10, 2019

The emulator will open any given input file and attempt to run it as a Gameboy ROM. The cartridge header is not being checked at all.

The Cartridge header, as described here, is located from bytes 0x0100 to 0x014F and contains some game metadata. We need some code to validate this header, and also parse it neatly so that the metadat

Wikipedia
Wikipedia
You can’t perform that action at this time.