morphx666 / x8086NetEmu

A VB.NET implementation of an almost working 8086 emulator.
https://whenimbored.xfx.net/2012/10/x8086netemu-an-8086-emulator-in-vb-net/
MIT License
30 stars 3 forks source link

TupperFormula reference / errors. #11

Closed DualBrain closed 7 years ago

DualBrain commented 7 years ago

Updating to the latest code, it appears that it is now using a reference to TupperFormula I'm seeing 4 errors related to 2 lines in ButtonIcon.vb (lines 44, 48) in that project. Parameter h not specified and Pixel is not a member of DirectBitmap.

Is there a newer version of that project?

morphx666 commented 7 years ago

I made some changes to the DirectBitmap class so I need to update the code for the TupperFormula project. I'll do it later tonight.

DualBrain commented 7 years ago

Updated... good to go.