Skip to content
#

Emulator

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 2,382 public repositories matching this topic...

filips123
filips123 commented Sep 8, 2019

Can you automatically build libv86.js on Travis CI at every commit and publish it to some server or GitHub Pages? This would be very good because users then won't need to install and configure Closure Compiler and other build dependencies.

Can you also configure Makefile to also build sourcemap file for libv86.js?

Also, the version on your website is very old (f

BracerJack
BracerJack commented Sep 3, 2020

The original Flash Player load the contents in the *.swf (pictures/sounds/etc) but NOT the document color of the loaded swf.

But it does in ruffles.
Does that matters in the long run ?
No.

Just some consistency stuff to take note.

And here's another one, once unloadMovie() is called, the contents in the loaded *.swf is gone (good) but...here's the crazy thing...the loaded swf's document

PyBoy
DavidSteinhart
DavidSteinhart commented Jun 3, 2020

I tried saving and loading a state, but the resulting images differ. Mario shows a different animation frame. Might be related to #99

from pyboy.utils import WindowEvent
import pyboy as pyboy
import numpy as np
import io

# Load Super Mario Land and progress to start of game
boy = pyboy.PyBoy('SuperMarioLand1.gb')
boy.set_emulation_speed(0)
for i in range(100):
      boy.tick()
gdkchan
gdkchan commented Sep 14, 2020

Feature Request

Trace log level.

What feature are you suggesting?

Overview:

We should add a new "Trace" log level that would be used for things that needs a high amount of logs, and would be normally undesirable to enable unless the person is trying to diagnose a specific issue.

Example of things that should use such "Trace" level are the kernel syscall logs and IPC call l

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