lisper / emulator-sun-2

Emulator for Sun-2 workstation
GNU General Public License v2.0
141 stars 13 forks source link

Change m68k_in to not use c++ variable types #4

Open neozeed opened 4 years ago

neozeed commented 4 years ago

I've been using Visual Studio 2003 to rebuild, and it doesn't like variables being declared in the body, so this is a simple change to move 'v' to the top. I renamed it as 'vv' to stop any possible collisions.