Thread: Ms Pacman
View Single Post
Old 10 August 2017, 09:17   #20
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,303
oRBIT: what I did to emulate Oric games was to disassemble 6502 code and transform it so it's legal C language (with macros for the opcodes). Then compile, debug, add real C wherever you need.

The same trick can apply to convert to 68000 asm of course. (for some parts it's even simpler)

Works very well. I have adapted 4 or 5 games like this (pure asm) for windows. But that's more emulator-like, and you still have graphical refresh issues.
jotd is online now  
 
Page generated in 0.04327 seconds with 11 queries