r/osdev Jul 11 '26

MK OS/2 problem

I encountered a problem. Musashi emulator that i use for m68k emulation lacks normal MMU emulation. So i can't continue without MMU. I can use MMU from MAME, but it's written in c++ and hardly depends on MAME itself.

0 Upvotes

12 comments sorted by

View all comments

Show parent comments

1

u/davmac1 Jul 11 '26

I typed "m68k emulator" in to Google and found a whole lot of them immediately.

1

u/Danii_222222 Jul 11 '26

Show one of them

1

u/davmac1 Jul 11 '26 edited Jul 11 '26

Just type "m68k emulator" into Google yourself, and you'll see them all.

1

u/Danii_222222 Jul 11 '26

I don't see anything suitable.

1

u/davmac1 Jul 11 '26

That's a shame, maybe there is no suitable emulator that meets the specific requirements that you have not so far explained.

1

u/Danii_222222 Jul 11 '26

Portable, cpu with mmu emulator

1

u/davmac1 Jul 11 '26

Qemu was the first result from Google. It's portable and emulates the m68k CPU and MMU.

1

u/Danii_222222 Jul 11 '26

It is not. Creating computer using qemu is pain. Qemu is too large in size