VOGONS

Common searches


Search results

Display options

Re: ndosbox -> porting DOSBox 0.72 to .NET

I've started to look at the core_dynrec, and I think that will be a good starting point. Introduced to .NET 2.0 was Lightweight Code Generation (LCG), which allows you to generate IL for individual methods. These will be JITed by the CLR when you call it. Given the methods are actually allocated by …

Re: ndosbox -> porting DOSBox 0.72 to .NET

Thanks for the info. It's been a while since I played around with DOSBox. :) I don't have any specific games in mind; however, from what you are indicating, some will rely on the dynamic core for playability? I am not yet very familiar with the dynamic-core, but it sounds as though it generates …

ndosbox -> porting DOSBox 0.72 to .NET

As the title indicates, I've been porting DOSBox 0.72 to C# and the Common Language Runtime (CLR). It will run within the Microsoft and Mono runtimes, natively supporting Linux, Windows, FreeBSD and OSX in a single executable. A simple FAQ: Q: Why? A.1: Just an interest... A.2: Gathering data about …

Re: Direct serial port working

Nice work! I've recopiled with your Feb-23 sources posted to the forum, and it worked for some software my Dad uses to communicate with his Radio Controlled receiver. Very cool stuff. What is in the updates you posted on sourceforge? Worth getting? Cheers, Stu

Page 1 of 1