John-Titor / py68k

M68K emulator based on Musashi, with a Python device model
16 stars 1 forks source link

various fix and add a new target #4

Open demoze opened 1 year ago

demoze commented 1 year ago

Found some typos in the code. add a new target for 68Katy board from https://www.bigmessowires.com/68-katy/ -zBug monitor is working. -uClinux failed to boot until getting a shell. Need to fix timer device and/or interrupt handling.

John-Titor commented 1 year ago

Thanks for this; would you be OK with splitting the fixes and the 68Katy target addition into separate PRs? That'd make merging these a little easier...

demoze commented 1 year ago

ok, I 'll try do do that, ;-)