This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://svn.cc65.org/cc65/trunk@3 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
32
libsrc/pet/pet.inc
Normal file
32
libsrc/pet/pet.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
;
|
||||
; C64 generic definitions. Stolen from Elite128
|
||||
;
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Zero page, Commodore stuff
|
||||
|
||||
MEMSIZE = $34 ; Size of memory installed
|
||||
ST = $96 ; IEC status byte
|
||||
SECADR = $D3 ; Secondary address
|
||||
DEVNUM = $D4 ; Device number
|
||||
KEY_COUNT = $9E ; Number of keys in input buffer
|
||||
CURS_FLAG = $A7 ; 1 = cursor off
|
||||
CURS_BLINK = $A8 ; Blink counter
|
||||
CURS_CHAR = $A9 ; Character under the cursor
|
||||
CURS_STATE = $AA ; Cursor blink state
|
||||
SCREEN_PTR = $C4 ; Pointer to current char in text screen
|
||||
CURS_X = $C6 ; Cursor column
|
||||
CURS_Y = $D8 ; Cursor row
|
||||
SCR_LINELEN = $D5 ; Screen line length
|
||||
|
||||
KEY_BUF = $26F ; Keyboard buffer
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Vector and other locations
|
||||
|
||||
IRQVec = $0090
|
||||
BRKVec = $0092
|
||||
NMIVec = $0094
|
||||
|
||||
Reference in New Issue
Block a user