warmCabin
warmCabin
Added to win32 as well.
That's right, Win32 development is [still ongoing](https://github.com/TASVideos/fceux/pull/368). You should be able to grab the [latest build](https://ci.appveyor.com/project/zeromus/fceux/builds/40334718) from AppVeyor if you want to test that version. I added a dropdown for...
I have a bit of a [PR](https://github.com/TASVideos/fceux/pull/368) open where I'm addressing this and some other things I wanted to add. I removed the functionality completely because I am lazy and...
@bbbradsmith Your menu ideas are great! I'm slowly making them come to life over in [my branch](https://github.com/TASVideos/fceux/pull/368).
+1. I've wanted this feature to bitcrunch parameters together or do `"STRING"-"A"+BASE_TILE` type calculations. [Here](https://github.com/parasyte/asm6/blob/466666eef0df21344091f12b4965c1923f99e8f6/asm6.c#L556)'s where the error comes from, and [here](https://github.com/freem/asm6f/blob/06ab0f14234cd2ef3a2fe819e959f69d750ad1b8/asm6f.c#L1768)'s were macros get expanded. What would happen if...
Looks like this check is at `0F:DAF2`, or `$03DB02` in the ROM file. ``` >0F:DAF2:A5 9E LDA $009E = #$0E 0F:DAF4:E9 03 SBC #$03 ; Need to change this to...
Most weapons' energy usages evenly divides 28, with these exceptions: - Leaf Shield uses 3 - Atomic Fire uses 6 and 10 In Rockman 2, it looks like the Atomic...
I bet the cause is identical to #166
Definitely seeing some improvements by switching away from the green channel rods n' cones biasing thing. When I completely turn off the color caching and run [this test script](https://github.com/TASEmulators/fceux/issues/365#issuecomment-3172366495), there...