mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-23 23:33:03 +00:00
Modified vic20/*.bat to use A02 assembler
This commit is contained in:
parent
b3205cd342
commit
37b98c5d0b
@ -8,7 +8,7 @@ ECHO Compiling File %1.c02 for VIC 20 +8k
|
|||||||
..\c02.exe -d -h vic3k -s vic %1 >%1.dbg
|
..\c02.exe -d -h vic3k -s vic %1 >%1.dbg
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
||||||
ECHO Assembling File %1.asm
|
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
|
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@ ECHO Compiling File %1.c02 for VIC 20 +8k
|
|||||||
..\c02.exe -d -h vic8k -s vic %1 >%1.dbg
|
..\c02.exe -d -h vic8k -s vic %1 >%1.dbg
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
||||||
ECHO Assembling File %1.asm
|
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
|
IF %ERRORLEVEL% NEQ 0 GOTO EOF
|
||||||
|
|
||||||
ECHO Starting Emulator
|
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
|
:EOF
|
@ -1,25 +1,22 @@
|
|||||||
[VIC20]
|
[VIC20]
|
||||||
InitialDefaultDir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
|
InitialDefaultDir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
|
||||||
InitialTapeDir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
|
Window0Xpos=269
|
||||||
Window0Xpos=523
|
Window0Ypos=51
|
||||||
Window0Ypos=58
|
|
||||||
Window0Width=618
|
|
||||||
Window0Height=569
|
|
||||||
FullscreenWidth=640
|
FullscreenWidth=640
|
||||||
FullscreenHeight=480
|
FullscreenHeight=480
|
||||||
ConfirmOnExit=0
|
ConfirmOnExit=0
|
||||||
SoundDeviceName="dx"
|
SoundDeviceName="dx"
|
||||||
SoundBufferSize=100
|
SoundBufferSize=100
|
||||||
VirtualDevices=1
|
VirtualDevices=1
|
||||||
MachineVideoStandard=2
|
RAMBlock1=1
|
||||||
VICVideoCache=1
|
VICVideoCache=1
|
||||||
VICFilter=0
|
VICFilter=0
|
||||||
SidEngine=1
|
SidEngine=1
|
||||||
SidModel=0
|
SidModel=0
|
||||||
JoyDevice1=1
|
FSDevice8Dir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
|
||||||
FileSystemDevice9=1
|
FSDevice8ConvertP00=0
|
||||||
FSDevice9Dir="C:\Users\Curtis\Dropbox\projects\C02\vic20"
|
|
||||||
DriveTrueEmulation=0
|
DriveTrueEmulation=0
|
||||||
ETHERNET_DISABLED=1
|
ETHERNET_DISABLED=1
|
||||||
ETHERNETCARTBase=38912
|
ETHERNETCARTBase=38912
|
||||||
Acia1Base=38912
|
Acia1Base=38912
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user