Amish Kumar Naidu
Amish Kumar Naidu
I had started working on an APU a while ago but SFML, the library this uses, has no way to play/stream audio in real time. You need to generate the...
@mayweather911 Do you have the source somewhere? I'll take a look. I appreciate all the work you're putting into SimpleNES but I've been super busy the past few months to...
Depending on both sdl and SFML doesn't sound ideal, since they are both competing libraries offering similar features. Perhaps we'll just get rid of SFML. Another idea is using OpenAL...
That seems to rely too much on Blargg's implementation, which i honestly think is against the point of this emulator. Let's try not to copy other emulators code. Maybe we...
Can you post what errors you were getting?
Can you run it with an active debugger? A stack trace would be very helpful. Please also pull the latest changes
I've played SMB many times with the emulator and tried at least the beginning part of LoZ many times, this has never happened. I'm sorry but I'll have to close...
Try running it in release mode? What CPU/GPU do you have?
I have made a simple `.travis.yml` just to test out the Travis Ci but I'm not sure if I want to spend the effort into an automated AppImage build script....
Hi! I was mostly following [this](https://web.archive.org/web/20210803072316/http://www.obelisk.me.uk/6502/reference.html#BCC) IIRC. There it says: > 2 (+1 if branch succeeds +2 if to a new page) I think I may have misunderstood this to...