View Single Post
Old 17 April 2020, 13:18   #12
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,272
Quote:
if you might want to have a bit more of a challenge you can also try creating a patch without using the Kickstart emulation code, you would have to load the game using resload_LoadFile, then you need to relocate the executable using resload_Relocate and you also need to patch/remove all OS calls in the code (AllocMem, OpenLibrary etc.). I wouldn't really recommend this for a beginner but it's always worth to try things.
that is possible only if the game uses dos.library mainly (example: Oscar AGA). If the game uses graphics library and/or intuition or other extensively (to open screens and all), you're not going to be able to emulate those calls easily. I used to do that to some extent when taking on Harry OSEmu but when kickemu came out I gave that up.
jotd is offline  
 
Page generated in 0.07387 seconds with 11 queries