mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
compile for two different SID base addresses
This commit is contained in:
parent
13581255a2
commit
f692c193bb
@ -10,8 +10,14 @@
|
||||
// jsr music+6 to stop the music and quieten SID
|
||||
//
|
||||
|
||||
|
||||
#if SID_CC00
|
||||
.var sid = $cc00 // $d400 on the C64
|
||||
#endif
|
||||
|
||||
#if SID_C800
|
||||
.var sid = $c800 // $d400 on the C64
|
||||
#endif
|
||||
|
||||
.var dsp = $d012 // apple1 display device port
|
||||
|
||||
//rob hubbard
|
||||
|
Loading…
Reference in New Issue
Block a user