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,587 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Objective-C
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Oct 10, 2020 - Java
-
Updated
Jan 16, 2021 - JavaScript
https://wiki.nesdev.com/w/index.php/Emulator_tests
It could run these ROMs and actually check the output somehow - perhaps either by checking memory values, or a copy of the screen buffer.
People seem to use Vulkan despite the d3d12 backend being superior, so add a message so people stop asking which backend is better.
-
Updated
Dec 28, 2020 - Java
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()
-
Updated
Jan 13, 2021 - Shell
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the FindOverlaps method. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 10, 2021 - C#
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Jan 16, 2021 - OCaml
- Wikipedia
- Wikipedia
Similar to #1972, users may want to disable the right-click menu completely. Adding a JS config option for this would be useful.
showContextMenu: true/false