jhallen / exorsim

Motorola M6800 (6800) Exorciser / SWTPC emulator
Other
43 stars 10 forks source link

Updated project so it compiles on modern Linux #1

Open MrAureliusR opened 2 years ago

MrAureliusR commented 2 years ago

As my commit message for 2b9dccc says, I had to rename a variable that was being used in two different files as two different types. Also the headers had no double inclusion guards, so those were added (#pragma once). A couple other small changes, and I also added a .gitignore file for C projects.