Skip to content

Commit

Permalink
Use wineconsole rather than wine for running assembler.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Dec 10, 2024
1 parent 75df4a0 commit 753a827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

wine tools/build/asm68k.exe /p /o ae-,e+,w+,c+,op+,os+,ow+,oz+,l_ /e EXPANDED=0 landstalker_us.asm,landstalker.bin
wineconsole tools/build/asm68k.exe /p /o ae-,e+,w+,c+,op+,os+,ow+,oz+,l_ /e EXPANDED=0 landstalker_us.asm,landstalker.bin
python3 tools/build/fix_checksum.py landstalker.bin

2 changes: 1 addition & 1 deletion build_expanded.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

wine tools/build/asm68k.exe /p /o ae-,e+,w+,c+,op+,os+,ow+,oz+,l_ /e EXPANDED=1 landstalker_us_expanded.asm,landstalker_expanded.bin
wineconsole tools/build/asm68k.exe /p /o ae-,e+,w+,c+,op+,os+,ow+,oz+,l_ /e EXPANDED=1 landstalker_us_expanded.asm,landstalker_expanded.bin
python3 tools/build/fix_checksum.py landstalker_expanded.bin

0 comments on commit 753a827

Please sign in to comment.