lloydsparkes / MicropolisSharp

A port of the Micropolis code to C# (Original: https://github.com/SimHacker/micropolis)
GNU General Public License v3.0
8 stars 3 forks source link

Rewrite the SimHeat functions in Micropolis.Main.cs #3

Open lloydsparkes opened 9 years ago

lloydsparkes commented 9 years ago

https://github.com/lloydsparkes/MicropolisSharp/blob/master/Micropolis.Core/Micropolis.Main.cs

The code is pretty nasty, and uses "fake" mem copy and tries to mimick pointer maths from the original.

Rewrite it to become Idomatic in C#

lloydsparkes commented 9 years ago

The functions have been documented, and generally understood. Now they just need rewriting