e8johan / tosemu

An emulator environment for TOS applications (highly experimental)
GNU General Public License v2.0
15 stars 6 forks source link

tosemu ≈ libotosis #16

Open larsbrinkhoff opened 8 years ago

larsbrinkhoff commented 8 years ago

It seems much of tosemu duplicates code in libotosis.

e8johan commented 8 years ago

The TOS APIs are limited to 32 bit pointers in many cases (and extending that to 64 bits is way out of scope imho). That means that the libotosis work definitely would fit in here.

Having looked at the libotosis code a while back I came to the conclusion that the code is good, but that it needs tightening up. Especially if you want to build libotosis in a non-32-bit environment.