Update build collateral

This commit is contained in:
david-schmidt 2014-06-13 15:20:00 -04:00
parent c8821955e9
commit 1d23760c3e
4 changed files with 7 additions and 2 deletions

1
build/.gitignore vendored
View File

@ -1 +1,2 @@
/AII2048
/AII2048.properties

View File

@ -1,8 +1,8 @@
#
# ADTProBuild-default.properties
# AII2048-default.properties
#
# Create a copy of this file in the same build directory and name it
# ADTProBuild.properties. That will allow you to change locations of
# AII2048.properties. That will allow you to change locations of
# support files for local builds.
#
# assemblerPath defines the place where the ca65 executable lives.

Binary file not shown.

View File

@ -2,6 +2,10 @@
.importzp CellTable, GameState, RestartLatch, P0ScoreBCD, P1ScoreBCD
.export READ_CHAR, DisplayBoard, InitScreen, DisplayGameOverMsg, DisplayWonMsg
;
; Minimalist display
;
DisplayBoard:
; Home cursor
lda #$06