From 9849c6bbb1da528b479fcbd5a7417e12c8137ce6 Mon Sep 17 00:00:00 2001 From: Dan Malec Date: Wed, 27 Jul 2022 17:56:27 -0400 Subject: [PATCH] Switched back slash to forward slash in assembly so Merlin32 works on OSX as well as Windows --- src/Master.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Master.s b/src/Master.s index 35996a8..637d4a5 100644 --- a/src/Master.s +++ b/src/Master.s @@ -11,28 +11,28 @@ ; 64KB Tile Memory - ASM static\TileData.s + ASM static/TileData.s KND #$1001 ; Type and Attributes ($10=Static,$01=Data) ALI BANK SNA TDATA ; 64KB Sprite Plane Data - ASM static\SprData.s + ASM static/SprData.s KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data) ALI BANK SNA SDATA ; 64KB Sprite Mask Data - ASM static\SprMask.s + ASM static/SprMask.s KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data) ALI BANK SNA SMASK ; 64KB Tile Store - ASM static\TileStore.s + ASM static/TileStore.s KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data) ALI BANK SNA TSTORE