diff options
Diffstat (limited to 'src/vectors.s')
| -rw-r--r-- | src/vectors.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vectors.s b/src/vectors.s index f4c515c..f9aa31d 100644 --- a/src/vectors.s +++ b/src/vectors.s @@ -85,6 +85,11 @@ lda #$02 sta OAM::DMA + ;; PAL-specific code + .ifdef PAL + jsr Driver::pal_handler + .endif + ;; TODO: some actions here will depend on the status of the game... ;; Decrease title timer. |
