mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-17 16:06:18 +00:00
Added back ver_02 header so that prorwts2.s assembles.
This commit is contained in:
parent
c0006406be
commit
618429add9
Binary file not shown.
@ -3,13 +3,19 @@
|
|||||||
;copyright (c) Peter Ferrie 2013-2021
|
;copyright (c) Peter Ferrie 2013-2021
|
||||||
;assemble using ACME
|
;assemble using ACME
|
||||||
|
|
||||||
!cpu 6502
|
ver_02 = 1
|
||||||
|
|
||||||
|
!if ver_02 = 1 {
|
||||||
|
!cpu 6502
|
||||||
|
} else { ;ver_02 = 0
|
||||||
|
!cpu 65c02
|
||||||
|
} ;ver_02
|
||||||
*=$4000
|
*=$4000
|
||||||
|
|
||||||
;place no code before init label below.
|
;place no code before init label below.
|
||||||
|
|
||||||
;user-defined options
|
;user-defined options
|
||||||
verbose_info = 0 ;set to 1 to enable display of memory usage
|
verbose_info = 1 ;set to 1 to enable display of memory usage
|
||||||
enable_floppy= 1 ;set to 1 to enable floppy drive support
|
enable_floppy= 1 ;set to 1 to enable floppy drive support
|
||||||
poll_drive = 1 ;set to 1 to check if disk is in drive, recommended if allow_multi is enabled
|
poll_drive = 1 ;set to 1 to check if disk is in drive, recommended if allow_multi is enabled
|
||||||
use_smartport= 1 ;set to 1 to enable support for more than two MicroDrive (or more than four CFFA) partitions
|
use_smartport= 1 ;set to 1 to enable support for more than two MicroDrive (or more than four CFFA) partitions
|
||||||
|
Loading…
Reference in New Issue
Block a user