Modified vic20/*.bat to use A02 assembler

This commit is contained in:
Curtis F Kaylor 2020-09-08 13:02:43 -04:00
parent b3205cd342
commit 37b98c5d0b
3 changed files with 9 additions and 12 deletions

View File

@ -8,7 +8,7 @@ ECHO Compiling File %1.c02 for VIC 20 +8k
..\c02.exe -d -h vic3k -s vic %1 >%1.dbg
IF %ERRORLEVEL% NEQ 0 GOTO EOF
ECHO Assembling File %1.asm
C:\Programs\dasm %1.asm -f1 -o%1.prg -l%1.lst -s%1.sym
..\a02.exe -p %1.asm %1.prg %1.lst
IF %ERRORLEVEL% NEQ 0 GOTO EOF

View File

@ -8,11 +8,11 @@ ECHO Compiling File %1.c02 for VIC 20 +8k
..\c02.exe -d -h vic8k -s vic %1 >%1.dbg
IF %ERRORLEVEL% NEQ 0 GOTO EOF
ECHO Assembling File %1.asm
C:\Programs\dasm %1.asm -f1 -o%1.prg -l%1.lst -s%1.sym
..\a02.exe -p %1.asm %1.prg %1.lst
IF %ERRORLEVEL% NEQ 0 GOTO EOF
ECHO Starting Emulator
@start C:\Programs\WinVICE\xvic.exe -config xvic.ini -1 testtape.t64 -10 testdisk.d64 %1.prg
@start C:\Programs\WinVICE\xvic.exe -config xvic8k.ini -1 testtape.t64 -10 testdisk.d64 %1.prg
:EOF

View File

@ -1,25 +1,22 @@
[VIC20]
InitialDefaultDir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
InitialTapeDir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
Window0Xpos=523
Window0Ypos=58
Window0Width=618
Window0Height=569
Window0Xpos=269
Window0Ypos=51
FullscreenWidth=640
FullscreenHeight=480
ConfirmOnExit=0
SoundDeviceName="dx"
SoundBufferSize=100
VirtualDevices=1
MachineVideoStandard=2
RAMBlock1=1
VICVideoCache=1
VICFilter=0
SidEngine=1
SidModel=0
JoyDevice1=1
FileSystemDevice9=1
FSDevice9Dir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
FSDevice8Dir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
FSDevice8ConvertP00=0
DriveTrueEmulation=0
ETHERNET_DISABLED=1
ETHERNETCARTBase=38912
Acia1Base=38912