mirror of
https://github.com/antoinevignau/source.git
synced 2024-12-28 04:33:14 +00:00
Pacman +1
This commit is contained in:
parent
11281a73f6
commit
cd38fa44a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
21
pacman/PACMAN.E.S
Normal file
21
pacman/PACMAN.E.S
Normal file
@ -0,0 +1,21 @@
|
||||
*
|
||||
* Pac-Man
|
||||
*
|
||||
* (c) 1983, Atari
|
||||
* (s) 2024, Antoine Vignau
|
||||
*
|
||||
|
||||
TEXT = $0400
|
||||
TEXT2 = $0800
|
||||
HGR = $2000
|
||||
HGR2 = $4000
|
||||
|
||||
zpXFROM = $0c ; start x for draw line
|
||||
zpXTO = $0e ; end x for draw line
|
||||
zpY = $10 ; Y
|
||||
zpHGR = $12
|
||||
zpMONITOR = $1d ; 0: b&w, 1: color
|
||||
zpNBPLAYERS = $51 ; number of players (1..5)
|
||||
zpDEMO = $e8
|
||||
zpDEVICE = $f5 ; 0: joypad, 1: joystick
|
||||
|
3736
pacman/PACMAN.S
3736
pacman/PACMAN.S
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user