[hatari-devel] WinAUE CPU core disasm |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi Toni,
Hatari nextPC function was changed by Thomas to call WinUAE CPU core
sm68k_disasm() function, instead of using external disassembler. When I
looked at that, I started to wonder:
* Why WinUAE CPU core code declares that disasm.c function also in
newcpu.h in addition to disasm.h header? (Along with couple of other
functions)
* Why it does not take a destination buffer size?
- Eero