Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzix #88

Closed
ojej opened this issue Jun 16, 2021 · 2 comments
Closed

fuzix #88

ojej opened this issue Jun 16, 2021 · 2 comments

Comments

@ojej
Copy link

ojej commented Jun 16, 2021

is possible run https://github.com/EtchedPixels/FUZIX on this emulator?

@marhel
Copy link
Owner

marhel commented Jun 16, 2021

I haven't tried, so I don't know, but assuming it can indeed run on a MC68000 machine, it would be possible. However, you need to remember that r68k is not a machine emulator, it just emulates the CPU and the memory interface and nothing else.

There's no screen, no keyboard no nothing.

You would have to compile FUSIX to MC68000 binary code with absolute addressing and load the resulting file into r68k memory, including possibly setting all interrupt vectors and the starting address.

Then, you'd have to implement some kind of emulation of a more complete machine, with some form of memory-mapped input/output (say a keyboard and a VGA terminal, I don't know what kind of hardware FUZIX expects or supports.

So, doable, but not a "out of the box" experience.

@ojej
Copy link
Author

ojej commented Jun 16, 2021

ok

@ojej ojej closed this as completed Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants