Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Additionally, ram watch should be updated to include a column indicating what CPU context the address being watched belongs to, and ram cheats (when implemented) should also support specifying...

``` I liked the tabbed window idea for this. That would be really nice to see this implemented. ``` Original comment by `[email protected]` on 5 Nov 2008 at 1:10 -...

``` Since this seems like a major undertaking, maybe it should be pushed off to the version after the next release? How easy would it be to implement (stopgap) support...

``` The hooks in the core CPU emulation which would be used by the lua memory.register and add cheat are already present in corehooks.cpp, it's just the LUA interface that...

``` Oh. Since the hooks are already there I put in the Lua side of memory.register and it seems to be working well. I used a simpler interface than the...

``` There's really no reason that the LUA interface should have been as complicated as I was making it. qfox has suggested, and I agree, that the call should be...

``` Actually there's something I couldn't get working right that should really be fixed, but I've made a separate issue for that (issue 55). ``` Original comment by `[email protected]` on...

Original comment by `[email protected]` on 6 Jul 2009 at 11:39 - Added labels: **Type-Enhancement** - Removed labels: ****

``` For the record, this happens when selecting the "Record New Movie" menu item too. They are both related to the fact that the return code from GensLoadRom function is...

``` Everything except for switching back to the main window without closing the ram search window can be done by keyboard already, so I take it that's the main bottleneck?...