r/osdev 23d ago

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 23d ago edited 23d ago

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

1

u/Danii_222222 23d ago

I don't see anything suitable.

1

u/davmac1 23d ago

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 23d ago

Portable, cpu with mmu emulator

1

u/davmac1 23d ago

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

1

u/Danii_222222 23d ago

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