nattthebear
nattthebear
This is an early draft, so just ignore the build script changes and some of the other junkus. I'm mostly interested in feedback on whether this is something that upstream...
- https://github.com/scarybeasts/beebjit - Probably simple to port, but low on features - http://www.mkw.me.uk/beebem/index.html - One of the more popular more featureful emulators - https://github.com/stardot/b-em - Another very popular emulator -...
(Going to call it .NET Core here for clarity.) .NET Core continues to gain new features, simpler and faster APIs, and [better runtime performance](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-9/). Even if MS hadn't formally ended...
In `void CDVD_Drive::N_command_readkey(uint32_t arg)`: ``` int32_t code = (int32_t)stoi(serial.substr(5, 3) + serial.substr(9, 2));` ``` `serial` is "`4EDGES.ELF;`", so junk is fed to `stoi` which kills things with an unhandled exception....
File: Shantae (U) [C][!].gbc CRC-32: e994b59b MD4: a9bf9e5a2db7ceb994bd9de9d6ca7b1f MD5: 028c4262dbb49f4fc462a6eb3e514d72 SHA-1: 520e48c50f6e997fcd841ca368fc9abc1dbddec1 Screenshot of graphical glitches on the splash screen:  There are more graphical glitches and sound...
# 🐛 bug report In a specific instance, the minifier is unable to remove code that is dead. ## 🎛 Configuration (.babelrc, package.json, cli command) `package.json` excerpt: ```json { "scripts":...
These are nifty things. PCSX2 supports some, as well as other emulators presumably. I wanted to add this some time ago, but was told not to. see also #2675
see b31e973a8a98f3e87c93d6ff17747b96f9b2742e
No one knows all the knobs to hit. We write documents once in a while, but everything seems to rot over time, and every time one works on an old...