Update README.md

This commit is contained in:
robjustice 2018-12-14 15:21:30 +11:00 committed by GitHub
parent c3ceecff70
commit 35c1f7fa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Then we assemble and link this with ca65 and ld65 using the Apple3_o65.cfg file
once we have the binary, then we can convert it and add to an existing SOS.DRIVER file. Note 'add' will check to see if the drivername already exists, and then only add if it does not. Once a driver exists in a SOS.DRIVER file, then the 'update' command can be used.
```
python -f A3Driverutil.py add test.o65 SOS.DRIVER
python A3Driverutil.py add test.o65 SOS.DRIVER
```
Then we can use the disk util of choice to add to a dsk image and run in an emulator or a real machine.
@ -73,7 +73,7 @@ I have used a windows batch file to automate this process to enable quick driver
java -jar ac.jar -g %DISKIMAGE% SOS.DRIVER > SOS.DRIVER#0c0000
@REM convert the o65 and update existing driver in the SOS.DRIVER file
C:\python27\python.exe o65convert0.5.py update %FILENAME%.o65 SOS.DRIVER#0c0000
C:\python27\python.exe A3Driverutil.py update %FILENAME%.o65 SOS.DRIVER#0c0000
@REM delete and then add updated SOS.DRIVER file to the disk image
java -jar ac.jar -d %DISKIMAGE% SOS.DRIVER