Mike Dean

Results 4 issues of Mike Dean

Something has to be wrong in this section: E46F + 8 = E477, not E473. Looking at a working ROM, I think the E46F line should only be four bytes...

`long_list_align: multiline` is great for neatly arranging my imports, but if my imports have long constructor lists, those lists will blow past the column limit, which seems like a bug...

I'm trying to reprogram a European Super Street Fighter 2. Its ROMs are labeled SSFE. From watching the YouTube video talk about how European versions are often the defaults, I'm...

The current implementation of [the 32/16 divider](https://github.com/Zeda/Z80-Optimized-Routines/blob/master/math/division/div32_16.z80) I'm sure is a really fine algorithm, but its use of quasi-ops (for ixh/ixl) isn't ideal for a project I'm working on. Maybe...