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

thrust26
thrust26 commented Aug 14, 2017

Stella behaves differently when providing wrong command line parameters:

  • if a parameter is wrong, the launcher starts instead
  • if the ROM is not found, an error is output to stdout (invisible when not using a CLI) and Stella is not started

We should make this at least consistent and maybe also provide error information which is visible outside CLI use. Therefore I suggest that the launcher

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

JamesTimothyMeech
JamesTimothyMeech commented Oct 16, 2019

Describe the bug
Command and instruction are used interchangeably in the taint code but they are two different things.

To Reproduce
N/A

Expected behavior
Sunflower commands should be referred to as commands and RISC-V instructions should be referred to as instructions. Someone should go through and ensure that command only refers to sunflower commands and instruction only refe

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