lscharen / iigs-game-engine

A tile-based game engine for the Apple IIgs written in 65816 asssembly language
32 stars 1 forks source link

Switched back slash to forward slash in assembly so Merlin32 works on OSX as well as Windows #15

Closed dmalec closed 2 years ago

dmalec commented 2 years ago

Summary

Merlin32 on Windows appears to be OK with either forward or backward slash in files. On OSX, it appears to require forward slash in order to assemble the code without error.

This change does assemble without errors on both the master branch and v1.0.0-beta.1 tag. It runs without error on the v1.0.0-beta.1 tag build. The master build has an error when run; but, it appears to be the same error as without the change.

If there are concerns, I am happy to change the target of the PR or hold off on submitting it and retest against master in the future based on what works best.

Test Environment

OSX Catalina (10.15.7) w/ Merlin32 1.1.10 Windows 10 Home (1909) w/ Merlin32 1.1.10