Pacman +1

This commit is contained in:
Antoine Vignau 2024-06-23 14:20:15 +02:00
parent 11281a73f6
commit cd38fa44a3
4 changed files with 614 additions and 3144 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@ -1 +1,2 @@
.DS_Store
.DS_Store

21
pacman/PACMAN.E.S Normal file
View 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

File diff suppressed because it is too large Load Diff