Tag: ZXSpin

  • Software

    Software

    For the development of the Microsoft Phone 7 and Windows 8 Store apps we used various software. Most were free or very cheap. Visual Studio Visual Studio 2010 was used for developing the Windows Phone 7 and the Windows 7 versions. Development was done in C# using XNA via Phone SDK. Visual Studio 2012 was…

  • Apptastic idea….

    Apptastic idea….

    So it appears we’ve now gone full circle, the app coding phenomenon for the smart phones and tablets now perfectly mimics what happened 30 years ago I guess in 2013, we are at the 90’s point in the gaming world. The crossover point between hobbyist/small studios to the mega game studios. I couldn’t help but…

  • Testing the emulator

    Testing the emulator

    Boy was this hard, testing took far longer than writing the code and debugging was a major pain… Writing an emulator is quite different from coding normal applications. Mainly because with an emulator you don’t get to see it working until it’s completely finished. There is no watching it as it gradually matures. Unit tests…