New randomize() function for nearly all platforms
git-svn-id: svn://svn.cc65.org/cc65/trunk@1487 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
ST = $90 ; IEC status byte
|
||||
|
||||
TIME = $A0 ; 60HZ clock
|
||||
FNAM_LEN = $B7 ; Length of filename
|
||||
SECADR = $B9 ; Secondary address
|
||||
DEVNUM = $BA ; Device number
|
||||
@@ -30,10 +31,10 @@ PALFLAG = $2A6 ; $01 = PAL, $00 = NTSC
|
||||
; Kernal routines
|
||||
|
||||
; Direct entries
|
||||
CLRSCR = $E55F
|
||||
KBDREAD = $E5CF
|
||||
CLRSCR = $E55F
|
||||
KBDREAD = $E5CF
|
||||
NAMED_OPEN = $F495
|
||||
NAMED_CLOSE = $F6DA
|
||||
NAMED_CLOSE = $F6DA
|
||||
PLOTCHAR = $EAAA ; Char in A, color in X
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
@@ -46,8 +47,10 @@ NMIVec = $0318
|
||||
; ---------------------------------------------------------------------------
|
||||
; I/O: 6560 VIC
|
||||
|
||||
VIC = $9000
|
||||
VIC_COLOR = $900F
|
||||
VIC = $9000
|
||||
VIC_LINES = $9003 ; Screen lines, bit 7 is bit 0 from VIC_HLINE
|
||||
VIC_HLINE = $9004 ; Rasterline, bits 1-8
|
||||
VIC_COLOR = $900F ; Border and background color
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; I/O: 6522 VIA1
|
||||
|
||||
Reference in New Issue
Block a user