BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
314 stars 39 forks source link

The Player binary file #57

Closed blitmaps closed 3 years ago

blitmaps commented 3 years ago

Hi There!

Would anyone happen to have the build steps to assemble "player610.6.no_cia.bin" (used in the example main.c). I can load the bin that ships with The Player 6.1A, but cannot seem to create a viable binary without CIA.

Any help would be appreciated

BartmanAbyss commented 3 years ago

Hey, I just downloaded the source (see README.md), and changed the following settings at the start of 610.6.asm:

example = 0 ;0 = assemble the pure replay
asmone = 1  ;0 = Devpac, PhxAss and the like
system = 0  ;0 = killer
CIA = 0     ;0 = CIA disabled - Tempo commands are skipped !!

and built it with ASM-One v1.48

blitmaps commented 3 years ago

Cheers!

I will hit this up now, I was using the 1.49 and I got issues.

blitmaps commented 3 years ago

For the sake of completeness, this worked great - I have shouted out Abyss in my game trailer.