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 73 public repositories matching this topic...

pixels
Segs
broxen
broxen commented Apr 6, 2020

https://github.com/Segs/Segs/blob/a1c48c633b4554d198a1e8e84db3a23ac39f0767/Projects/CoX/docs/Legal.txt#L1-L7

@miles200 noted that our legal docs need some updating. It sounds like you're working on this, so I'm assigning this to you Miles.

Per Discord:

Legal.txt should be updated to remove references to SEGS: CoX Project and replace them with Super Entity Game Server or just 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.