62 issues in taisel/IodineGBA
preliminary web worker support
Entire emulator core is run in a web worker. It sends over audio and video to the main thread via transferable object postMessage-ing. Should be extremely useful for those without hardware accelerated ...
-
Opened by taisel
Nov 19, 2015 - 2 comments
Redo link/serial code
It's an old mess of code, and we never used the link feature for linking up with other emulator instances.
-
Opened by taisel
Jan 19, 2016 - 1 comment
Split UI code into EmulatorWebUI project
Like the title says, the UI code should be moved to that project, so it can be cleaned up and made pretty. I really don't want to rewrite the UI for every system touched.
-
Opened by taisel
Jan 19, 2016 - 1 comment
Mid-scanline timings
Do we have a document on the rendering logic yet? By that I mean the timings that occur internally to the PPU while it's drawing a scanline. The current definitions I've seen are incomplete (Pixel ...
-
Opened by taisel
Jan 19, 2016 - 1 comment
CPU thread can run ahead of GPU thread too much
We need to add a check to futexWait the emulation core thread if the gfx thread is reporting a line counter lagging too far behind the command buffer's own line counter value. I haven't seen this ...
-
Opened by taisel
Jan 26, 2016 - 1 comment
DMAx.js unnecessary check address
I found a bug in DMAx.js validateDMASource(). For example,If you run in this order ,It is not properly assigned to the source address. writeDMASource16_0() writeDMASource16_1() Tentatively I was like ...
-
Opened by takutok
Jan 5, 2016 - 1 comment
Add user input customization
Needs joypad/keypad control customizations. Will probably be rolled in with mobile support.
-
Opened by taisel
Feb 1, 2016 - 1 comment
Save State
When closing a window, it would be nice to have the game state saved, so when I open my browser back up, I can resume from exactly the spot where I stopped.
-
Opened by Onimishra
Nov 30, 2016 - 1 comment
How to get this to work
Im not super into computers so I dont know how to get it to work so can someone tell me all of the steps one by one.
-
Opened by Darklordkvr
Mar 9, 2017 - 1 comment
Stuck at boot screen.
Hello, I have used this emulator before and wanted to start coding with it again. I just cloned it and threw in the XAudio stuff, loaded my BIOS and a ROM to test. I used the same BIOS and ROM as I used ...
-
Opened by donaldej
Apr 4, 2017 - 1 comment