p4plus2
p4plus2
> Should I put this in a CPU agnostic file in the code (i.e. this might be also applicable for SPC). I haven't look at any of the other CPUs...
Not a bad idea but I believe this algorithm is wrong. That will need corrected before we can accept. Tests wouldn't hurt either. But I can add those if you...
I'll look into fixing this with 1.9, however `arch-*.cpp` are scheduled for pretty significant overhauls in 2.0. So this may get deferred if it isn't relatively easy to fix up....
Fix pushed. By the way @spannerisms feel free to join the sneslab discord if you want to talk about either asar more directly (or other snes related stuff like homebrew...
First and foremost, allow me to suggest a temporary work around: ``` !n = """,$0a,""" db "123!n" ``` Now, as for the actual request: I'll look into it, but changing...
I wouldn't call this request unnecessary at all. Asar is just a little special and needs extra care. There is a reason main.cpp opens with ``` // "because satanism is...
`DEPRECATION NOTIFICATION: Feature %s is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: %s` Does this seem reasonable...
generic end isn't impossible but it is likely to already be used as a label in many patches and could cause some confusion. If thats the case we need to...
With the current commit applying all patches hosted on SMWC yields: 54 header issues 2 fastrom issues 3 endif/while 1 redefining function error
How do we want to tackle math? I'm thinking if the patch sets asar math pri (and never turns it off) no diagnostic. If math pri isn't turned on, run...