Re: [hatari-devel] Mega ST(E) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On 12.06.2016 20:31, Nicolas Pomarède wrote:
....
> On a side note, I see that in the code you added in ioMem.c for
> STF/MegaSTF, fix functions are called before filling the whole IO space.
> This results in these kinds of warning :
>
> IoMem_Init: Warning: $ff820a (R) already defined
> IoMem_Init: Warning: $ff820a (W) already defined
Oh well, yet another stupid copy-n-paste error of mine... sorry! I just
committed a fix.
> It's harmless, but maybe we could fill default IO space first, then
> apply fixes for each machine ?
I'd like to keep the current order since that way you are informed about
bugs (like above) ;-)
Thomas