mirror of
https://github.com/antoinevignau/source.git
synced 2024-12-29 11:30:55 +00:00
v+1
This commit is contained in:
parent
979893b01f
commit
88fc1d531d
@ -5,6 +5,10 @@
|
||||
* (s) 2024, Antoine Vignau
|
||||
*
|
||||
|
||||
sprEMPTY = 0 ; three tile possibilities
|
||||
sprDOT = 1
|
||||
sprENERGY = 2
|
||||
|
||||
L0300 = $0300 ; buffer area to save scores
|
||||
|
||||
L0C00 = $0C00 ; board buffers per player ($380 bytes)
|
||||
@ -26,6 +30,8 @@ zpX2 = $0e ; end X for draw line
|
||||
zpY1 = $10 ; start Y
|
||||
zpY2 = $11 ; end Y
|
||||
zpHGR = $12
|
||||
zpBYLINES = $18 ; number of lines to draw
|
||||
zpBYWIDTH = $1a ; width of a sprite per line
|
||||
zpMONITOR = $1d ; 0: b&w, 1: color
|
||||
zpCURPLAYER = $50 ; current player index
|
||||
zpNBPLAYERS = $51 ; number of players (1..5)
|
||||
|
1947
pacman/PACMAN.S
1947
pacman/PACMAN.S
File diff suppressed because it is too large
Load Diff
22594
pacman/PACMAN_Output.txt
22594
pacman/PACMAN_Output.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user