Page 1 of 1

ADFFS future features

Posted: Sat Dec 24, 2016 10:15 am
by JonAbbott
Note, none of this is coded yet, I'm just making notes so I don't forget :cry:

CPU paravirtualization

This is the final feature the JIT requires to handle elevated code correctly and will hopefully get the TOPOLOGIKA game encryption working.


Full MEMC emulation

Required to sandbox the VM, allowing RO3.11 to run within it.


IOC Timer 2 and 3

Required for keyboard emulation.


Virtualize IRQ's

This allows all managed OS entry points to be removed (Hardware Vectors, Voices etc) from the Module


Hardware Virtualization

Required for multi-VM support


IOMD emulation

Required for RiscPC emulation


ARMv4 instruction set

Required for a StrongARM JIT

Re: ADFFS future features

Posted: Sat Jun 08, 2019 9:46 pm
by yannos
Hi Jon,

Just having a look through the forums generally and I came across this. Considering v2.60 was the current when you posted it, I wonder how progress on these future features is going, has gone. Looking from the release notes of the versions I can't quite tally it.

Thanks,
Ian (yannos)

Re: ADFFS future features

Posted: Tue Jun 11, 2019 4:29 pm
by JonAbbott
None of it has been coded. CPU paravirtualization is the important one that I'll tackle first, which I've started and stopped several times.